/* Vergi Takvimi sayfasi (tasarim: vergi-takvimi.html) - yalnizca /vergi-takvimi'de yuklenir */
:root {
    --tax-navy: #082b50;
    --tax-navy-deep: #061f3a;
    --tax-blue: #1598dd;
    --tax-blue-soft: #eaf7ff;
    --tax-ink: #17324d;
    --tax-muted: #6c8194;
    --tax-line: #dbe7f0;
    --tax-bg: #f3f8fc;
    --tax-white: #ffffff;
    --tax-green: #198754;
    --tax-red: #dc3545;
  }

  .oy-tax {
    position: relative;
    padding: 100px 0 110px;
    background:
      linear-gradient(rgba(21, 152, 221, .035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(21, 152, 221, .035) 1px, transparent 1px),
      var(--tax-bg);
    background-size: 34px 34px;
    overflow: hidden;
  }

  .oy-tax::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -210px;
    top: 120px;
    border-radius: 50%;
    background: rgba(21, 152, 221, .08);
    pointer-events: none;
  }

  .oy-tax__intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    margin-bottom: 34px;
  }

  .oy-tax__intro .sub-title {
    margin-bottom: 12px;
  }

  .oy-tax__intro h2 {
    margin: 0;
    color: var(--tax-navy-deep);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.7px;
  }

  .oy-tax__intro p {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--tax-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .oy-tax__source {
    min-width: 370px;
    padding: 17px 20px;
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    color: var(--tax-ink);
    background: rgba(255, 255, 255, .82);
    border: 1px solid var(--tax-line);
    border-top: 3px solid var(--tax-blue);
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(8, 43, 80, .07);
  }

  .oy-tax__source-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 8px 10px;
    border-right: 1px solid var(--tax-line);
  }

  .oy-tax__source-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .oy-tax__source small,
  .oy-tax__source strong {
    display: block;
  }

  .oy-tax__source small {
    color: var(--tax-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .oy-tax__source strong {
    color: var(--tax-navy);
    font-size: 14px;
  }

  .oy-tax__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .oy-tax__sidebar,
  .oy-tax__content {
    min-width: 0;
  }

  .oy-tax__filter-panel,
  .oy-tax__notice,
  .oy-tax__content,
  .oy-tax__official-note {
    border: 1px solid var(--tax-line);
    background: var(--tax-white);
    box-shadow: 0 18px 50px rgba(8, 43, 80, .07);
  }

  .oy-tax__filter-panel {
    border-radius: 16px;
    overflow: hidden;
  }

  .oy-tax__filter-summary {
    display: none;
  }

  .oy-tax__filter-body {
    padding: 22px;
  }

  .oy-tax__filter-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .oy-tax__filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .oy-tax__filter-heading h3,
  .oy-tax__filter-block h4 {
    margin: 0;
    color: var(--tax-navy-deep);
  }

  .oy-tax__filter-heading h3 {
    font-size: 20px;
  }

  .oy-tax__clear {
    color: var(--tax-blue);
    font-size: 12px;
    font-weight: 700;
  }

  .oy-tax__view-switch {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4px;
    margin-bottom: 24px;
    border-radius: 10px;
    background: #edf4f9;
  }

  .oy-tax__view-switch input,
  .oy-tax__status-tabs input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .oy-tax__view-switch label {
    position: relative;
    z-index: 1;
    padding: 3px 8px;
    margin: 0;
    border-radius: 8px;
    color: var(--tax-muted);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }

  #tax-daily:checked ~ label[for="tax-daily"],
  #tax-monthly:checked ~ label[for="tax-monthly"] {
    color: var(--tax-navy);
    background: var(--tax-white);
    box-shadow: 0 4px 13px rgba(8, 43, 80, .09);
  }

  .oy-tax__calendar {
    padding: 16px;
    border: 1px solid var(--tax-line);
    border-radius: 12px;
    background: #fbfdff;
  }

  .oy-tax__calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .oy-tax__calendar-head strong {
    color: var(--tax-navy-deep);
    font-size: 14px;
  }

  .oy-tax__calendar-arrows {
    display: flex;
    gap: 5px;
  }

  .oy-tax__calendar-arrows button {
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--tax-muted);
    border: 1px solid var(--tax-line);
    border-radius: 7px;
    background: var(--tax-white);
  }

  .oy-tax__calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    table-layout: fixed;
    text-align: center;
  }

  .oy-tax__calendar th {
    padding: 6px 0;
    color: #93a4b3;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .oy-tax__calendar td {
    height: 34px;
    color: var(--tax-ink);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
  }

  .oy-tax__calendar td.is-muted {
    color: #c4cdd5;
  }

  .oy-tax__calendar td.is-today {
    color: var(--tax-white);
    background: var(--tax-blue);
    box-shadow: 0 5px 12px rgba(21, 152, 221, .25);
  }

  .oy-tax__calendar td.has-deadline {
    position: relative;
    color: var(--tax-navy);
    background: var(--tax-blue-soft);
  }

  .oy-tax__calendar td.has-deadline::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    bottom: 3px;
    border-radius: 50%;
    background: var(--tax-blue);
    transform: translateX(-50%);
  }

  .oy-tax__filter-block {
    padding-top: 0;
    margin-top: 22px;
    border-top: 1px solid var(--tax-line);
  }

  .oy-tax__filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 19px 0 13px;
    border-bottom: 1px solid #1f97dd2e;
    cursor: pointer;
    list-style: none;
  }

  .oy-tax__filter-title::-webkit-details-marker {
    display: none;
  }

  .oy-tax__filter-title h4 {
    margin: 0;
    font-size: 14px;
  }

  .oy-tax__filter-chevron {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: var(--tax-blue);
    border-radius: 7px;
    background: var(--tax-blue-soft);
    transition: transform .2s ease;
  }

  .oy-tax__filter-block[open] .oy-tax__filter-chevron {
    transform: rotate(180deg);
  }

  .oy-tax__filter-options {
    padding: 0 0 6px;
  }

  .oy-tax__check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 11px 0;
    color: #50667a;
    font-size: 13px;
    cursor: pointer;
  }

  .oy-tax__check input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--tax-blue);
  }

  .oy-tax__filter-button {
    width: 100%;
    margin-top: 24px;
    padding: 14px 18px;
    color: var(--tax-white);
    border: 0;
    border-radius: 9px;
    background: var(--tax-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .oy-tax__filter-button i {
    margin-right: 8px;
  }

  .oy-tax__notice {
    margin-top: 18px;
    padding: 22px;
    border-radius: 16px;
  }

  .oy-tax__notice-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    color: var(--tax-blue);
    border-radius: 10px;
    background: var(--tax-blue-soft);
  }

  .oy-tax__notice h4 {
    margin: 0 0 7px;
    color: var(--tax-navy-deep);
    font-size: 16px;
  }

  .oy-tax__notice p {
    margin: 0 0 14px;
    color: var(--tax-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  .oy-tax__notice a {
    color: var(--tax-blue);
    font-size: 13px;
    font-weight: 700;
  }

  .oy-tax__content {
    border-radius: 18px;
    overflow: hidden;
  }

  .oy-tax__content-head {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 32px 34px;
    color: var(--tax-white);
    border-bottom: 4px solid #25a9e8;
    background: linear-gradient(115deg, #061f3a 0%, #083d68 54%, #117ab4 100%);
    overflow: hidden;
  }

  .oy-tax__content-head::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: 115px;
    top: -245px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
  }

  .oy-tax__content-head::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -90px;
    bottom: -160px;
    border: 42px solid rgba(255, 255, 255, .065);
    border-radius: 50%;
  }

  .oy-tax__content-head-main {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .oy-tax__content-head-icon {
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    color: var(--tax-white);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    background: rgba(21, 152, 221, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13);
    font-size: 22px;
  }

  .oy-tax__date-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #a8ddfa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .oy-tax__date-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35b7f1;
    box-shadow: 0 0 0 5px rgba(53, 183, 241, .12);
  }

  .oy-tax__content-head h3 {
    margin: 0 0 7px;
    color: var(--tax-white);
    font-size: 28px;
    letter-spacing: -.02em;
  }

  .oy-tax__content-head p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
  }

  .oy-tax__download {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 20px;
    color: var(--tax-navy-deep);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    background: var(--tax-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(4, 27, 49, .18);
  }

  .oy-tax__download:hover {
    color: var(--tax-blue);
  }

  .oy-tax__status-tabs {
    display: flex;
    gap: 4px;
    padding: 5px;
    margin: 18px 24px 0;
    border: 1px solid #d8e6f0;
    border-radius: 13px;
    background: #edf5fa;
    overflow-x: auto;
    scrollbar-width: thin;
    box-shadow: inset 0 1px 2px rgba(6, 43, 76, .04);
  }

  .oy-tax__status-tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 max-content;
    min-height: 42px;
    padding: 9px 17px;
    margin: 0;
    font-size: 16px !important;
    color: var(--tax-muted);
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .oy-tax__status-tabs label:hover {
    color: var(--tax-navy);
    background: rgba(255, 255, 255, .72);
  }

  #tax-all:checked ~ label[for="tax-all"],
  #tax-last-day:checked ~ label[for="tax-last-day"],
  #tax-first-day:checked ~ label[for="tax-first-day"],
  #tax-active-period:checked ~ label[for="tax-active-period"] {
    color: var(--tax-white);
    border-color: var(--tax-blue);
    background: linear-gradient(135deg, var(--tax-navy) 0%, var(--tax-blue) 100%);
    box-shadow: 0 7px 15px rgba(13, 101, 158, .22);
    transform: translateY(-1px);
  }

  #tax-all:focus-visible ~ label[for="tax-all"],
  #tax-last-day:focus-visible ~ label[for="tax-last-day"],
  #tax-first-day:focus-visible ~ label[for="tax-first-day"],
  #tax-active-period:focus-visible ~ label[for="tax-active-period"] {
    outline: 3px solid rgba(33, 158, 220, .24);
    outline-offset: 1px;
  }

  .oy-tax__list {
    padding: 28px 24px 30px;
  }

  .oy-tax__list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 15px;
  }

  .oy-tax__list-heading h4 {
    margin: 0;
    color: var(--tax-navy-deep);
    font-size: 19px;
  }

  .oy-tax__result-count {
    color: var(--tax-muted);
    font-size: 12px;
    font-weight: 700;
  }

  .oy-tax__scroll-region {
    position: relative;
  }

  .oy-tax__events-scroll {
    max-height: 930px;
    padding-right: 8px;
    padding-bottom: 92px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #77bfe7 #eaf3f8;
  }

  .oy-tax__events-scroll::-webkit-scrollbar {
    width: 8px;
  }

  .oy-tax__events-scroll::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #eaf3f8;
  }

  .oy-tax__events-scroll::-webkit-scrollbar-thumb {
    border: 2px solid #eaf3f8;
    border-radius: 999px;
    background: #77bfe7;
  }

  .oy-tax__scroll-fade {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 8px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 112px;
    padding-bottom: 17px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .86) 45%, #fff 84%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .oy-tax__scroll-cue {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    color: var(--tax-navy);
    border: 1px solid #cfe5f2;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 7px 22px rgba(8, 43, 80, .12);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
  }

  .oy-tax__scroll-cue i {
    color: var(--tax-blue);
    animation: oyTaxScrollCue 1.35s ease-in-out infinite;
  }

  @keyframes oyTaxScrollCue {
0%, 100% {
  transform: translateY(-2px);
}
50% {
  transform: translateY(3px);
}
  }

  .oy-tax__event {
    position: relative;
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    margin-bottom: 13px;
    border: 1px solid var(--tax-line);
    border-radius: 13px;
    background: #fbfdff;
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }

  .oy-tax__event:hover {
    transform: translateY(-2px);
    border-color: #afd9f2;
    box-shadow: 0 12px 24px rgba(8, 43, 80, .07);
  }

  .oy-tax__event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 176px;
    padding: 18px 13px;
    border-right: 1px solid var(--tax-line);
    border-left: 4px solid var(--tax-blue);
    background: linear-gradient(180deg, #ffffff 0%, #edf8fe 100%);
  }

  .oy-tax__event-date strong {
    color: var(--tax-navy-deep);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
  }

  .oy-tax__event-date span {
    margin-top: 5px;
    color: var(--tax-navy);
    font-size: 15px;
    font-weight: 800;
  }

  .oy-tax__event-date small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 0 10px;
    color: #b82031;
    border: 1px solid #ffcbd1;
    border-radius: 999px;
    background: #fff0f2;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .oy-tax__event-date small.is-start {
    color: #0b7547;
    border-color: #bce9d2;
    background: #eaf8f1;
  }

  .oy-tax__event-date small.is-active {
    color: #126591;
    border-color: #b9dff3;
    background: #e7f5fc;
  }

  .oy-tax__event-body {
    padding: 21px 22px 19px;
  }

  .oy-tax__event-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
  }

  .oy-tax__period {
    display: block;
    margin-bottom: 5px;
    color: var(--tax-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .oy-tax__event h5 {
    margin: 0;
    color: var(--tax-navy-deep);
    font-size: 18px;
    line-height: 1.35;
  }

  .oy-tax__range {
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 3px 10px;
    color: #24759f;
    border-radius: 999px;
    background: #ddf3fc;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .oy-tax__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 11px 0;
    margin: 0 0 11px;
    border-top: 1px solid var(--tax-line);
    border-bottom: 1px solid var(--tax-line);
  }

  .oy-tax__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #526b7e;
    font-size: 11px;
    font-weight: 700;
  }

  .oy-tax__tag i {
    color: var(--tax-blue);
  }

  .oy-tax__event p {
    margin: 0;
    color: #607588;
    font-size: 13px;
    line-height: 1.65;
  }

  .oy-tax__official-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 22px 24px;
    margin-top: 20px;
    border-radius: 14px;
    border-left: 4px solid var(--tax-blue);
  }

  .oy-tax__official-note i {
    margin-top: 3px;
    color: var(--tax-blue);
    font-size: 20px;
  }

  .oy-tax__official-note strong {
    display: block;
    margin-bottom: 4px;
    color: var(--tax-navy-deep);
  }

  .oy-tax__official-note p {
    margin: 0;
    color: var(--tax-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  .oy-tax__official-note a {
    color: var(--tax-blue);
    font-weight: 700;
  }

  @media (max-width: 1199px) {
.oy-tax__layout {
  grid-template-columns: 290px minmax(0, 1fr);
}
.oy-tax__source {
  min-width: 0;
  max-width: 390px;
}
  }

    @media (max-width: 767px) {
.oy-tax__intro {
  grid-template-columns: 1fr;
  gap: 22px;
}
  }

  @media (max-width: 991px) {
.oy-tax {
  padding: 75px 0 85px;
}
.oy-tax__layout {
  grid-template-columns: 1fr;
}
.oy-tax__sidebar {
  display: contents;
}
.oy-tax__filter-panel {
  order: 0;
}
.oy-tax__content {
  order: 1;
}
.oy-tax__notice {
  order: 2;
  margin-top: 0;
}
    .oy-tax__filter-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 17px 20px;
      color: var(--tax-navy-deep);
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      list-style: none;
    }
.oy-tax__filter-summary::-webkit-details-marker {
  display: none;
}
.oy-tax__filter-summary::after {
  content: "+";
  color: var(--tax-blue);
  font-size: 22px;
  line-height: 1;
}
.oy-tax__filter-body {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 24px;
}
.oy-tax__filter-toggle:checked ~ .oy-tax__filter-body {
  display: grid;
}
.oy-tax__filter-toggle:checked + .oy-tax__filter-summary::after {
  content: "−";
}
.oy-tax__filter-toggle:checked + .oy-tax__filter-summary {
  border-bottom: 1px solid var(--tax-line);
}
    .oy-tax__filter-heading,
    .oy-tax__view-switch,
.oy-tax__filter-button {
  grid-column: 1 / -1;
}
  }

  @media (max-width: 767px) {
.oy-tax {
  padding: 58px 0 65px;
}
.oy-tax__intro h2 {
  font-size: 36px;
  letter-spacing: -1px;
}
.oy-tax__intro h2 br {
  display: block;
}
.oy-tax__intro p {
  font-size: 15px;
}
.oy-tax__source {
  width: 100%;
  grid-template-columns: 104px minmax(0, 1fr);
}
.oy-tax__filter-body {
  display: none;
}
.oy-tax__filter-toggle:checked ~ .oy-tax__filter-body {
  display: block;
}
.oy-tax__content-head {
  grid-template-columns: 1fr;
  padding: 24px 20px;
}
.oy-tax__content-head-main {
  align-items: flex-start;
  gap: 13px;
}
.oy-tax__content-head-icon {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  font-size: 18px;
}
.oy-tax__download {
  justify-self: start;
}
    .oy-tax__status-tabs {
      margin: 14px 15px 0;
      padding: 5px;
      scroll-snap-type: x proximity;
    }
    .oy-tax__status-tabs label {
      flex: 0 0 auto;
      min-height: 40px;
      padding: 0 15px;
      font-size: 12px !important;
      scroll-snap-align: start;
    }
.oy-tax__list {
  padding: 22px 15px 24px;
}
.oy-tax__events-scroll {
  max-height: 720px;
  padding-right: 5px;
  padding-bottom: 86px;
}
.oy-tax__event {
  grid-template-columns: 88px minmax(0, 1fr);
}
.oy-tax__event-date {
  min-height: 100%;
  padding: 15px 8px;
}
.oy-tax__event-date strong {
  font-size: 34px;
}
.oy-tax__event-date span {
  font-size: 13px;
}
.oy-tax__event-date small {
  font-size: 8px;
  text-align: center;
}
.oy-tax__event-body {
  padding: 17px 15px;
}
.oy-tax__event-top {
  display: block;
}
.oy-tax__range {
  display: inline-block;
  margin-top: 9px;
  font-size:10px;
}
.oy-tax__official-note {
  padding: 18px;
}
  }

  @media (max-width: 479px) {
    .oy-tax__intro h2 {
      font-size: 29px;
      line-height: 1.2;
      letter-spacing: -.7px;
    }
.oy-tax__content-head h3 {
  font-size: 22px;
}
.oy-tax__event {
  grid-template-columns: 84px minmax(0, 1fr);
}
.oy-tax__event h5 {
  font-size: 16px;
}
  }

/* --- Dinamik surum eklemeleri (yaklasan/gecmis durumlar, gun secimi, bos durum, araclar) --- */
.oy-tax__event-date small.is-upcoming {
  color: #a35d00;
  background: #fff4e0;
}

.oy-tax__event-date small.is-past {
  color: #5b6d7d;
  background: #eef3f7;
}

.oy-tax__event[data-durum="gecti"] {
  opacity: 0.72;
}

.oy-tax__calendar td[data-date] {
  cursor: pointer;
}

.oy-tax__calendar td.is-selected {
  outline: 2px solid #2799d6;
  outline-offset: -2px;
  border-radius: 8px;
  font-weight: 700;
}

.oy-tax__calendar-arrows a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #082544;
  background: #eaf2f6;
  text-decoration: none;
}

