.joan-now-playing {
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
padding: 16px;
margin: 10px 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
position: relative;
} .joan-show-info {
margin-bottom: 15px;
} .current-show {
font-size: 1.3em;
font-weight: bold;
margin: 0 0 8px 0;
color: #333;
line-height: 1.3;
}
.current-show a {
color: #0073aa;
text-decoration: none;
transition: color 0.2s ease;
}
.current-show a:hover {
color: #005a87;
text-decoration: underline;
} .joan-jock {
font-style: italic;
color: #666;
margin-bottom: 5px;
font-size: 0.95em;
} .show-time {
color: #555;
font-weight: 600;
font-size: 0.9em;
font-family: "Courier New", monospace;
} .joan-image-standard,
.joan-image-large {
margin: 15px 0 0 0;
text-align: center;
} .joan-thumb {
max-width: 250px;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
}
.joan-thumb:hover {
transform: scale(1.02);
} .joan-thumb-large {
max-width: 300px;
height: auto;
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}  .joan-image-constrained {
margin: 15px 0 0 0;
text-align: center;
}
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 250px; width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
}
.joan-image-constrained .joan-thumb-large {
max-width: 300px; width: 100%;
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
} .joan-image-full-width {
margin: 15px 0 0 0;
text-align: center;
width: 100%;
}
.joan-image-full-width .joan-thumb,
.joan-image-full-width .joan-thumb-large {
max-width: 100%;
width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
object-fit: cover;
}
.joan-image-full-width .joan-thumb-large {
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
} .joan-image-custom {
margin: 15px 0 0 0;
text-align: center;
}
.joan-image-custom .joan-thumb,
.joan-image-custom .joan-thumb-large { height: auto;
border-radius: 6px;
transition: transform 0.2s ease;
} @media (max-width: 768px) {
.joan-image-full-width .joan-thumb,
.joan-image-full-width .joan-thumb-large {
max-width: 100%;
width: 100%;
}
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 200px;
}
}
@media (max-width: 480px) {
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 150px;
}
}    .upcoming-show {
margin-top: 15px;
padding-top: 12px;
border-top: 1px solid #eee;
font-size: 0.9em;
color: #666;
}
.upcoming-show strong {
color: #333;
}
.upcoming-time {
display: block;
font-family: "Courier New", monospace;
font-size: 0.85em;
color: #777;
margin-top: 3px;
} .joan-current-time {
text-align: center;
font-size: 0.85em;
color: #777;
margin-bottom: 10px;
font-family: "Courier New", monospace;
} .joan-timezone-selector {
margin-bottom: 15px;
text-align: center;
font-size: 0.9em;
padding: 10px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.joan-timezone-selector label {
color: #666;
margin-right: 8px;
font-weight: 500;
}
.joan-timezone-selector select {
padding: 4px 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 0.9em;
background: white;
} .joan-timezone-selector .joan-timezone-time {
margin-top: 8px;
font-size: 0.85em;
color: #555;
font-family: "Courier New", monospace;
font-weight: 600;
} .joan-dark-mode-toggle {
position: absolute;
top: 8px;
right: 8px;
background: transparent;
border: 1px solid #ddd;
border-radius: 4px;
padding: 4px 8px;
font-size: 12px;
cursor: pointer;
transition: all 0.2s ease;
z-index: 10;
}
.joan-dark-mode-toggle:hover {
background: #f0f0f0;
border-color: #999;
} .joan-center-title {
text-align: center;
} .joan-jock-only-mode .current-show,
.joan-jock-only-mode .joan-jock {
display: none;
}
.joan-jock-only-mode .show-time {
text-align: center;
font-size: 1.1em;
margin-bottom: 10px;
} .joan-status-message {
text-align: center;
padding: 20px;
color: #666;
}
.joan-status-icon {
font-size: 1.5em;
margin-right: 8px;
} .joan-status-suspended {
background: #fff3cd;
border-color: #ffeaa7;
}
.joan-status-off_air {
background: #f8d7da;
border-color: #f5c6cb;
} .joan-loading {
text-align: center;
padding: 20px;
color: #999;
font-style: italic;
}
.joan-error {
text-align: center;
padding: 20px;
color: #d63638;
background: #ffeaea;
border: 1px solid #f0c2c2;
border-radius: 4px;
}
.joan-error a {
color: #d63638;
font-weight: bold;
} .joan-hide-images .joan-thumb,
.joan-hide-images .joan-image-standard,
.joan-hide-images .joan-image-large,
.joan-hide-images .joan-image-constrained,
.joan-hide-images .joan-image-full-width,
.joan-hide-images .joan-image-custom {
display: none;
}
.joan-hide-upcoming .upcoming-show {
display: none;
}  .joan-schedule-container {
margin: 20px 0;
} .joan-schedule-day-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 15px 20px;
margin: 25px 0 0 0;
border-radius: 8px 8px 0 0;
font-size: 18px;
font-weight: 600;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .joan-schedule-day-header:first-child {
margin-top: 0;
} .joan-schedule-day-table {
width: 100%;
border-collapse: collapse;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 0 0 8px 8px;
overflow: hidden;
margin-bottom: 5px;
} .joan-sunday-header {
background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}
.joan-monday-header {
background: linear-gradient(135deg, #a8e6cf 0%, #dcedc8 100%);
}
.joan-tuesday-header {
background: linear-gradient(135deg, #ffd3a5 0%, #ffeebc 100%);
}
.joan-wednesday-header {
background: linear-gradient(135deg, #a8c8ec 0%, #c3d5f5 100%);
}
.joan-thursday-header {
background: linear-gradient(135deg, #c8a2c8 0%, #e1bee7 100%);
}
.joan-friday-header {
background: linear-gradient(135deg, #ffb3ba 0%, #ffcccc 100%);
}
.joan-saturday-header {
background: linear-gradient(135deg, #bae1ff 0%, #d4f1ff 100%);
} .joan-sunday-table th {
background-color: #ff6b87;
color: white;
}
.joan-monday-table th {
background-color: #4caf50;
color: white;
}
.joan-tuesday-table th {
background-color: #ff9800;
color: white;
}
.joan-wednesday-table th {
background-color: #2196f3;
color: white;
}
.joan-thursday-table th {
background-color: #9c27b0;
color: white;
}
.joan-friday-table th {
background-color: #f44336;
color: white;
}
.joan-saturday-table th {
background-color: #00bcd4;
color: white;
} table.joan-schedule {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 6px;
overflow: hidden;
}
table.joan-schedule th {
background: #0073aa;
color: white;
padding: 12px;
text-align: left;
font-weight: 600;
}
table.joan-schedule td {
padding: 10px 12px;
border-bottom: 1px solid #eee;
}
table.joan-schedule tr:hover {
background: #f8f9fa;
}
table.joan-schedule tr:nth-child(even) {
background: #fafafa;
}
table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0;
} table.joan-schedule.joan-filtered-schedule,
.joan-filtered-schedule table.joan-schedule {
border-radius: 6px;
}
.joan-filtered-schedule table.joan-schedule th {
background: #28a745; } .joan-schedule-day-table th {
padding: 12px;
text-align: left;
font-weight: 600;
border: none;
}
.joan-schedule-day-table td {
padding: 10px 12px;
border-bottom: 1px solid #eee;
border-left: none;
border-right: none;
}
.joan-schedule-day-table tr:hover {
background: rgba(0,0,0,0.02);
}
.joan-schedule-day-table tr:nth-child(even) {
background: rgba(0,0,0,0.01);
}
.joan-schedule-day-table tr:nth-child(even):hover {
background: rgba(0,0,0,0.03);
} .joan-schedule-empty-day {
text-align: center;
padding: 30px 20px;
color: #666;
font-style: italic;
background: #f9f9f9;
border: 2px dashed #ddd;
border-radius: 0 0 8px 8px;
} .joan-today-highlight {
background: #e7f3ff !important;
border-left: 4px solid #0073aa;
}
.joan-current-show-highlight {
background: #d1ecf1 !important;
border-left: 4px solid #17a2b8;
font-weight: bold;
} .joan-schedule-controls {
margin: 20px 0 15px 0;
text-align: center;
padding: 15px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.joan-schedule-controls label {
font-weight: 600;
margin-right: 10px;
color: #495057;
}
.joan-schedule-controls select {
padding: 6px 12px;
border: 1px solid #ced4da;
border-radius: 4px;
background: white;
color: #495057;
font-size: 14px;
min-width: 150px;
} .joan-upcoming-shows {
margin: 20px 0;
}
.joan-upcoming-item {
margin-bottom: 15px;
padding: 10px;
background: #f9f9f9;
border-radius: 5px;
border-left: 3px solid #0073aa;
}  .joan-dark-mode .joan-now-playing {
background: #2c3e50;
border-color: #34495e;
color: #ecf0f1;
}
.joan-dark-mode .current-show {
color: #ecf0f1;
}
.joan-dark-mode .current-show a {
color: #3498db;
}
.joan-dark-mode .current-show a:hover {
color: #2980b9;
}
.joan-dark-mode .joan-jock,
.joan-dark-mode .upcoming-show {
color: #bdc3c7;
}
.joan-dark-mode .show-time {
color: #95a5a6;
}
.joan-dark-mode .upcoming-show {
border-top-color: #34495e;
}
.joan-dark-mode .joan-timezone-selector select {
background: #34495e;
color: #ecf0f1;
border-color: #4a5c6a;
}
.joan-dark-mode .joan-timezone-selector {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-timezone-selector .joan-timezone-time {
color: #bdc3c7;
}
.joan-dark-mode .joan-dark-mode-toggle {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-dark-mode-toggle:hover {
background: #4a5c6a;
border-color: #5a6c7a;
}
.joan-dark-mode .joan-schedule-day-table,
.joan-dark-mode table.joan-schedule {
background: #2c3e50;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-day-table th,
.joan-dark-mode table.joan-schedule th {
background: #34495e;
}
.joan-dark-mode .joan-schedule-day-table td,
.joan-dark-mode table.joan-schedule td {
border-bottom-color: #4a5c6a;
}
.joan-dark-mode .joan-schedule-day-table tr:hover,
.joan-dark-mode table.joan-schedule tr:hover {
background: #34495e;
}
.joan-dark-mode .joan-schedule-day-table tr:nth-child(even),
.joan-dark-mode table.joan-schedule tr:nth-child(even) {
background: #2c3e50;
}
.joan-dark-mode .joan-schedule-empty-day {
background: #34495e;
border-color: #4a5c6a;
color: #bdc3c7;
}
.joan-dark-mode .joan-schedule-controls {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-controls select {
background: #2c3e50;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-controls label {
color: #ecf0f1;
}
.joan-dark-mode .joan-loading {
color: #bdc3c7;
}
.joan-dark-mode .joan-error {
background: #4a2c2a;
border-color: #6a4c4a;
color: #e74c3c;
}
.joan-dark-mode .joan-error a {
color: #e74c3c;
}
.joan-dark-mode .joan-status-message {
color: #bdc3c7;
}
.joan-dark-mode .joan-upcoming-item {
background: #34495e;
border-left-color: #3498db;
color: #ecf0f1;
} .joan-dark-mode .joan-today-highlight {
background: #34495e !important;
border-left-color: #3498db;
}
.joan-dark-mode .joan-current-show-highlight {
background: #2c3e50 !important;
border-left-color: #1abc9c;
} .joan-dark-mode .joan-schedule-day-header {
background: #34495e !important;
color: #ecf0f1 !important;
}
.joan-dark-mode .joan-sunday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-monday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-tuesday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-wednesday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-thursday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-friday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-saturday-header {
background: #34495e !important;
}  .joan-light-mode .joan-now-playing {
background: #f9f9f9 !important;
border-color: #ddd !important;
color: #333 !important;
}
.joan-light-mode .current-show {
color: #333 !important;
}
.joan-light-mode .current-show a {
color: #0073aa !important;
}
.joan-light-mode .current-show a:hover {
color: #005a87 !important;
}
.joan-light-mode .joan-jock,
.joan-light-mode .upcoming-show {
color: #666 !important;
}
.joan-light-mode .show-time {
color: #555 !important;
}
.joan-light-mode .upcoming-show {
border-top-color: #eee !important;
}
.joan-light-mode .upcoming-show strong {
color: #333 !important;
}
.joan-light-mode .joan-timezone-selector {
background: #f8f9fa !important;
border-color: #e9ecef !important;
color: #666 !important;
}
.joan-light-mode .joan-timezone-selector select {
background: white !important;
color: #333 !important;
border-color: #ccc !important;
}
.joan-light-mode .joan-timezone-selector .joan-timezone-time {
color: #555 !important;
}
.joan-light-mode .joan-dark-mode-toggle {
background: transparent !important;
border-color: #ddd !important;
color: #333 !important;
}
.joan-light-mode .joan-dark-mode-toggle:hover {
background: #f0f0f0 !important;
border-color: #999 !important;
}
.joan-light-mode .joan-today-highlight {
background: #e7f3ff !important;
border-left-color: #0073aa !important;
}
.joan-light-mode .joan-current-show-highlight {
background: #d1ecf1 !important;
border-left-color: #17a2b8 !important;
}
.joan-light-mode .joan-schedule-day-header {
color: white !important;
}
.joan-light-mode .joan-sunday-header {
background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
}
.joan-light-mode .joan-monday-header {
background: linear-gradient(135deg, #a8e6cf 0%, #dcedc8 100%) !important;
}
.joan-light-mode .joan-tuesday-header {
background: linear-gradient(135deg, #ffd3a5 0%, #ffeebc 100%) !important;
}
.joan-light-mode .joan-wednesday-header {
background: linear-gradient(135deg, #a8c8ec 0%, #c3d5f5 100%) !important;
}
.joan-light-mode .joan-thursday-header {
background: linear-gradient(135deg, #c8a2c8 0%, #e1bee7 100%) !important;
}
.joan-light-mode .joan-friday-header {
background: linear-gradient(135deg, #ffb3ba 0%, #ffcccc 100%) !important;
}
.joan-light-mode .joan-saturday-header {
background: linear-gradient(135deg, #bae1ff 0%, #d4f1ff 100%) !important;
}
.joan-light-mode .joan-schedule-day-table,
.joan-light-mode table.joan-schedule {
background: white !important;
color: #333 !important;
}
.joan-light-mode .joan-schedule-day-table th,
.joan-light-mode table.joan-schedule th {
color: white !important;
}
.joan-light-mode .joan-schedule-day-table td,
.joan-light-mode table.joan-schedule td {
border-bottom-color: #eee !important;
}
.joan-light-mode .joan-schedule-day-table tr:hover,
.joan-light-mode table.joan-schedule tr:hover {
background: #f8f9fa !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even),
.joan-light-mode table.joan-schedule tr:nth-child(even) {
background: #fafafa !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover,
.joan-light-mode table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0 !important;
}
.joan-light-mode .joan-schedule-empty-day {
background: #f9f9f9 !important;
border-color: #ddd !important;
color: #666 !important;
}
.joan-light-mode .joan-schedule-controls {
background: #f8f9fa !important;
border-color: #e9ecef !important;
color: #495057 !important;
}
.joan-light-mode .joan-schedule-controls select {
background: white !important;
border-color: #ced4da !important;
color: #495057 !important;
}
.joan-light-mode .joan-schedule-controls label {
color: #495057 !important;
}
.joan-light-mode .joan-loading {
color: #999 !important;
}
.joan-light-mode .joan-error {
background: #ffeaea !important;
border-color: #f0c2c2 !important;
color: #d63638 !important;
}
.joan-light-mode .joan-error a {
color: #d63638 !important;
}
.joan-light-mode .joan-status-message {
color: #666 !important;
}
.joan-light-mode .joan-upcoming-item {
background: #f9f9f9 !important;
border-left-color: #0073aa !important;
color: #333 !important;
} .joan-light-mode .joan-sunday-table th {
background-color: #ff6b87 !important;
color: white !important;
}
.joan-light-mode .joan-monday-table th {
background-color: #4caf50 !important;
color: white !important;
}
.joan-light-mode .joan-tuesday-table th {
background-color: #ff9800 !important;
color: white !important;
}
.joan-light-mode .joan-wednesday-table th {
background-color: #2196f3 !important;
color: white !important;
}
.joan-light-mode .joan-thursday-table th {
background-color: #9c27b0 !important;
color: white !important;
}
.joan-light-mode .joan-friday-table th {
background-color: #f44336 !important;
color: white !important;
}
.joan-light-mode .joan-saturday-table th {
background-color: #00bcd4 !important;
color: white !important;
} .joan-light-mode .joan-filtered-schedule table.joan-schedule th {
background: #28a745 !important; color: white !important;
} .joan-light-mode table.joan-schedule th {
background: #0073aa !important;
color: white !important;
} .joan-light-mode .joan-current-time {
color: #777 !important;
}
.joan-light-mode .upcoming-time {
color: #777 !important;
}
.joan-light-mode .joan-status-suspended {
background: #fff3cd !important;
border-color: #ffeaa7 !important;
}
.joan-light-mode .joan-status-off_air {
background: #f8d7da !important;
border-color: #f5c6cb !important;
} .joan-light-mode .joan-schedule-day-table th {
color: white !important;
background-color: inherit !important;
}
.joan-light-mode .joan-schedule-day-table td {
color: #333 !important;
background: white !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even) td {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode .joan-schedule-day-table tr:hover td {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover td {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode table.joan-schedule td {
color: #333 !important;
background: white !important;
}
.joan-light-mode table.joan-schedule tr:nth-child(even) td {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode table.joan-schedule tr:hover td {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode table.joan-schedule tr:nth-child(even):hover td {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode.joan-light-mode .joan-schedule-day-table {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table th {
color: white !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table td {
color: #333 !important;
background: white !important;
border-bottom-color: #eee !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:nth-child(even) {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:hover {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode.joan-light-mode table.joan-schedule {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule th {
color: white !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule td {
color: #333 !important;
background: white !important;
border-bottom-color: #eee !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:nth-child(even) {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:hover {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0 !important;
color: #333 !important;
}  @media (prefers-color-scheme: dark) {
.joan-now-playing:not(.joan-light-mode) {
background: #2c3e50;
border-color: #34495e;
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .current-show {
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .current-show a {
color: #3498db;
}
.joan-now-playing:not(.joan-light-mode) .current-show a:hover {
color: #2980b9;
}
.joan-now-playing:not(.joan-light-mode) .joan-jock,
.joan-now-playing:not(.joan-light-mode) .upcoming-show {
color: #bdc3c7;
}
.joan-now-playing:not(.joan-light-mode) .show-time {
color: #95a5a6;
}
.joan-now-playing:not(.joan-light-mode) .upcoming-show {
border-top-color: #34495e;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector select {
background: #34495e;
color: #ecf0f1;
border-color: #4a5c6a;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector .joan-timezone-time {
color: #bdc3c7;
}
.joan-schedule-day-table:not(.joan-light-mode),
table.joan-schedule:not(.joan-light-mode) {
background: #2c3e50;
color: #ecf0f1;
}
.joan-schedule-day-table:not(.joan-light-mode) th,
table.joan-schedule:not(.joan-light-mode) th {
background: #34495e;
}
.joan-schedule-day-table:not(.joan-light-mode) td,
table.joan-schedule:not(.joan-light-mode) td {
border-bottom-color: #4a5c6a;
}
.joan-schedule-day-table:not(.joan-light-mode) tr:hover,
table.joan-schedule:not(.joan-light-mode) tr:hover {
background: #34495e;
}
.joan-schedule-day-table:not(.joan-light-mode) tr:nth-child(even),
table.joan-schedule:not(.joan-light-mode) tr:nth-child(even) {
background: #2c3e50;
}
.joan-schedule-empty-day:not(.joan-light-mode) {
background: #34495e;
border-color: #4a5c6a;
color: #bdc3c7;
}
.joan-schedule-controls:not(.joan-light-mode) {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-schedule-controls:not(.joan-light-mode) select {
background: #2c3e50;
border-color: #4a5c6a;
color: #ecf0f1;
} .joan-today-highlight:not(.joan-light-mode) {
background: #34495e !important;
border-left-color: #3498db;
}
.joan-current-show-highlight:not(.joan-light-mode) {
background: #2c3e50 !important;
border-left-color: #1abc9c;
} .joan-schedule-day-header:not(.joan-light-mode) {
background: #34495e !important;
color: #ecf0f1 !important;
}
.joan-sunday-header:not(.joan-light-mode),
.joan-monday-header:not(.joan-light-mode),
.joan-tuesday-header:not(.joan-light-mode),
.joan-wednesday-header:not(.joan-light-mode),
.joan-thursday-header:not(.joan-light-mode),
.joan-friday-header:not(.joan-light-mode),
.joan-saturday-header:not(.joan-light-mode) {
background: #34495e !important;
}
} @media (max-width: 768px) {
.joan-now-playing {
padding: 12px;
font-size: 14px;
}
.current-show {
font-size: 1.2em;
}
.joan-thumb,
.joan-thumb-large {
max-width: 200px;
}
.joan-dark-mode-toggle {
position: static;
display: block;
margin: 0 auto 10px auto;
width: auto;
} .joan-schedule-day-header {
padding: 12px 15px;
font-size: 16px;
}
.joan-schedule-day-table,
table.joan-schedule {
font-size: 14px;
}
.joan-schedule-day-table th,
.joan-schedule-day-table td,
table.joan-schedule th,
table.joan-schedule td {
padding: 8px;
}
.joan-timezone-selector {
font-size: 0.8em;
}
.joan-timezone-selector select {
width: 100%;
max-width: 200px;
}
.joan-timezone-selector {
padding: 8px;
margin: 10px 0;
}
.joan-timezone-selector .joan-timezone-time {
font-size: 0.8em;
margin-top: 6px;
}
.joan-schedule-controls {
padding: 10px;
}
.joan-schedule-controls select {
width: 100%;
max-width: 200px;
margin-top: 5px;
}
}
@media (max-width: 480px) {
.joan-now-playing {
padding: 10px;
margin: 5px 0;
}
.joan-thumb,
.joan-thumb-large {
max-width: 150px;
}
.joan-schedule-day-header {
padding: 10px 12px;
font-size: 15px;
}
.joan-schedule-day-table,
table.joan-schedule {
font-size: 12px;
} .joan-schedule-day-table th:nth-child(n+4),
.joan-schedule-day-table td:nth-child(n+4),
table.joan-schedule th:nth-child(n+4),
table.joan-schedule td:nth-child(n+4) {
display: none;
}
.joan-schedule-empty-day {
padding: 20px 15px;
font-size: 14px;
}
} @media print {
.joan-now-playing {
box-shadow: none;
border: 2px solid #000;
}
.joan-timezone-selector,
.joan-schedule-controls,
.joan-dark-mode-toggle {
display: none;
}
.current-show a {
color: #000 !important;
text-decoration: none;
}
.current-show a:after {
content: " (" attr(href) ")";
font-size: 0.8em;
font-weight: normal;
}
.joan-schedule-day-header {
background: #000 !important;
color: #fff !important;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
} .joan-now-playing:focus-within {
outline: 2px solid #0073aa;
outline-offset: 2px;
}
.current-show a:focus {
outline: 2px solid #0073aa;
outline-offset: 1px;
border-radius: 2px;
}
.joan-schedule-controls select:focus,
.joan-dark-mode-toggle:focus {
outline: 2px solid #0073aa;
outline-offset: 1px;
} @media (prefers-reduced-motion: reduce) {
.joan-thumb,
.current-show a,
.joan-dark-mode-toggle {
transition: none;
}
.joan-thumb:hover {
transform: none;
}
} @media (prefers-contrast: high) {
.joan-now-playing {
border-width: 2px;
border-color: #000;
}
.current-show a {
text-decoration: underline;
}
.joan-thumb {
border: 2px solid #000;
}
.joan-schedule-day-header {
border: 2px solid #000;
}
.joan-schedule-day-table,
table.joan-schedule {
border: 2px solid #000;
}
.joan-dark-mode-toggle {
border-width: 2px;
}
}