.elementor-icon-list-items {
    list-style: none;
}

.elementor-icon-list-items a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpforms-field-label {
    text-align: left!important;
}

.e-rating-wrapper {
    display: flex;
}

.e-rating-wrapper * {
    display: flex;
    fill: #f0ad4e!important;
}

.wpforms-field-large,
.wpforms-field-name-first,
.wpforms-field-name-last {
    width: 100%;
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.elementor-tab-content-active,
.ast-mobile-header-content--active {
    display: block!important;
}

.gallery {
    display: flex;
}

@media (max-width: 991px) {
    .ast-mobile-header-content--active .menu-link {
        padding: 10px 20px!important;
        display: block!important;
        width: 100%!important;
        border: 0!important;
        border-bottom-width: 1px!important;
        border-style: solid!important;
        ;
        border-color: var(--ast-border-color)!important;
    }
    .ast-mobile-header-content--active .menu-item {
        width: 100%!important;
    }
    .custom-logo-link img,
    .custom-logo {
        max-width: 80px !important;
        width: 80px !important;
        filter: none!important;
    }
    .elementor-icon-box-wrapper {}
}


/* Cookie Popup Styles */

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    max-width: 400px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.cookie-popup.hidden {
    display: none;
}

.cookie-popup p {
    margin: 0 0 15px 0;
}

.cookie-popup button {
    background: #007cba;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cookie-popup button:hover {
    background: #005a87;
}

@media (max-width: 768px) {
    .cookie-popup {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 15px;
        font-size: 13px;
    }
    .cookie-popup button {
        width: 100%;
        padding: 12px 20px;
    }
}