/* iSquint Upcoming Shows Widget
   Matches the existing TheRunDown sidebar aesthetic */

.isq-shows-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.isq-show-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.isq-show-item:last-child {
    border-bottom: none;
}

.isq-show-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #e0e0e0;
    text-decoration: none;
}

.isq-show-name:hover {
    color: #f0a500;
    text-decoration: underline;
}

.isq-show-meta {
    font-size: 11px;
    color: #999;
    line-height: 1.3;
}

.isq-no-shows {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* Widget title — matches TheRunDown heading style if theme uses .widget-title */
.widget.widget_isq_shows_widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
