.booking-container p, .booking-container br { display: none !important; }
.booking-container { width: 100%; max-width: 550px; margin: 0; }
.booking-actions { display: flex !important; flex-direction: column; gap: 12px; }
.btn-safe { display: flex !important; align-items: center; justify-content: space-between; min-height: 65px; padding: 0 25px; background: #0f172a; color: #ffffff !important; border-radius: 8px; font-weight: 500; text-decoration: none; border: none; width: 100%; cursor: pointer; transition: 0.3s; box-sizing: border-box; font-size: 18px; }
.btn-safe:hover { background: #1a253a; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.btn-safe:after { content: '→'; margin-left: auto; padding-left: 15px; font-weight: normal; }

.bkh {font-size: 24px!important; line-height: 1.4;font-weight: 500;}
@media (max-width: 767px) {.bkh {font-size: 18px!important; }}
.security-bar { background: #0f172a; color: #fff; border-radius: 12px; padding: 50px 0; display: flex; flex-wrap: wrap; justify-content: space-around; text-align: center; gap: 20px; margin-top: 50px }