/* SOS Events Plugin — Supplemental Styles */

/* Poster image constraint on detail page */
.event-wrapper .lefthalf img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* When poster fails to load, let content go full-width */
.event-wrapper.sos-no-poster .righthalf {
    width: 100% !important;
    float: none !important;
}

/* Lineup section on detail page */
.sos-lineup {
    margin-top: 30px;
}

.sos-lineup h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sos-lineup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sos-lineup li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sos-lineup li:last-child {
    border-bottom: none;
}

.sos-lineup .performer-role {
    opacity: 0.6;
    margin-left: 8px;
    font-size: 0.85em;
}

.sos-lineup .performer-time {
    opacity: 0.5;
    margin-left: 8px;
    font-size: 0.8em;
}

/* Event description on detail page */
.sos-event-description {
    margin-top: 20px;
    line-height: 1.7;
    opacity: 0.85;
}

/* Empty state for event listings */
.no-events {
    opacity: 0.5;
    font-style: italic;
    padding: 20px 0;
}
