:root {--available-color: #E8F3D6;--available-one-color: #FCF9BE;--unknown-color: #C2DEDC;--unavailable-color: #FAAB78;}body {font-family: 'Diphylleia', sans-serif;font-size: 20px;color: #333;}main {padding: 50px;}h1 {margin-bottom: 80px;text-align: center;}.months-container {display: flex;flex-direction: row;gap: 60px;text-align: center;}.month {flex-grow: 1;}.month header {margin-bottom: 50px;font-size: 1.6rem;}table {width: 100%;border-spacing: 5px;}table th {font-size: 1.2rem;font-weight: normal;}table td {padding: 20px 5px;border: 1px solid #ccc;}table tr:first-child td:first-child {border-top-left-radius: 10px;}table tr:last-child td:first-child {border-bottom-left-radius: 10px;}table tr:first-child td:last-child {border-top-right-radius: 10px;}table tr:last-child td:last-child {border-bottom-right-radius: 10px;}table td.available {background: var(--available-color);}table td.availableone {background: var(--available-one-color);}table td.unknown {background: var(--unknown-color);}table td.unavailable {background: var(--unavailable-color);}table td.empty {border-color: transparent;}.legend-wrap {display: flex;align-items: center;justify-content: center;margin-top: 70px;}.legend {display: flex;flex-direction: row;gap: 40px;}.legend .color {display: inline-block;width: 50px;height: 22px;vertical-align: text-bottom;border: 1px solid #ccc;border-radius: 4px;margin-right: 5px;}.legend .color {background: var(--available-color);}.legend .color.available-one {background: var(--available-one-color);}.legend .color.unknown {background: var(--unknown-color);}.legend .color.unavailable {background: var(--unavailable-color);}@media (max-width: 1500px) {.months-container {gap: 20px;}table td {padding: 10px 5px;}}@media (max-width: 1100px) {.months-container {flex-direction: column;}main {padding: 40px 20px;}.months-container {gap: 60px;}.month header {margin-bottom: 25px;}table th {font-size: 1rem;}.legend-wrap {margin-top: 50px;}.legend {flex-direction: column;gap: 10px;}}