.booking-card {
    align-self: start;
    margin-top: 43px;
    padding: 25px 22px;
    border: 1px solid #e3e9f0;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 24, 57, .12);
}

.booking-card .eyebrow { margin-bottom: 8px; }

.booking-card h2 {
    margin: 0;
    color: #072454;
    font-family: var(--serif);
    font-size: 23px;
    line-height: 1.18;
    text-transform: none;
}

.booking-card__intro {
    margin: 12px 0 20px !important;
    color: #40536e;
    font-size: 12px !important;
    line-height: 1.58 !important;
}

.booking-card form { display: grid; gap: 14px; }

.booking-card label {
    display: grid;
    gap: 6px;
    color: #17345e;
    font-size: 11px;
    font-weight: 700;
}

.booking-card label > span { display: inline-block; }

.booking-card b { color: #f23442; }

.booking-card input,
.booking-card select,
.booking-card textarea {
    width: 100%;
    padding: 10px 11px;
    border: 1px solid #d5e0ec;
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font: 12px var(--sans);
}

.booking-card input::placeholder,
.booking-card textarea::placeholder { color: #8a99ab; }
.booking-card select { appearance: auto; }
.booking-card textarea { min-height: 92px; resize: vertical; }

.booking-card .button {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
    border: 0;
    padding: 12px;
    font-family: var(--sans);
    font-size: 11px;
    text-decoration: none;
    cursor: default;
}

.tour-stats {
    gap: 0;
    min-width: 185px;
    padding: 16px 14px;
    border-color: #dbe3ec;
    border-radius: 4px;
    box-shadow: 0 2px 7px rgba(0, 24, 57, .04);
}

.tour-stats > div {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 10px;
    align-items: center;
    padding: 7px 0;
}

.tour-stats > div + div { border-top: 1px solid #dbe3ec; }

.tour-stats > div > i {
    color: var(--blue-500);
    font-size: 22px;
    text-align: center;
}

.tour-stats span { display: grid; gap: 3px; }
.tour-stats small { color: var(--blue-500); font-size: 8px; font-weight: 700; }
.tour-stats strong { color: #072454; font-family: var(--sans); font-size: 11px; font-weight: 600; }
.tour-stats > div:first-child strong::after { content: ' Passengers'; }
.tour-stats > div:nth-child(2) small { font-size: 0; }
.tour-stats > div:nth-child(2) small::after { content: 'DIFFICULTY LEVEL'; font-size: 8px; }
.tour-stats > div:nth-child(2) > i::before { content: '\f080'; }
.tour-stats em { display: none !important; }

/* Keep Important Information visually consistent with Included / Not Included. */
.important-grid > article.tour-section {
    padding: 16px;
    border: 1px solid #dbe3ec;
    border-radius: 4px;
    background: #fff;
}

.booking-card__note {
    margin: 13px 0 0 !important;
    color: #718097;
    font-size: 10px !important;
    line-height: 1.45 !important;
    text-align: center;
}

@media (max-width: 991.98px) {
    .booking-card { margin-top: 0; }
}

@media (max-width: 375px) {
    .booking-card { padding: 20px 16px; }
    .booking-card h2 { font-size: 21px; }
}
