/* UWT Qurbani Schedule - responsive front-end styles */
:root {
  --uwt-qurbani-heading-font: "Gotham", "Gotham SSm", "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.uwt-qurbani-schedule-clean,
.uwt-qurbani-schedule-clean * {
  box-sizing: border-box;
}

.uwt-qurbani-schedule-clean {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: clamp(42px, 6vw, 76px) clamp(12px, 2vw, 18px) clamp(52px, 7vw, 90px);
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.uwt-qurbani-schedule-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 54%, #ffffff 100%);
  pointer-events: none;
}

.uwt-qurbani-schedule-clean-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.uwt-qurbani-schedule-clean-head {
  max-width: 780px;
  margin: 0 auto clamp(28px, 4vw, 42px);
  text-align: center;
}

.uwt-qurbani-schedule-clean-head span {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(15, 111, 164, .09);
  color: #0f6fa4;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.uwt-qurbani-schedule-clean-head h2 {
  margin: 0;
  color: #082c5e;
  font-family: var(--uwt-qurbani-heading-font);
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.uwt-qurbani-schedule-clean-head p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #42526a;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.68;
  font-weight: 400;
}

.uwt-qurbani-schedule-list {
  display: grid;
  gap: clamp(25px, 2.5vw, 50px);
}

.uwt-qurbani-schedule-country {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(20px, 2.6vw, 30px);
  background: #ffffff;
  border: 1px solid rgba(8, 44, 94, .10);
  box-shadow: 0 22px 58px rgba(8, 44, 94, .065);
}

.uwt-qurbani-schedule-country::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #082c5e, #0f6fa4);
  z-index: 3;
}

.uwt-qurbani-schedule-country-head {
  padding: clamp(22px, 3vw, 30px) clamp(22px, 4vw, 36px) clamp(20px, 2.6vw, 26px);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
  border-bottom: 1px solid rgba(8, 44, 94, .10);
}

.uwt-qurbani-schedule-country-head h3 {
  margin: 0;
  color: #082c5e;
  font-family: var(--uwt-qurbani-heading-font);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.uwt-qurbani-schedule-table {
  display: grid;
}

.uwt-qurbani-schedule-row {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  min-height: 128px;
  border-bottom: 1px solid rgba(8, 44, 94, .09);
}

.uwt-qurbani-schedule-row:last-child {
  border-bottom: 0;
}

.uwt-qurbani-schedule-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(22px, 3vw, 28px) clamp(22px, 3vw, 34px) clamp(22px, 3vw, 28px) clamp(24px, 3vw, 36px);
  background: #fbfdfe;
  border-right: 1px solid rgba(8, 44, 94, .09);
}

.uwt-qurbani-schedule-date span {
  display: block;
  margin-bottom: 7px;
  color: #0f6fa4;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.uwt-qurbani-schedule-date strong {
  display: block;
  color: #082c5e;
  font-family: var(--uwt-qurbani-heading-font);
  font-size: clamp(20px, 2.35vw, 24px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.uwt-qurbani-schedule-date strong sup,
.uwt-qurbani-schedule-animal p sup {
  font-size: .58em;
  line-height: 0;
  position: relative;
  top: -.45em;
  text-transform: lowercase;
}

.uwt-qurbani-schedule-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  align-items: stretch;
  min-width: 0;
}

.uwt-qurbani-schedule-details.uwt-animal-count-1 {
  grid-template-columns: 1fr;
}

.uwt-qurbani-schedule-animal {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 26px) clamp(22px, 3vw, 30px);
  border-right: 1px solid rgba(8, 44, 94, .08);
}

.uwt-qurbani-schedule-animal:last-child {
  border-right: 0;
}

.uwt-qurbani-schedule-animal span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 111, 164, .09);
  color: #0f6fa4;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.uwt-qurbani-schedule-animal p {
  margin: 0;
  color: #42526a;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.uwt-qurbani-schedule-animal em {
  color: #082c5e;
  font-style: normal;
  font-weight: 800;
}

.uwt-qurbani-empty {
  margin: 0;
  padding: 24px;
  text-align: center;
  color: #42526a;
  border: 1px solid rgba(8, 44, 94, .10);
  border-radius: 18px;
  background: #fff;
}

/* Tablet: stack date above animal details to avoid squeezing */
@media (max-width: 900px) {
  .uwt-qurbani-schedule-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .uwt-qurbani-schedule-date {
    text-align: center;
    align-items: center;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 44, 94, .09);
  }

  .uwt-qurbani-schedule-details,
  .uwt-qurbani-schedule-details.uwt-animal-count-1 {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  }

  .uwt-qurbani-schedule-animal {
    text-align: center;
    align-items: center;
  }
}

/* Small tablet/mobile: animal rows become one column */
@media (max-width: 640px) {
  .uwt-qurbani-schedule-country::before {
    inset: 0 0 auto 0;
    width: 100%;
    height: 5px;
  }

  .uwt-qurbani-schedule-country-head {
    text-align: center;
    padding-top: 28px;
  }

  .uwt-qurbani-schedule-details,
  .uwt-qurbani-schedule-details.uwt-animal-count-1 {
    grid-template-columns: 1fr;
  }

  .uwt-qurbani-schedule-animal {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 44, 94, .08);
    padding: 22px 20px;
  }

  .uwt-qurbani-schedule-animal:last-child {
    border-bottom: 0;
  }
}

/* Phone */
@media (max-width: 520px) {
  .uwt-qurbani-schedule-clean-head h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .uwt-qurbani-schedule-country-head h3 {
    font-size: clamp(25px, 8vw, 30px);
  }

  .uwt-qurbani-schedule-date strong {
    font-size: clamp(20px, 2.35vw, 24px);
    font-weight: 600;
    letter-spacing: 0em;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .uwt-qurbani-schedule-clean {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uwt-qurbani-schedule-country-head,
  .uwt-qurbani-schedule-date,
  .uwt-qurbani-schedule-animal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .uwt-qurbani-schedule-clean-head span {
    font-size: 10px;
    letter-spacing: .055em;
  }

  .uwt-qurbani-schedule-animal span {
    font-size: 14px;
    letter-spacing: .055em;
  }

  .uwt-qurbani-schedule-date strong {
    font-size: clamp(20px, 2.35vw, 24px);
    font-weight: 600;
    letter-spacing: 0em;
  }
}


/* UWT v2.1 final override - keeps these requested styles active even if older plugin/theme CSS is cached or loaded earlier. */
.uwt-qurbani-schedule-clean .uwt-qurbani-schedule-animal p {
  font-weight: 400 !important;
}

.uwt-qurbani-schedule-clean .uwt-qurbani-schedule-date strong {
  font-size: clamp(20px, 2.35vw, 24px) !important;
  font-weight: 600 !important;
  letter-spacing: 0em !important;
}

.uwt-qurbani-schedule-clean .uwt-qurbani-schedule-list {
  display: grid !important;
  gap: clamp(25px, 2.5vw, 50px) !important;
}


/* UWT v2.2 final override - country title size update */
.uwt-qurbani-schedule-clean .uwt-qurbani-schedule-country-head h3 {
  font-size: clamp(24px, 3vw, 32px) !important;
}
