/* Side menu BETA badges */
.aside .nav-link .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.125rem;
    height: 1.5rem;
    padding: 0 0.625rem;
    font-size: 0.625rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: 1px solid #1e40af;
    border-radius: 9999px;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.32);
    vertical-align: middle;
}

/* Page header beta notice */
.portal-beta-notice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.portal-beta-notice__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    height: 1.75rem;
    padding: 0 0.75rem;
    border-radius: 9999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.portal-beta-notice__badge-icon {
    width: 0.875rem;
    height: 0.875rem;
    color: #1d4ed8;
}

.portal-beta-notice__badge-text {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1e3a8a;
    line-height: 1;
}

.portal-beta-notice__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #374151;
}

@media (max-width: 767.98px) {
    .portal-beta-notice {
        align-items: flex-start;
        flex-direction: column;
    }

    .portal-beta-notice__badge {
        height: 1.625rem;
        padding: 0 0.625rem;
    }
}

/* WhatsApp floating action button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1050;
    display: block;
    overflow: visible;
    line-height: 0;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.whatsapp-float .whatsapp-icon {
    display: block;
    width: 5.25rem;
    height: 5.25rem;
    line-height: 0;
    object-fit: contain;
}
