.wpr-locations-overview{--wpr-lo-tab-bg:#f3f4f6;--wpr-lo-tab-color:#374151;--wpr-lo-tab-active-bg:#111827;--wpr-lo-tab-active-color:#fff;--wpr-lo-panel-bg:#fff;--wpr-lo-panel-border:#e5e7eb;--wpr-lo-muted:#6b7280;--wpr-lo-social-bg:#f9fafb;--wpr-lo-social-color:#374151;--wpr-lo-inner-border:#e5e7eb;--wpr-lo-inner-active:#111827;--wpr-lo-media-height:320px;width:100%}.wpr-locations-overview .wpr-lo-loading,.wpr-locations-overview .wpr-lo-empty{margin:0;color:var(--wpr-lo-muted)}.wpr-locations-overview .wpr-lo-location-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px;width:100%}.wpr-locations-overview .wpr-lo-inner-tabs{display:flex;gap:0;border-bottom:1px solid var(--wpr-lo-inner-border);margin-bottom:20px;width:100%}.wpr-locations-overview .wpr-lo-location-tab{appearance:none;border:1px solid var(--wpr-lo-panel-border);background:var(--wpr-lo-tab-bg);color:var(--wpr-lo-tab-color);border-radius:999px;padding:10px 18px;font:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.wpr-locations-overview .wpr-lo-location-tab.is-active{background:var(--wpr-lo-tab-active-bg);color:var(--wpr-lo-tab-active-color);border-color:var(--wpr-lo-tab-active-bg)}.wpr-locations-overview .wpr-lo-panel{background:var(--wpr-lo-panel-bg);border:1px solid var(--wpr-lo-panel-border);border-radius:16px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.wpr-locations-overview .wpr-lo-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.wpr-locations-overview .wpr-lo-panel-title{margin:0;font-size:1.5rem;line-height:1.2;font-weight:700;color:#111827}.wpr-locations-overview .wpr-lo-social-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wpr-locations-overview .wpr-lo-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--wpr-lo-social-bg);color:var(--wpr-lo-social-color);text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.wpr-locations-overview .wpr-lo-social-link:hover{transform:translateY(-1px)}.wpr-locations-overview .wpr-lo-social-link svg{width:20px;height:20px;fill:currentColor}.wpr-locations-overview .wpr-lo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-bottom:24px}.wpr-locations-overview .wpr-lo-col-left,.wpr-locations-overview .wpr-lo-col-right{min-width:0}.wpr-locations-overview .wpr-lo-image-wrap{margin-bottom:16px}.wpr-locations-overview .wpr-lo-image{display:block;width:100%;height:var(--wpr-lo-media-height);object-fit:cover;border-radius:12px;background:#f3f4f6}.wpr-locations-overview .wpr-lo-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:var(--wpr-lo-media-height);border-radius:12px;background:#f3f4f6;color:var(--wpr-lo-muted);font-size:.95rem}.wpr-locations-overview .wpr-lo-contact-list{display:grid;gap:10px}.wpr-locations-overview .wpr-lo-contact-item{margin:0;color:#374151;line-height:1.5}.wpr-locations-overview .wpr-lo-contact-item strong{font-weight:600}.wpr-locations-overview .wpr-lo-contact-item a{color:inherit;text-decoration:none}.wpr-locations-overview .wpr-lo-contact-item a:hover{text-decoration:underline}.wpr-locations-overview .wpr-lo-map{overflow:hidden;border-radius:12px;border:1px solid var(--wpr-lo-panel-border);margin-bottom:12px;background:#f3f4f6}.wpr-locations-overview .wpr-lo-map iframe{display:block;width:100%;height:var(--wpr-lo-media-height);border:0}.wpr-locations-overview .wpr-lo-address{margin:0;color:#374151;line-height:1.6}.wpr-locations-overview .wpr-lo-address-line{display:block}.wpr-locations-overview .wpr-lo-address--legacy{white-space:pre-line}.wpr-locations-overview .wpr-lo-inner-tab{appearance:none;border:0;background:0 0;color:var(--wpr-lo-muted);padding:12px 18px;font:inherit;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.wpr-locations-overview .wpr-lo-inner-tab.is-active{color:var(--wpr-lo-inner-active);border-bottom-color:var(--wpr-lo-inner-active);font-weight:600}.wpr-locations-overview .wpr-lo-inner-panel{display:none}.wpr-locations-overview .wpr-lo-inner-panel.is-active{display:block}.wpr-locations-overview .wpr-lo-hours-group+.wpr-lo-hours-group{margin-top:20px}.wpr-locations-overview .wpr-lo-hours-type-title{margin:0 0 10px;color:#111827}.wpr-locations-overview .wpr-lo-table{width:100%;border-collapse:collapse}.wpr-locations-overview .wpr-lo-table th,.wpr-locations-overview .wpr-lo-table td{border:1px solid #e5e7eb;padding:10px 12px;text-align:left}.wpr-locations-overview .wpr-lo-table th{background:#f9fafb;font-weight:600}.wpr-locations-overview .wpr-lo-table--no-header thead{display:none}.wpr-locations-overview .wpr-lo-course-title{margin:0 0 12px;color:#111827}.wpr-locations-overview .wpr-lo-course-period{margin:0 0 16px}.wpr-lo-editor-hint{margin-top:8px;color:#6b7280;font-size:.875rem}@media (max-width:767px){.wpr-locations-overview .wpr-lo-grid{grid-template-columns:1fr}.wpr-locations-overview .wpr-lo-panel{padding:16px}.wpr-locations-overview .wpr-lo-panel-header{flex-direction:column;align-items:flex-start}}