/* Shows ve Route sayfaları için özel stiller */

/* Content text-align: justify */
.shows-page .dz-content p.text-muted,
.route-page .dz-content p.text-muted {
    text-align: justify !important;
}

/* Dark mode'da content'lerin okunabilir olması */
.theme-dark .shows-page .dz-content p.text-muted,
.theme-dark .route-page .dz-content p.text-muted {
    color: #e0e0e0 !important;
}

.theme-dark .shows-page .dz-content .title,
.theme-dark .route-page .dz-content .title {
    color: #ffffff !important;
}

.theme-dark .shows-page .dz-card,
.theme-dark .route-page .dz-card {
    background-color: #1a1a1a !important;
    border-color: #333 !important;
}

.theme-dark .shows-page .dz-card .dz-content,
.theme-dark .route-page .dz-card .dz-content {
    color: #e0e0e0 !important;
}

/* Head padding for Shows and Route cards */
.shows-page .dz-head,
.route-page .dz-head {
    padding-left: 20px !important;
}

