.tec-hijri-widget-events-list {
  --tec-hijri-text: #1f2937;
  --tec-hijri-subtle: #4b5563;
  --tec-hijri-box-bg: #f5f5f5;
  --tec-hijri-box-border: #d1d5db;
  --tec-hijri-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  --tec-hijri-gap: 16px;
  color: var(--tec-hijri-text);
  max-width: 275px;
}

.tec-hijri-widget-heading {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
}

.tec-hijri-widget-event {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 10px;
  align-items: start;
  margin-bottom: var(--tec-hijri-gap);
}

.tec-hijri-widget-event:last-child {
  margin-bottom: 0;
}

.tec-hijri-widget-date {
  width: 64px;
  min-height: 74px;
  border: 1px solid var(--tec-hijri-box-border);
  background: var(--tec-hijri-box-bg);
  border-radius: 12px;
  box-shadow: var(--tec-hijri-shadow);
  text-align: center;
  padding: 8px 4px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tec-hijri-widget-date-month {
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #555;
  margin-bottom: 4px;
}

.tec-hijri-widget-date-day {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #0f172a;
}

.tec-hijri-widget-content {
  min-width: 0;
}

.tec-hijri-widget-time,
.tec-hijri-widget-hijri {
  font-size: 1rem;
  line-height: 1.3;
  color: #374151;
}

.tec-hijri-widget-hijri {
  margin-top: 2px;
}

.tec-hijri-widget-title {
  margin-top: 5px;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 700;
}

.tec-hijri-widget-title a {
  color: #111827;
  text-decoration: none;
  word-break: break-word;
}

.tec-hijri-widget-title a:hover,
.tec-hijri-widget-title a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .tec-hijri-widget-event {
    grid-template-columns: 58px 1fr;
    column-gap: 9px;
    margin-bottom: 14px;
  }

  .tec-hijri-widget-date {
    width: 58px;
    min-height: 68px;
    padding: 7px 4px;
    border-radius: 10px;
  }

  .tec-hijri-widget-date-month {
    font-size: 0.85rem;
    margin-bottom: 3px;
  }

  .tec-hijri-widget-date-day {
    font-size: 1.7rem;
  }

  .tec-hijri-widget-time,
  .tec-hijri-widget-hijri {
    font-size: 0.95rem;
  }

  .tec-hijri-widget-title {
    font-size: 1rem;
  }
}
