/* =========================================================
   YKT 3.4.0 — YÖNETİLEBİLİR İÇERİKLER
========================================================= */

html body .ykt-announcement {
    position: relative;
    z-index: 70;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(90deg, #0d355a, #135f9d);
    color: #ffffff;
}

html body .ykt-announcement > .ykt-container {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

html body .ykt-announcement p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 650;
    text-align: center;
}

html body .ykt-announcement a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ffffff !important;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 3px;
}

html body .ykt-announcement a svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

html body .ykt-announcement button {
    position: absolute;
    right: max(14px, calc((100vw - 1180px) / 2));
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
}

html body .ykt-announcement button:hover {
    background: rgba(255, 255, 255, 0.2);
}

html body .ykt-announcement button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

html body .ykt-footer-compact__email {
    display: inline-block;
    margin-top: 5px;
    color: inherit !important;
    font-size: 13px;
    opacity: 0.78;
}

html body .ykt-footer-social {
    display: flex;
    gap: 7px;
    margin-top: 14px;
}

html body .ykt-footer-social a {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid rgba(150, 174, 198, 0.26);
    border-radius: 50%;
    color: inherit !important;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

html body .ykt-footer-social a:hover {
    border-color: rgba(74, 151, 216, 0.7);
    background: rgba(64, 138, 201, 0.1);
    transform: translateY(-2px);
}

html body .ykt-footer-social svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

html body .ykt-contact-card__email {
    display: inline-block;
    margin: 2px 0 10px;
    color: var(--ykt-blue-700, #0f5c9e) !important;
    font-size: 14px;
    font-weight: 750;
}

html body .ykt-legal-info-card a + a {
    margin-left: 12px;
}

@media (max-width: 767px) {
    html body .ykt-announcement > .ykt-container {
        min-height: 48px;
        padding-right: 48px;
        justify-content: flex-start;
    }

    html body .ykt-announcement p {
        flex-wrap: wrap;
        gap: 3px 8px;
        justify-content: flex-start;
        font-size: 12px;
        text-align: left;
    }

    html body .ykt-announcement button {
        right: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .ykt-footer-social a {
        transition: none;
    }
}
