.fc-container ul{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:4vw;height:calc(100vh - 250px);display:flex;overflow:hidden}.fc-container li{scroll-snap-align:center;flex:0 0 100%;padding:8px;list-style-type:none;overflow-y:scroll}.fc-navigate-buttons{justify-content:space-between;width:100%;margin-top:10px;display:flex}.fc-button{color:#fff;text-align:center;cursor:pointer;background-color:#0070f3;border:none;border-radius:5px;width:150px;padding:10px 20px;text-decoration:none;display:inline-block}.fc-button:disabled{cursor:not-allowed;background-color:#ccc}.fc-loading-overlay{z-index:10;background-color:#0009;justify-content:center;align-items:center;font-size:1.5em;display:flex;position:absolute;inset:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fc-spinner{border:8px solid #f3f3f3;border-top-color:#0070f3;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@media (max-width:768px){.fc-button{width:120px}.fc-navigate-buttons{justify-content:space-around}.fc-container ul{height:calc(100vh - 234px)}}
