/* ============================================================
   Riepilogo prenotazione sopra il tasto PayPal (web booking)
   ============================================================ */

.cp-paypal-summary {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

.cp-paypal-summary__logo {
    text-align: center;
    margin-bottom: 10px;
}

.cp-paypal-summary__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.cp-paypal-summary__table td {
    padding: 4px 6px;
    vertical-align: middle;
}

.cp-paypal-summary__attivita {
    font-size: 15px;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 6px;
}

.cp-paypal-summary__label {
    color: #6c757d;
    width: 30%;
    white-space: nowrap;
}

.cp-paypal-summary__total {
    text-align: right;
    font-size: 15px;
    border-top: 1px solid #dee2e6;
    padding-top: 8px;
    margin-top: 4px;
}

.cp-paypal-summary__total strong {
    font-size: 18px;
    color: #003087; /* blu PayPal */
}
