/* WhatsApp Business Calling Pricing Calculator - frontend tool page */

.wa-calling-hero
{
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.wa-calling-hero .btn-whatsapp
{
    background: #ffffff;
    color: #128C7E;
    font-weight: 600;
}

.wa-calling-hero .btn-whatsapp:hover
{
    background: #f1f5f9;
    color: #0f6d61;
}

/* Result / cost panel */
.wa-calling-result-card
{
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(18, 140, 126, 0.12);
}

.wa-calling-cost-head
{
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    padding: 1.75rem 1.5rem;
}

.wa-calling-cost-amount
{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
}

.wa-calling-cost-label
{
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.9;
}

.wa-calling-effective
{
    font-size: 1rem;
    font-weight: 600;
}

/* Input field pills */
.wa-calling-field label
{
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.4rem;
}

.wa-calling-total-minutes-box
{
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
}

.wa-calling-total-minutes-box .value
{
    font-size: 1.35rem;
    font-weight: 700;
    color: #128C7E;
}

/* Breakdown table */
.wa-calling-breakdown-table
{
    font-size: 0.9rem;
}

.wa-calling-breakdown-table thead th
{
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.wa-calling-rate-type
{
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 400;
}

.wa-calling-note
{
    font-size: 0.82rem;
    color: #64748b;
}

.wa-calling-badge-free
{
    background: #dcfce7;
    color: #128C7E;
    font-weight: 600;
}

@media (max-width: 575.98px)
{
    .wa-calling-cost-amount
    {
        font-size: 1.9rem;
    }
}
