.florentie-top-bar{background:#faf8f5;border-bottom:1px solid #eee;padding:8px 20px}
.florentie-top-bar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}
.florentie-top-bar-inner form.search-form{flex:1;max-width:280px}
.florentie-top-bar-inner .search-field{width:100%;padding:6px 10px;border:1px solid #ddd;border-radius:4px}
.florentie-social-icons{display:flex;gap:12px}
.florentie-social-icons a{color:#2d781e;display:inline-flex}
.florentie-footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 2fr;gap:32px;padding:32px 20px}
.florentie-footer-col h3{text-transform:lowercase;font-size:15px;color:#301111;margin-bottom:12px}
.florentie-footer-col p{font-size:13px;color:#555;line-height:1.5}
.florentie-footer-col a{color:#2d781e}
@media (max-width:768px){.florentie-footer-content{grid-template-columns:1fr}}
