.managed-footer-newsletter .footer-newsletter-form {
    display: block;
    max-width: 820px;
}

.managed-footer-newsletter .footer-newsletter-input-row {
    display: flex;
    width: 100%;
    margin: 0;
}

.managed-footer-newsletter .footer-newsletter-input-row .form-control {
    min-width: 0;
    flex: 1 1 auto;
}

.managed-footer-newsletter .footer-newsletter-input-row .btn {
    flex: 0 0 auto;
}

.managed-footer-newsletter .footer-kvkk-row {
    display: flex;
    align-items: flex-start;
    gap: 10px 18px;
    flex-wrap: wrap;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.5;
}

.managed-footer-newsletter .footer-kvkk-link {
    appearance: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

.managed-footer-newsletter .footer-kvkk-link:hover,
.managed-footer-newsletter .footer-kvkk-link:focus-visible {
    
}

.managed-footer-newsletter .footer-consent-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    max-width: 610px;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    cursor: pointer;
}

.managed-footer-newsletter .footer-consent-label input {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin: 2px 0 0;
}

.managed-footer-newsletter .footer-newsletter-status {
    min-height: 20px;
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.45;
}

.managed-footer-newsletter .footer-newsletter-status.is-success {
    color: #b8f5c7;
}

.managed-footer-newsletter .footer-newsletter-status.is-error {
    color: #ffd2d2;
}

.managed-footer-social {
    padding-top: 2px;
}

.managed-footer-newsletter .managed-footer-social .tt-social-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    color: #ffffff;
    font-size: 20px;
}

.footer-payment-image {
    display: block;
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 38px;
    object-fit: contain;
}

#tt-footer .tt-footer-custom .tt-col-left {
    align-items: center;
    column-gap: 14px;
    margin-left: 0;
}

#tt-footer .tt-footer-custom .tt-col-left .tt-col-item {
    display: flex;
    align-items: center;
    margin-left: 0;
}

#tt-footer .tt-footer-custom .tt-col-left .tt-logo {
    position: static;
    display: flex;
    align-items: center;
    line-height: 0;
}

#tt-footer .tt-footer-custom .tt-col-left .tt-logo img {
    display: block;
    width: auto;
    height: 30px;
    max-width: 180px;
    max-height: 30px;
    object-fit: contain;
}

#tt-footer .tt-footer-custom .tt-col-left .tt-box-copyright,
#tt-footer .tt-footer-custom .tt-logo-col + .tt-col-item .tt-box-copyright {
    margin: 0;
    padding: 0;
    line-height: 1.45;
}

.footer-kvkk-modal .modal-dialog {
    max-width: 720px;
}

.footer-kvkk-modal .modal-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
}

.footer-kvkk-modal .footer-kvkk-content {
    max-height: 65vh;
    overflow-y: auto;
    color: #303030;
    font-size: 14px;
    line-height: 1.7;
}

.footer-kvkk-modal .footer-kvkk-content > :last-child {
    margin-bottom: 0;
}

.footer-kvkk-modal .footer-kvkk-close-button {
    border-color: #2879fe;
    background-color: #2879fe;
    color: #ffffff;
}

.footer-kvkk-modal .footer-kvkk-close-button:hover,
.footer-kvkk-modal .footer-kvkk-close-button:focus {
    border-color: #191919;
    background-color: #191919;
    color: #ffffff;
}

#tt-footer .tt-payment-list > li > span {
    display: inline-block;
}

.managed-footer-columns .managed-footer-column-list .managed-footer-text {
    color: inherit;
    white-space: pre-line;
}

.managed-footer-columns .managed-footer-column-list > li + li {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .managed-footer-newsletter .footer-newsletter-input-row {
        display: block;
    }

    .managed-footer-newsletter .footer-newsletter-input-row .form-control,
    .managed-footer-newsletter .footer-newsletter-input-row .btn {
        width: 100%;
    }

    .managed-footer-newsletter .footer-newsletter-input-row .btn {
        margin-top: 8px;
    }

    .managed-footer-newsletter .footer-kvkk-row {
        display: block;
    }

    .managed-footer-newsletter .footer-consent-label {
        margin-top: 10px;
    }

    .managed-footer-social {
        padding-top: 14px;
    }

    .footer-payment-image {
        max-width: 100%;
    }

    #tt-footer .tt-footer-custom .tt-col-left {
        row-gap: 10px;
    }
}
