.spond-calendar-wrapper {
width: 100%;
font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}
#spond-fullcalendar {
background: #fff;
border-radius: 8px;
padding: 0;
overflow: hidden;
}
.fc {
--fc-border-color: #e2e6ef;
--fc-button-bg-color: #1e2a5e;
--fc-button-border-color: #1e2a5e;
--fc-button-hover-bg-color: #162048;
--fc-button-hover-border-color: #162048;
--fc-today-bg-color: #fdf8e8;
--fc-page-bg-color: transparent;
--fc-event-bg-color: #1e2a5e;
--fc-event-border-color: #1e2a5e;
}
.fc .fc-button {
font-size: 13px;
font-weight: 600;
padding: 6px 14px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.fc .fc-button-active {
background-color: #c9a23c !important;
border-color: #c9a23c !important;
}
.fc .fc-toolbar-title {
font-size: 18px;
font-weight: 700;
color: #1e2a5e;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.fc .fc-col-header-cell {
padding: 10px 0;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
background: #1e2a5e;
}
.fc .fc-col-header-cell-cushion {
color: #fff;
}
.fc .fc-daygrid-day-number {
padding: 6px 10px;
font-size: 13px;
font-weight: 500;
color: #1e2a5e;
}
.fc .fc-event {
border-radius: 4px;
padding: 2px 6px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
}
.fc .fc-timegrid-slot {
height: 2.5em;
}
.fc .fc-timegrid-slot-label-cushion {
font-size: 12px;
color: #666;
}
.fc .fc-timegrid-allday-slot {
display: none;
}
.fc .fc-day-today {
background: #fdf8e8 !important;
}
.spond-list-wrapper {
width: 100%;
}
.spond-month-heading {
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 28px 0 0;
padding: 12px 16px;
background: #1e2a5e;
border-radius: 6px 6px 0 0;
}
.spond-month-heading:first-child {
margin-top: 0;
}
.spond-list-table {
width: 100%;
border-collapse: collapse;
background: #fff;
border-radius: 0 0 6px 6px;
overflow: hidden;
margin-bottom: 8px;
box-shadow: 0 1px 4px rgba(30, 42, 94, 0.08);
}
.spond-list-table thead {
display: none;
}
.spond-list-table th {
background: #1e2a5e;
padding: 12px 16px;
text-align: left;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff;
border-bottom: 2px solid #c9a23c;
}
.spond-list-table td {
padding: 14px 16px;
border-bottom: 1px solid #e8ecf4;
font-size: 14px;
color: #1e2a5e;
}
.spond-list-table tbody tr:nth-child(odd) {
background: #fff;
}
.spond-list-table tbody tr:nth-child(even) {
background: #e8ecf4;
}
.spond-list-table tr:last-child td {
border-bottom: none;
}
.spond-list-table tr:hover td {
background: #dde3f0;
}
.spond-date {
white-space: nowrap;
font-weight: 600;
color: #1e2a5e;
}
.spond-time {
white-space: nowrap;
font-weight: 600;
color: #c9a23c;
}
.spond-title {
font-weight: 600;
color: #1e2a5e;
}
.spond-group {
font-weight: 600;
color: #1e2a5e;
font-size: 13px;
}
.spond-subgroup {
color: #6a6f8a;
font-weight: normal;
}
.spond-location {
color: #5a6380;
font-size: 13px;
}
.spond-no-events {
text-align: center;
padding: 40px;
color: #5a6380;
font-style: italic;
background: #fff;
border-radius: 0 0 6px 6px;
}
.spond-error {
text-align: center;
padding: 20px;
color: #b32d2e;
background: #fcf0f1;
border: 1px solid #b32d2e;
border-radius: 4px;
}
@media (max-width: 600px) {
.spond-list-table {
font-size: 13px;
}
.spond-list-table th,
.spond-list-table td {
padding: 10px 10px;
}
.spond-month-heading {
font-size: 14px;
padding: 10px 12px;
}
}
.spond-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(30, 42, 94, 0.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.spond-modal {
background: #fff;
border-radius: 8px;
padding: 28px;
max-width: 500px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
position: relative;
box-shadow: 0 8px 32px rgba(30, 42, 94, 0.2);
border-top: 4px solid #c9a23c;
}
.spond-modal h3 {
margin: 0 0 18px;
font-size: 18px;
font-weight: 700;
color: #1e2a5e;
padding-right: 30px;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.spond-modal p {
margin: 10px 0;
font-size: 14px;
line-height: 1.5;
color: #1e2a5e;
}
.spond-modal p strong {
color: #5a6380;
}
.spond-modal-close {
position: absolute;
top: 14px;
right: 14px;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #5a6380;
line-height: 1;
padding: 4px 8px;
transition: color 0.2s;
}
.spond-modal-close:hover {
color: #1e2a5e;
}