/* Tee Time Social v180 - isolated /book preview page. */
.book-preview-hero .hero-actions{margin-top:30px}
.book-preview-hero .btn{min-width:190px}
.book-preview-section{background:#fbf6ea}
.booking-preview-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
.booking-preview-cards article{background:#fffdf8;border:1px solid rgba(0,72,62,.18);border-radius:24px;padding:30px}
.booking-preview-cards article>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#ffe4e5;color:#ef4b56;font-weight:900;margin-bottom:20px}
.booking-preview-cards h3{font:32px/1 Georgia,serif;color:#00483e;margin:0 0 12px}
.booking-preview-cards p{color:#61716b;line-height:1.6;margin:0}
.book-preview-facts{margin-top:34px;border-radius:24px;overflow:hidden}
@media(max-width:800px){.booking-preview-cards{grid-template-columns:1fr}.book-preview-hero .btn{width:100%}}
