.ska-calendar,
.ska-overview,
.ska-day-card {
margin: 28px 0;
}
.ska-heading,
.ska-overview-heading {
margin-bottom: 16px;
}
.ska-heading h2,
.ska-overview-heading h2 {
margin: 0 0 6px;
}
.ska-heading p,
.ska-overview-heading p {
margin: 0;
color: #6b7280;
}
.ska-table-wrap {
width: 100%;
overflow-x: auto;
border: 1px solid #d9dee7;
border-radius: 12px;
background: #fff;
}
.ska-table {
width: 100%;
min-width: 720px;
border-collapse: collapse;
margin: 0;
}
.ska-table th,
.ska-table td {
padding: 13px 15px;
text-align: left;
border-bottom: 1px solid #e6e9ef;
}
.ska-table th {
color: #2f3744 !important;
background: #f3f5f8 !important;
font-weight: 700;
}
.ska-table td {
color: #4b5563;
background: #fff;
}
.ska-table tbody tr:nth-child(even) td {
background: #fafbfc;
}
.ska-table tbody tr:last-child td {
border-bottom: 0;
}
.ska-overview-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.ska-month-card {
display: block;
padding: 18px;
border: 1px solid #dfe3ea;
border-radius: 12px;
background: #fff;
color: inherit;
text-decoration: none !important;
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
a.ska-month-card:hover {
transform: translateY(-1px);
border-color: #cfd5de;
box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.ska-month-card h3 {
margin: 0 0 14px;
font-size: 1.12em;
}
.ska-month-card-row {
display: flex;
justify-content: space-between;
gap: 14px;
padding: 7px 0;
border-top: 1px solid #edf0f4;
}
.ska-month-card-row span {
color: #6b7280;
}
.ska-month-card-row strong {
white-space: nowrap;
}
.ska-month-link {
display: inline-block;
margin-top: 12px;
font-weight: 700;
}
.ska-day-card {
padding: 20px;
border: 1px solid #dfe3ea;
border-radius: 12px;
background: #fff;
}
.ska-day-label {
margin-bottom: 8px;
font-size: .84em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .05em;
color: #6b7280;
}
.ska-day-date {
font-size: 1.08em;
}
.ska-day-location {
margin-top: 4px;
color: #6b7280;
}
.ska-day-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 12px;
margin-top: 16px;
}
.ska-day-grid > div {
padding: 16px;
border-radius: 10px;
background: #f5f6f8;
}
.ska-day-grid span,
.ska-day-grid strong {
display: block;
}
.ska-day-grid span {
margin-bottom: 4px;
font-size: .88em;
color: #6b7280;
}
@media (max-width: 900px) {
.ska-overview-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.ska-table-wrap {
overflow: visible;
border: 0;
background: transparent;
}
.ska-table {
min-width: 0;
}
.ska-table thead {
display: none;
}
.ska-table,
.ska-table tbody,
.ska-table tr,
.ska-table td {
display: block;
width: 100%;
}
.ska-table tr {
margin-bottom: 12px;
padding: 10px 12px;
border: 1px solid #dfe3ea;
border-radius: 10px;
background: #fff;
}
.ska-table td,
.ska-table tbody tr:nth-child(even) td {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
padding: 8px 0;
border-bottom: 1px solid #edf0f4;
background: transparent;
}
.ska-table td:last-child {
border-bottom: 0;
}
.ska-table td::before {
content: attr(data-label);
font-weight: 700;
color: #374151;
}
.ska-overview-grid,
.ska-day-grid {
grid-template-columns: 1fr;
}
} .ska-year-nav {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 14px;
}
.ska-year-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 72px;
padding: 8px 14px;
border: 1px solid #dfe3ea;
border-radius: 999px;
background: #fff;
color: #374151;
font-weight: 700;
text-decoration: none !important;
}
.ska-year-link:hover {
border-color: #c4cad4;
background: #f7f8fa;
}
.ska-year-link.is-active {
background: #2f3744;
border-color: #2f3744;
color: #fff;
}
.ska-overview-legend {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 0 0 18px;
color: #6b7280;
font-size: .92em;
}
.ska-month-card {
color: inherit !important;
text-decoration: none !important;
}
.ska-month-card-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 10px;
}
.ska-month-card-head h3 {
margin: 0;
}
.ska-month-card-arrow {
font-size: 1.15em;
transition: transform .15s ease;
}
.ska-month-card:hover .ska-month-card-arrow {
transform: translateX(3px);
}
.ska-month-period {
padding: 10px 0;
border-top: 1px solid #edf0f4;
}
.ska-month-period-label {
display: block;
margin-bottom: 6px;
color: #6b7280;
font-size: .9em;
}
.ska-month-times {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
font-weight: 700;
}
.ska-month-times span {
white-space: nowrap;
}
.ska-month-times b {
font-weight: 700;
}
.ska-month-cta {
display: inline-block;
margin-top: 10px;
font-weight: 700;
}
@media (max-width: 520px) {
.ska-year-link {
min-width: 0;
flex: 1 1 0;
}
.ska-month-times {
grid-template-columns: 1fr;
}
}