.adwaa-login-trial-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adwaa-free-trial-badge {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e8f9ff;
    color: #0088cc;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    font-family: 'Almarai', sans-serif !important;
}

.adwaa-free-trial-badge.is-visible {
    display: inline-flex;
}

.adwaa-free-trial-badge__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b5ff;
    flex-shrink: 0;
}

.adwaa-free-trial-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10050;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.adwaa-free-trial-overlay.is-open {
    display: flex;
}

.adwaa-free-trial-sheet {
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 28px 28px 0 0;
    padding: 24px 24px 32px;
    position: relative;
    animation: adwaaTrialSlideUp 0.3s ease;
}

@keyframes adwaaTrialSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.adwaa-free-trial-close {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #111;
    cursor: pointer;
    padding: 0;
}

body.rtl .adwaa-free-trial-close {
    left: auto;
    right: 18px;
}

.adwaa-free-trial-illustration {
    display: flex;
    justify-content: center;
    margin: 8px 0 24px;
    min-height: 160px;
    align-items: center;
}

.adwaa-free-trial-illustration img {
    /* max-width: 220px; */
    width: 100%;
    height: auto;
}

.adwaa-free-trial-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    text-align: center;
    line-height: 1.35;
    font-family: 'Almarai', sans-serif !important;
}

.adwaa-free-trial-text {
    margin: 0 0 24px;
    font-size: 15px;
    color: #6b7280;
    text-align: center;
    line-height: 1.5;
    font-family: 'Almarai', sans-serif !important;
}

.adwaa-free-trial-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adwaa-free-trial-btn {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Almarai', sans-serif !important;
}

.adwaa-free-trial-btn--primary {
    background: #00b5ff;
    color: #fff;
}

.adwaa-free-trial-btn--secondary {
    background: #fff3c4;
    color: #4b5563;
}

.adwaa-free-trial-start-graphic {
    position: relative;
    width: 280px;
}

.adwaa-free-trial-start-graphic__circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .adwaa-free-trial-start-graphic__gift {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
} */

.adwaa-free-trial-end-graphic {
    position: relative;
    width: 180px;
    height: 180px;
}

.adwaa-free-trial-end-graphic__circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adwaa-free-trial-end-graphic__card {
    width: 110px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.adwaa-free-trial-end-graphic__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.adwaa-free-trial-end-graphic__row:last-child {
    margin-bottom: 0;
}

.adwaa-free-trial-end-graphic__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00b5ff;
    flex-shrink: 0;
}

.adwaa-free-trial-end-graphic__line {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
}

@media (min-width: 640px) {
    .adwaa-free-trial-overlay {
        align-items: center;
        padding: 20px;
    }

    .adwaa-free-trial-sheet {
        border-radius: 28px;
        max-width: 420px;
    }
}

@media screen and (max-width: 968px) {
    .adwaa-free-trial-badge {
        font-size: 11px;
        padding: 5px 10px;
    }
}
