body {
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
}

.filter-red {
    filter: invert(16%) sepia(89%) saturate(6056%) hue-rotate(358deg) brightness(97%) contrast(112%) !important;
}

.hover-text-dark:hover {
    color: #000 !important;
    transition: color 0.3s ease;
}

.contact-info-items .contact-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}

.contact-info-items .contact-value {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info-items .contact-value a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.legal-page .breadcrumb-wrapper {
    background-color: #fc2828;
}

.legal-content-card {
    padding: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(13, 13, 13, 0.06);
}

.legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 28px;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.legal-section:not(:last-child) {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ededed;
}

.legal-section h3 {
    margin-bottom: 14px;
}

.legal-section p {
    margin-bottom: 0;
    color: #5c5c5c;
    line-height: 1.8;
}

.legal-section a {
    color: #fc2828;
    font-weight: 600;
}

.cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 99999;
    width: min(1040px, calc(100% - 24px));
    transform: translateX(-50%);
    border-radius: 24px;
    border: 1px solid #e9e9e9;
    background: rgba(255, 255, 255, 0.98);
    color: #0d0d0d;
    box-shadow: 0 20px 50px rgba(13, 13, 13, 0.14);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.cookie-consent.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
}

.cookie-consent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
}

.cookie-consent__content {
    flex: 1 1 auto;
}

.cookie-consent__title {
    margin: 0 0 8px;
    color: #0d0d0d;
    font-size: 20px;
}

.cookie-consent__text {
    margin: 0;
    color: rgba(13, 13, 13, 0.72);
    line-height: 1.7;
}

.cookie-consent__text a {
    color: #fc2828;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cookie-consent__button--primary {
    background: #fc2828;
    color: #fff;
}

.cookie-consent__button--primary:hover {
    background: #0d0d0d;
    color: #fff;
}

.cookie-consent__button--secondary {
    border-color: #d9d9d9;
    background: transparent;
    color: #0d0d0d;
}

.cookie-consent__button--secondary:hover {
    background: #f6f6f6;
    color: #0d0d0d;
}

.copyright-wrap .layout-text .copyright {
    line-height: 1.6;
}

.copyright-wrap .layout-text .copyright i {
    margin-right: 8px;
}

.copyright-wrap .layout-text .footer-credit-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 4px;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .mouse-cursor {
        display: none !important;
    }

    .contact-info-area {
        row-gap: 18px;
    }

    .header-top-wrapper,
    .top-right,
    .top-right .social-icon,
    .layout-link .link-wrapper,
    .copyright-wrap .row {
        row-gap: 12px;
    }

    .legal-content-card {
        padding: 32px 28px;
    }

    .cookie-consent__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    input,
    select,
    textarea {
        font-size: 16px;
    }

    .header-top-wrapper,
    .top-right .social-icon,
    .layout-link .link-wrapper,
    .copyright-wrap .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .layout-link .link-wrapper {
        gap: 12px;
    }

    .header-button {
        width: 100%;
    }

    .header-button .theme-btn {
        justify-content: center;
        width: 100%;
    }

    .contact-info-items .contact-label {
        font-size: 12px;
    }

    .contact-info-items .contact-value {
        font-size: 14px;
    }

    .contact-info-items .icon svg {
        height: 24px;
        width: 24px;
    }

    .copyright-wrap .layout-text .copyright {
        font-size: 16px;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
    }

    .copyright-wrap .layout-text .copyright i {
        margin-right: 6px;
        font-size: 12px;
    }

    .copyright-wrap .layout-text .footer-credit-meta {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 4px;
        margin-left: 0;
        margin-top: 4px;
        white-space: normal;
        flex-wrap: wrap;
    }

    .legal-content-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .legal-meta {
        font-size: 13px;
    }

    .cookie-consent {
        bottom: 12px;
        width: calc(100% - 16px);
        border-radius: 18px;
    }

    .cookie-consent__inner {
        padding: 20px 18px;
    }

    .cookie-consent__title {
        font-size: 18px;
    }

    .cookie-consent__actions {
        width: 100%;
    }

    .cookie-consent__button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact-info-items .contact-label {
        font-size: 11px;
    }

    .contact-info-items .contact-value {
        font-size: 13px;
    }

    .contact-info-items .icon svg {
        height: 20px;
        width: 20px;
    }

    .legal-section:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}
