.stream-filters {
    margin-bottom: 18px;
}

.filter-row {
    margin: 6px 0;
}

.thumb-sm {
    width: 120px;
    border-radius: 4px;
}

.stream-title {
    font-weight: bold;
    color: #1a0dab;
}

.meta {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
}

.btn-range {
    padding: 6px 14px;
    background: #0a84ff;
    color: white;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-bottom: 14px;
}
.thumb-sm {
    width: 120px;
    border-radius: 4px;
}

/* ======== 期間フィルタ用モーダル ======== */
.date-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}

.date-modal-content {
    background: white;
    width: 300px;
    padding: 20px;
    margin: 100px auto;
    border-radius: 8px;
}

.date-modal-content h3 {
    margin-top: 0;
    text-align: center;
}

.date-modal-content label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.date-modal-content input[type="date"] {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
}

.date-modal-buttons {
    margin-top: 18px;
    text-align: center;
}

.date-modal-buttons button {
    margin: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-apply {
    background: #007bff;
    color: #fff;
}

.btn-reset {
    background: #6c757d;
    color: #fff;
}

.btn-close {
    background: #ddd;
}
