.ab-std-plan-box {
    position: relative;
}

.ab-std-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.ab-std-overlay.is-active {
    opacity: 1;
    pointer-events: all;
}

.ab-std-overlay-content {
    text-align: center;
    padding: 32px 24px 24px !important;
    max-width: 280px;
}

.ab-std-overlay-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f0fdfb;
    border: 2px solid #b2e8e2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px !important;
    font-size: 20px !important;
    color: #11b3a2;
}

.ab-std-overlay-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a2e2c;
    margin: 0 0 10px !important;
    line-height: 1.4 !important;
}

.ab-std-overlay-sub {
    font-size: 14px !important;
    color: #666;
    margin: 0 !important;
    line-height: 1.5 !important;
}
