.booking-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
}

.booking-trust span {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.booking-trust span::before {
    content: "✓";
    margin-right: 6px;
    color: var(--segment, var(--green));
    font-weight: 900;
}

.post-booking-account {
    width: min(620px, 100%);
    margin-top: 22px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--cream);
}

.post-booking-account strong {
    display: block;
    font-size: 20px;
}

.post-booking-account p {
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.5;
}

@media (max-width: 700px) {
    .booking-trust { justify-content: flex-start; }
    .success-page .actions { width: 100%; flex-direction: column; }
    .success-page .actions .button { width: 100%; }
}
