/*
 * Public sayfalar için erişilebilirlik düzeltmeleri.
 */

.skip-link {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 110000;
    padding: 0.75rem 1rem;
    transform: translateY(-150%);
    border: 2px solid #ffd300;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #001736;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 150ms ease;
}

.skip-link:focus-visible {
    transform: translateY(0.75rem);
    color: #fff;
}

#main-content {
    scroll-margin-top: 8rem;
}

#main-content:focus {
    outline: none;
}

.search-dialog-trigger {
    background-color: #fff;
    color: #6c757d;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

.search-dialog-trigger:focus:not(:focus-visible),
.search-icon-button:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.search-icon-button {
    margin-left: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}

.search-icon-glyph {
    color: #ffd300;
    font-size: 25px !important;
}

.search-icon-button:hover .search-icon-glyph {
    transform: scale(1.3);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.mobile-search-button {
    margin: 0;
}

.mobile-search-button .search-icon-glyph {
    color: #fff;
}

#myOverlay.overlay {
    z-index: 100000 !important;
}

#myOverlay .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    float: none;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

#myOverlay .ui-autocomplete {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

#myOverlay .autocomplete-item {
    min-height: 56px;
}

#myOverlay .ui-menu-item-wrapper.ui-state-active {
    margin: 0;
    border: 0;
    background: #e4e5e6;
    color: #001736;
    box-shadow: inset 4px 0 0 #343a40;
}

#myOverlay #name:focus-visible {
    outline: 2px solid #001736 !important;
    outline-offset: 0;
    box-shadow: none !important;
}

:where(
    a[href],
    button,
    input,
    select,
    textarea,
    summary,
    [role="button"],
    [role="link"],
    [role="menuitem"],
    [tabindex]:not([tabindex="-1"])
):focus-visible {
    outline: 3px solid #ffd300 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px #001736 !important;
}

@media (prefers-reduced-motion: reduce) {
    .skip-link {
        transition: none;
    }
}

@media (forced-colors: active) {
    :where(
        a[href],
        button,
        input,
        select,
        textarea,
        summary,
        [role="button"],
        [role="link"],
        [role="menuitem"],
        [tabindex]:not([tabindex="-1"])
    ):focus-visible {
        outline: 3px solid CanvasText !important;
        box-shadow: none !important;
    }
}
.meeting-item .down-content .date .date-label {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--kurumsal-kirmizi-2);
}

.meeting-item .down-content .card-title-heading {
    font-size: 16px;
    line-height: 1.2;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

section.heading-page .heading-eyebrow,
section.heading-page .content-date {
    display: block;
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

section.heading-page .content-category-heading {
    margin: 0;
    font-size: calc(1.3rem + 0.6vw);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    section.heading-page .content-category-heading {
        font-size: 1.75rem;
    }
}

.meeting-single-item .down-content .content-title-heading {
    font-size: 22px;
    line-height: 1.2;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-single-item .down-content .detail-subheading {
    font-size: 18px;
    line-height: 1.2;
    color: #1f272b;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.status-heading {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}