.oy-tax__calendar-arrows a:hover {
  background: #2799d6;
  color: #ffffff;
}

.oy-tax__check em {
  font-style: normal;
  color: #7a8a99;
  font-size: 12px;
}

.oy-tax__filter-empty {
  margin: 0;
  color: #7a8a99;
  font-size: 13px;
}

.oy-tax__list-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.oy-tax__past-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 13px;
  color: #5b6d7d;
  cursor: pointer;
}

.oy-tax__past-toggle input {
  accent-color: #2799d6;
}

.oy-tax__tag--priority {
  gap: 5px;
  padding: 3px 10px 3px 8px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1d4f8a 0%, #2799d6 100%);
  box-shadow: 0 2px 6px rgba(29, 79, 138, 0.22);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
}

.oy-tax__tag--priority i {
  color: #ffd166;
  font-size: 10px;
}

.oy-tax__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 42px 20px;
  text-align: center;
  color: #5b6d7d;
}

.oy-tax__empty i {
  font-size: 30px;
  color: #2799d6;
  margin-bottom: 6px;
}

.oy-tax__empty strong {
  color: #082544;
}

.oy-tax__official-note p a {
  color: #2799d6;
  text-decoration: underline;
}

/* Mobil: tarih sutunundaki durum etiketi (ornegin "Devam Ediyor") sutuna sigsin, tasmasin */
@media (max-width: 767px) {
  .oy-tax__event-date small {
    max-width: 100%;
    padding: 3px 7px;
    white-space: normal;
    text-align: center;
    justify-content: center;
    line-height: 1.25;
    gap: 4px;
    box-sizing: border-box;
  }

  .oy-tax__event-date small i {
    font-size: 8px;
    flex: 0 0 auto;
  }
}
