.booking-confirmation {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 24px;
    border: 1px solid #00703c;
    border-left-width: 5px;
    border-radius: 4px;
    background: #eef7f0;
    color: #124734;
    font-family: 'Open Sans', Arial, sans-serif;
    scroll-margin-top: 24px;
}
.booking-confirmation[hidden] { display: none; }
.booking-confirmation h2 { margin: 0 0 12px; color: #124734; font-size: 24px; line-height: 1.3; font-style: normal; }
.booking-confirmation p { margin: 8px 0 0; color: #124734; font-size: 15px; line-height: 1.6; }
.booking-confirmation-number { overflow-wrap: anywhere; }
@media (max-width: 600px) {
    .booking-confirmation { padding: 18px; }
    .booking-confirmation h2 { font-size: 21px; }
}
