.schach-termine-container {
    max-width: 1000px;
    margin: 2rem auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

.schach-termine-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #e74c3c;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.schach-termine-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.schach-termin-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #e74c3c;
}

.schach-termin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.schach-termin-date {
    background: #f8f9fa;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    border-right: 1px solid #eee;
}

.schach-termin-date .day {
    font-size: 1.5rem;
    font-weight: 800;
    color: #e74c3c;
}

.schach-termin-date .month {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #7f8c8d;
    margin-bottom: 4px;
}

.schach-termin-time {
    font-size: 10px;
    font-weight: 700;
    color: #e74c3c;
    background: #fff5f5;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #ffe3e3;
    white-space: nowrap;
    margin-top: 4px;
}

.schach-date-range {
    display: flex;
    align-items: center;
    gap: 4px;
}

.schach-date-range .day {
    font-size: 1.1rem !important;
}

.schach-date-range .sep {
    font-size: 9px;
    text-transform: uppercase;
    color: #bdc3c7;
    font-weight: 700;
}

.plz-tag {
    font-size: 10px;
    font-weight: 700;
    color: #7f8c8d;
    background: #f1f2f6;
    padding: 2px 8px;
    border-radius: 4px;
}

.schach-termin-content {
    padding: 1.5rem;
    flex: 1;
}

.schach-termin-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.schach-termin-content h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}

.schach-termin-content h3 a:hover {
    color: #e74c3c;
}

.schach-termin-meta {
    font-size: 0.875rem;
    color: #7f8c8d;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.schach-termin-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 1rem;
}

.read-more {
    display: inline-block;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.875rem;
}

.read-more:hover {
    text-decoration: underline;
}

/* Pagination Styles */
.schach-pagination {
    margin-top: 2.5rem;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.schach-pagination .page-numbers {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.schach-pagination a {
    text-decoration: none !important;
    color: #95a5a6;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s;
    background: #fff;
}

.schach-pagination .page-prev,
.schach-pagination .page-next {
    width: auto;
    padding: 0 15px;
}

.schach-pagination a:hover {
    background: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.1);
}

.schach-pagination .page-num.active {
    background: #e74c3c;
    color: #fff !important;
    border-color: #e74c3c;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.2);
}

.schach-results-count {
    margin-bottom: 20px;
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 500;
}

.schach-header {
    margin-bottom: 30px;
}

.schach-main-title {
    margin: 0 !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}

.schach-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-t: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #95a5a6;
}

.schach-footer a {
    color: #e74c3c;
    text-decoration: none;
}

.schach-footer a:hover {
    text-decoration: underline;
}

.bundesland-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #3498db;
    background: #ebf5fb;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 5px;
}

.schach-no-results {
    text-align: center;
    padding: 40px;
    background: #fff;
    border: 2px dashed #eee;
    border-radius: 12px;
    color: #95a5a6;
}

/* Responsive */
@media (max-width: 600px) {
    .schach-termin-card {
        flex-direction: column;
    }
    
    .schach-termin-date {
        flex-direction: row;
        gap: 0.5rem;
        padding: 0.75rem;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .schach-termin-date .day {
        font-size: 1.25rem;
    }
}
