/* Scoped to our summary. No styling or hiding of Bookings' own information. */
.ddt-summary {
    display: block !important;
    box-sizing: border-box;
    margin: 10px 0 6px !important;
    padding: 12px 14px !important;
    border: 1px solid #dbe3e8;
    border-radius: 6px;
    background: #f7f9fa;
    color: #233342;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
    white-space: normal;
    width: 100%;
}
.ddt-summary .ddt-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 2px 16px;
    margin: 0 !important;
    padding: 5px 0;
}
.ddt-summary .ddt-label { font-weight: 400; }
.ddt-summary .ddt-value { font-weight: 600; text-align: right; margin-left: auto; }
.ddt-summary .ddt-saving { color: #14613d; }
.ddt-summary .ddt-total { border-top: 1px solid #ccd6de; margin-top: 6px !important; padding-top: 10px; font-size: 14px; }
.ddt-summary .ddt-total .ddt-label, .ddt-summary .ddt-total .ddt-value { font-weight: 700; }
@media (max-width: 480px) {
    .ddt-summary { padding: 9px 10px !important; }
    .ddt-summary .ddt-row { gap: 2px 8px; }
}
