/* Wrapper for 3 months */
.calendar-wrapper {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 12px;
}

.month-cell {
    width: 33%;
    vertical-align: top;
    padding: 8px;
}

/* Month title */
.month-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #002f6c;
    margin-bottom: 6px;
}

/* 7-column calendar table */
.month-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.75rem;
}

.month-table th {
    background: #002f6c;
    color: white;
    font-size: 0.7rem;
    padding: 4px 0;
    border: 1px solid #002f6c;
    text-align: center;
}

.month-table td {
    border: 1px solid #999;
    vertical-align: top;
    padding: 4px;
    height: 48px;
}

/* Special prize days */
.special-day {
    background: #f9e6e6;
    font-weight: bold;
    border-color: #c44;
}

.day-number {
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.prize-amount {
    text-align: right;
    font-size: 0.8rem;
    margin-top: 2px;
    line-height: 1;
    color: #006600;
}
