/* Luxe Bella Toolkit — fallback styles for shortcode output.
   The full design system lives in the global CSS snippet. This file only
   guarantees the shortcodes remain usable if that snippet is missing. */
.lb-hero-cta{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.lb-hero-cta .lb-btn{display:inline-block;padding:17px 34px;font-size:12.5px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;line-height:1;border:1px solid currentColor;text-decoration:none;cursor:pointer;transition:all .35s ease}
.lb-photo-credit{width:100%;margin-top:34px;text-align:right;font-size:10.5px;letter-spacing:.26em;text-transform:uppercase}
.lb-trust-list{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;list-style:none;margin:0;padding:0;width:100%}
.lb-trust-list li{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.24em;text-transform:uppercase}
.lb-star{width:22px;height:22px;flex:none}
.lb-ticker{overflow:hidden;width:100%;padding:20px 0}
.lb-ticker-track{display:flex;width:max-content;animation:lb-tick 40s linear infinite}
.lb-ticker-track span{white-space:nowrap;padding:0 28px;display:flex;align-items:center;gap:56px;font-style:italic;font-size:22px}
@keyframes lb-tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.lb-hp{position:absolute !important;left:-9999px;width:1px;height:1px;overflow:hidden}
.lb-fgrid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.lb-field{margin-bottom:22px}
.lb-field.lb-full{grid-column:1/-1}
.lb-field input,.lb-field select,.lb-field textarea{width:100%;padding:14px 16px}
@media(max-width:767px){.lb-fgrid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.lb-ticker-track{animation:none}}
