body { font-family: "Lato", sans-serif; } /* Scale the entire wrapper */ .scaled-wrapper { transform: scale(0.95); transform-origin: top center; margin: 0 auto; width: 100%; } /* Remove top space */ .booqable-wrapper { width: 100% !important; max-width: none !important; margin-top: 0 !important; padding-top: 0 !important; } /* Compact date picker */ .booqable-datepicker { display: flex; justify-content: center; align-items: center; text-align: center; background-color: #FFF2DE; padding: 4px 8px; font-weight: bold; font-size: 1.5rem; border-radius: 10px; width: 100%; max-width: 400px; margin: 0 auto 8px; box-sizing: border-box; } .booqable-product-list { width: 100% !important; max-width: none !important; padding: 3 6px; box-sizing: border-box; } .booqable-product-list > div { max-height: none !important; overflow: visible !important; } .booqable-product img { max-height: 160px !important; object-fit: cover !important; } .booqable-product { padding: 6px !important; } .bq-details { padding-top: 4px !important; } .bq-product-name { font-size: 0.9rem !important; line-height: 1.2 !important; } .booqable-product-list-grid { gap: 10px !important; } .booqable-pagination button, .booqable-pagination span { font-size: 0.85rem !important; padding: 4px 8px !important; }