#wimb-a2hs-banner,
#wimb-a2hs-overlay {
    box-sizing: border-box;
}

.wimb-a2hs-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 99998;
}

.wimb-a2hs-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.wimb-a2hs-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: 420px;
    margin: 0 auto;
    background: #ffffff;
    color: #111827;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    padding: 18px 18px 16px;
    z-index: 99999;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
    font-family: inherit;
}

.wimb-a2hs-banner.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.wimb-a2hs-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
}

.wimb-a2hs-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3700b3, #7c4dff);
    margin-bottom: 12px;
}

.wimb-a2hs-content h3 {
    margin: 0 24px 8px 0;
    font-size: 20px;
    line-height: 1.25;
}

.wimb-a2hs-content p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.wimb-a2hs-steps ol {
    margin: 0 0 14px 18px;
    padding: 0;
}

.wimb-a2hs-steps li {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
}

.wimb-a2hs-dismiss,
.wimb-a2hs-install-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    border: 0;
    padding: 0 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.wimb-a2hs-dismiss {
    background: #3700b3;
    color: #fff;
}

.wimb-a2hs-install-now {
    background: #eef2ff;
    color: #3700b3;
    margin-top: 4px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .wimb-a2hs-banner {
        bottom: 24px;
    }
}
