.raovat1-mobile-footer-actions {
    display: none;
}

.raovat1-mobile-footer-states {
    display: none;
}

@media (max-width: 767px) {
    body.wp-child-theme-raovat1 .raovat1-footer-newest-heading,
    body.wp-child-theme-raovat1 .raovat1-footer-newest-widget {
        display: none !important;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-actions-column {
        border-block-start: 0 !important;
    }

    body.wp-child-theme-raovat1:not(.elementor-editor-active) .elementor-element-46c91e6f.elementor-section {
        padding-bottom: 10px !important;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
        padding-block-start: 24px;
        border-block-start: 1px solid var(--raovat1-line-strong);
    }

    body.wp-child-theme-raovat1 .elementor-section:has(.listivo-copyrights) {
        padding-block: 2px 56px !important;
    }

    body.wp-child-theme-raovat1 .listivo-copyrights {
        min-height: 24px;
        padding-block: 2px;
    }

    body.wp-child-theme-raovat1 .listivo-copyrights__container {
        font-size: clamp(11px, 3.3vw, 13px);
        line-height: 16px;
    }

    body.wp-child-theme-raovat1.raovat1-theme-light .listivo-copyrights__container {
        color: var(--raovat1-text-soft) !important;
        -webkit-text-fill-color: currentColor !important;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-states {
        display: grid;
        grid-template-columns: repeat(10, minmax(0, 1fr));
        gap: 4px;
        width: 100%;
        max-width: 440px;
        margin: 12px auto 0;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-state {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 24px;
        aspect-ratio: 1;
        padding: 2px;
        color: var(--raovat1-text-soft);
        background: linear-gradient(145deg, var(--raovat1-glass-bg-strong), var(--raovat1-glass-bg));
        border: 1px solid color-mix(in srgb, var(--raovat1-line-strong) 76%, var(--raovat1-purple) 24%);
        border-radius: 5px;
        box-shadow: inset 0 1px 0 var(--raovat1-line-soft);
        font-size: clamp(10px, 3vw, 12px);
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-state:hover,
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-state:focus-visible {
        color: var(--raovat1-text);
        background: var(--raovat1-glass-bg-strong);
        border-color: var(--raovat1-purple);
        box-shadow: 0 0 0 2px var(--raovat1-accent-halo-subtle), inset 0 1px 0 var(--raovat1-line-soft);
        outline: none;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        overflow: hidden;
        min-width: 0;
        min-height: 48px;
        padding: 7px 10px 17px;
        color: var(--raovat1-text-soft);
        background:
            radial-gradient(circle at 50% 0%, var(--raovat1-accent-halo-subtle), transparent 68%),
            linear-gradient(145deg, var(--raovat1-glass-bg-strong), var(--raovat1-glass-bg));
        border: 1px solid color-mix(in srgb, var(--raovat1-line-strong) 82%, var(--raovat1-purple) 18%);
        border-radius: 12px;
        box-shadow:
            inset 0 1px 0 var(--raovat1-line-soft),
            0 7px 16px var(--raovat1-shadow-soft);
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action::after {
        position: absolute;
        right: 20px;
        bottom: 6px;
        left: 20px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(
            90deg,
            var(--raovat1-purple),
            color-mix(in srgb, var(--raovat1-purple) 68%, var(--raovat1-warm-accent) 32%)
        );
        box-shadow: 0 0 10px var(--raovat1-accent-halo-strong);
        content: "";
        opacity: 0.92;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action:hover,
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action:focus-visible {
        color: var(--raovat1-text);
        background: var(--raovat1-glass-bg-strong);
        border-color: var(--raovat1-purple);
        box-shadow:
            0 0 0 3px var(--raovat1-accent-halo-subtle),
            0 10px 20px var(--raovat1-shadow-soft),
            inset 0 1px 0 var(--raovat1-line-soft);
        outline: none;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action:hover::after,
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action:focus-visible::after {
        opacity: 1;
        box-shadow: 0 0 14px var(--raovat1-accent-halo-strong);
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action__icon {
        display: inline-flex;
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        color: var(--raovat1-purple);
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action__icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action__label {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 359px) {
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-actions {
        gap: 8px;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action {
        gap: 6px;
        min-height: 44px;
        padding: 5px 6px 14px;
        font-size: 14px;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action::after {
        right: 14px;
        bottom: 5px;
        left: 14px;
    }

    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action__icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-action,
    body.wp-child-theme-raovat1 .raovat1-mobile-footer-state {
        transition: none;
    }
}
