.community-detail{max-width:900px}.community-detail-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}@media(max-width:600px){.community-detail-header{flex-direction:column;align-items:center;text-align:center}}.community-detail-avatar{flex-shrink:0}.community-detail-photo{width:80px;height:80px;border-radius:50%;object-fit:cover}.community-detail-initials{width:80px;height:80px;border-radius:50%;background:orange;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#fff}.community-detail-header-info{flex:1}.community-detail-header-info h1{font-family:Merriweather,serif;font-size:1.8rem;font-weight:700;margin-bottom:.2rem}.community-detail-tagline{font-family:Merriweather,serif;font-size:1.1rem;color:#444}@media(prefers-color-scheme:dark){.community-detail-tagline{color:#aaa}}.community-detail-tagline{margin-bottom:.6rem}.community-detail-links{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:600px){.community-detail-links{justify-content:center}}.community-social-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem 1rem;border-radius:6px;border:1px solid #dee2e6;background:#f9f9f9;color:#1565c0;text-decoration:none;font-size:.9rem;font-weight:600;transition:border-color .15s,background .15s}@media(prefers-color-scheme:dark){.community-social-pill{background:#141414;color:#5ba3f5;border-color:#444}}.community-social-pill:hover{border-color:orange;background:#f0f0f0}@media(prefers-color-scheme:dark){.community-social-pill:hover{border-color:orange;background:#1f1f1f}}.community-contact-card{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem;margin-bottom:1.5rem;border:1px solid #dee2e6;border-radius:3px;background:#f9f9f9}@media(prefers-color-scheme:dark){.community-contact-card{border-color:#444;background:#141414}}.community-contact-item{display:inline-flex;align-items:center;gap:.4rem;color:inherit;text-decoration:none;font-size:.95rem}.community-contact-item:hover{color:orange}.community-contact-item svg{flex-shrink:0}.community-contact-booking{padding:.4rem 1rem;border-radius:6px;background:orange;color:#fff;font-weight:600;font-size:.9rem;transition:opacity .15s}.community-contact-booking:hover{color:#fff;opacity:.9}.community-detail-tags{margin-bottom:2rem;list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.community-detail-tags .tag-pill{display:inline-block;padding:.25rem .8rem;border-radius:99px;background:#f9f9f9;font-size:.85rem;font-weight:600;color:#444}@media(prefers-color-scheme:dark){.community-detail-tags .tag-pill{color:#aaa}}@media(prefers-color-scheme:dark){.community-detail-tags .tag-pill{background:#141414}}.community-detail-body{font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:700px}.community-detail-body p{margin-bottom:.8rem}.community-detail-body a{color:#1565c0;text-decoration:underline}@media(prefers-color-scheme:dark){.community-detail-body a{color:#5ba3f5}}.community-detail-section{margin-bottom:2.5rem}.community-detail-section h2{font-family:Merriweather,serif;font-size:1.25rem;margin-bottom:.7rem;padding-bottom:.3rem;border-bottom:2px solid orange;display:inline-block}.community-events-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.community-events-grid{grid-template-columns:1fr}}.community-event-compact{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:3px;background:#f9f9f9;text-decoration:none;color:inherit;transition:background .15s}@media(prefers-color-scheme:dark){.community-event-compact{background:#141414}}.community-event-compact:hover{background:#f0f0f0}@media(prefers-color-scheme:dark){.community-event-compact:hover{background:#1f1f1f}}.community-event-compact.past{opacity:.7}.community-event-thumb{width:40px;height:40px;border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;overflow:hidden}.community-event-thumb img{width:100%;height:100%;object-fit:cover}.community-event-body{display:flex;flex-direction:column;min-width:0}.community-event-name{font-weight:600;font-size:.95rem}.community-event-meta{color:#444}@media(prefers-color-scheme:dark){.community-event-meta{color:#aaa}}.community-event-meta{font-size:.8rem}.community-show-all-btn{display:inline-block;margin-top:.75rem;color:#1565c0;font-size:.9rem;font-weight:600;background:none;border:none;cursor:pointer;padding:0}@media(prefers-color-scheme:dark){.community-show-all-btn{color:#64b5f6}}.community-show-all-btn:hover{text-decoration:underline}.community-event-hidden{display:none}.community-locations-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:600px){.community-locations-layout{grid-template-columns:1fr}}.community-locations-map{width:100%;height:280px;border-radius:.5rem;overflow:hidden}@media(max-width:600px){.community-locations-map{height:220px}}.community-locations-layout:has(.community-locations-list>.community-location-card:only-child){grid-template-columns:1fr}.community-locations-layout:has(.community-locations-list>.community-location-card:only-child) .community-locations-map{height:220px}.community-locations-list{display:grid;gap:.75rem;align-content:start}.community-location-card{display:flex;gap:.75rem;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:.5rem}@media(prefers-color-scheme:dark){.community-location-card{border-color:#444}}.community-location-letter{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:orange;color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.community-location-address{color:#444}@media(prefers-color-scheme:dark){.community-location-address{color:#aaa}}.community-location-address{font-size:.875rem;margin-top:.25rem}.community-location-phone{margin-top:.25rem}.community-location-phone a{color:inherit}.community-location-links{margin-top:.5rem;display:flex;gap:.5rem}.community-go-back{margin-top:2rem}
