.abcevents-panel .panel-heading,
.abcevents-heading {
    border-bottom: 3px solid #1d7ed0;
}
.abcevents-section {
    margin-top: 18px;
    margin-bottom: 18px;
}
.abcevents-card,
.abcevents-organizer-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    margin-bottom: 12px;
}
.abcevents-fieldset {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 18px;
}
.abcevents-fieldset legend {
    width: auto;
    border: 0;
    padding: 0 8px;
    font-size: 16px;
    color: #1d7ed0;
}
.abcevents-map iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 8px;
}
.abcevents-actions {
    margin-left: 12px;
    margin-bottom: 12px;
}
.abcevents-address {
    white-space: normal;
}
.abcevents-wall-link-wrap {
    margin-top: 10px;
}

.abcevents-calendar-tabs { margin-top: 18px; border-radius: 8px; overflow: hidden; }
.abcevents-calendar-tabs .panel-heading { background: #f7fbff; border-left: 4px solid #1e88e5; }
.abcevents-tab-content { padding: 15px; }
.abcevents-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 10px 0; }
.abcevents-info-grid > div, .abcevents-organizer-card { background: #fff; border: 1px solid #e6edf5; border-radius: 8px; padding: 10px; }
.abcevents-map-frame { width: 100%; min-height: 260px; border: 0; border-radius: 8px; margin-bottom: 10px; }
.abcevents-loading { color: #6c757d; padding: 8px 0; }

#abcevents-filter-panel { margin-bottom: 5px; }
.abcevents-filter-form label { font-weight: 600; }
.abcevents-calendar-tabs .nav-tabs { margin-bottom: 15px; }

.abcevents-location-editor .abcmap-section,
.abcevents-location-editor .abcevents-section {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 18px;
    background: #fff;
}
.abcevents-location-editor .abcmap-section-title,
.abcevents-location-editor .abcevents-section-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1d7ed0;
}
.abcevents-location-editor .abcevents-osm-frame,
.abcevents-location-editor .abcmap-map-preview iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 8px;
}
.abcevents-inline-actions .btn { margin-right: 6px; margin-bottom: 6px; }
