.support-footer-banner {
    position: fixed;
    left: 50%;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    width: calc(100% - 22px);
    max-width: 458px;
    min-height: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 10px;
    background: #FFF7ED;
    border: 1px solid #FED7AA;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(124, 45, 18, 0.12);
    color: #7C2D12;
    text-decoration: none;
    cursor: pointer;
    z-index: 49;
    direction: rtl;
    font-family: inherit;
}

.support-footer-banner::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    height: 1px;
    background: #FED7AA;
    opacity: 0.95;
    pointer-events: none;
}

.support-footer-text {
    min-width: 0;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 900;
}

.support-footer-text small {
    display: block;
    color: #9A3412;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
}

.support-footer-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #16A34A;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.support-footer-banner.hidden {
    display: none;
}

.content-area {
    padding-bottom: 170px !important;
}

@media screen and (orientation: landscape) and (max-height: 600px) {
    .support-footer-banner {
        max-width: 650px;
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        min-height: 38px;
        padding: 5px 9px;
    }

    .content-area {
        padding-bottom: 136px !important;
    }
}

.support-footer-banner.is-standalone {
    bottom: 12px;
    max-width: 498px;
}

@media screen and (orientation: landscape) and (max-height: 600px) {
    .support-footer-banner.is-standalone {
        bottom: 8px;
    }
}
