/* Stili Font Waldorf */
@font-face {
    font-family: 'Antropos';
    src: url('https://www.fraternalux.it/fonts/antropos.woff2') format('woff2'),
         url('https://www.fraternalux.it/fonts/antropos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baarzeitgeist';
    src: url('https://www.fraternalux.it/fonts/baarzeitgeist.eot');
    src: url('https://www.fraternalux.it/fonts/baarzeitgeist.eot?#iefix') format('embedded-opentype'),
         url('https://www.fraternalux.it/fonts/baarzeitgeist.woff2') format('woff2'),
         url('https://www.fraternalux.it/fonts/baarzeitgeist.woff') format('woff'),
         url('https://www.fraternalux.it/fonts/baarzeitgeist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Stili generali per i font */
body {
    font-family: 'Baarzeitgeist', sans-serif;
    color: #333;
    font-weight: 300; /* o un valore che sembri appropriato */

}

/* Applica Antropos solo alle maiuscole */
.antropos-text, .uppercase {
    font-family: 'Antropos', 'Baarzeitgeist', sans-serif;
    text-transform: uppercase;
}

/* Applica Baarzeitgeist al testo in corsivo */
em, i, .italic {
    font-family: 'Baarzeitgeist', serif;
    font-style: italic;
    font-weight: 300; /* o un valore che sembri appropriato */

}

/* Stili specifici */
.txt-content {
    font-family: 'Baarzeitgeist', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300; /* o un valore che sembri appropriato */

}

.txt-content p {
    margin-bottom: 1em;
}

#infoPopup .txt-content,
#aforismiPopup .txt-content {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#fraterna-lux {
    font-size: 2.5em;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

#fraterna-lux .antropos-text {
    font-family: 'Antropos', Arial, sans-serif !important;
    text-transform: uppercase;
}

#fraterna-lux .baarzeitgeist-text {
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-family: 'Baarzeitgeist', Times New Roman, serif !important;
    font-style: normal;
    text-transform: none;
    font-synthesis: none;
}

#fraterna-lux span {
    display: inline-block;
}

/* Stili per il form di login e altri elementi di sistema */
.login-form input,
.login-form input::placeholder,
.login-form button,
.login-form a,
.btn,
.nav-link,
.form-control,
.input-group,
.sidebar a {
    font-family: 'Baarzeitgeist', sans-serif;
    font-weight: 300; /* o un valore che sembri appropriato */

}

/* Uso di !important solo se necessario per sovrascrivere altri stili */
.txt-content .baarzeitgeist-text,
.txt-content em,
.txt-content i {
    font-family: 'Baarzeitgeist', serif !important;
    font-style: italic !important;
}

/* Titoli dei popup */
#per-partecipare-registrati, 
#userSettingsPopup h3, 
#uploadPopup h3, 
#mapPopup h3 {
    font-family: 'Antropos', 'Baarzeitgeist', sans-serif;
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Assicurarsi che il testo nei pulsanti e nei menu sia leggibile */
.btn, .nav-link, .sidebar a {
    font-size: 16px;
    line-height: 1.5;
}

/* Aumentare leggermente la dimensione del testo nei campi di input per migliorare la leggibilità */
.form-control, input {
    font-size: 16px;
}

.fonts-loaded #fraterna-lux .baarzeitgeist-text {
    font-family: 'Baarzeitgeist', Times New Roman, serif !important;
}

/* Stili generali */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(29, 41, 57);
}

/* Hero section e form */
.hero-section {
    background-image: url('https://www.fraternalux.it/images/Stock_Firefly_58609_portrait_1720970362600-2.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
}

/* Stili per form e bottoni */
#fraterna-lux {
    font-family: 'Antropos', sans-serif;
    font-size: 2.5em;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-container input,
.form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.form-control::placeholder {
    color: #6c757d;
    font-style: italic;
}

.btn {
    border-radius: 20px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    opacity: 0.9;
}

.form-container .btn-primary,
.input-group .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    width: 100%;
    margin-top: 10px;
}

.input-group .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.form-container a {
    color: #007bff;
}

/* Titoli dei popup */
#per-partecipare-registrati, 
#userSettingsPopup h3, 
#uploadPopup h3, 
#mapPopup h3 {
    font-family: 'Antropos', sans-serif;
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Popup e overlay */
.popup {
    background-color: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1040;
    width: 80%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.overlay.active {
    display: block;
}

.custom-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff0000;
    border: none;
    color: white;
    font-family: Arial, sans-serif; /* Usiamo un font di sistema per la X */
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1041;
}

.custom-close-button:hover {
    background-color: #cc0000;
}

/* Main content */
#mainContent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.fraternalux.it/images/Stock_Firefly_58609_portrait_1720970362600-2.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 100px !important; /* Riduce il padding superiore quando la navbar è nascosta */

}

/* Navbar e sidebar */
.navbar {
    background-color: transparent !important;
    z-index: 1031;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    justify-content: space-between; /* Assicura che ci sia spazio tra gli elementi */
    padding: 10px 20px;
}

.navbar-nav {
    display: flex !important;
    justify-content: flex-start; /* Cambiato da flex-end a flex-start */
    padding-right: 0; /* Rimosso il padding-right */
    width: auto; /* Aggiunto per evitare che occupi tutto lo spazio */
    align-items: center;
    padding: 10px 15px;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: white !important;
    background-color: transparent !important;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-link i {
    margin-right: 5px;
    font-size: 1.2em;
    color: white !important;
    transition: transform 0.3s ease;
}

.nav-item {
    margin-right: 15px;
}

.nav-link {
    color: white !important;
    cursor: pointer;
}

.navbar-nav .nav-link:hover {
    opacity: 0.8;
}

.navbar-nav .nav-link:hover i {
    transform: scale(1.2);
}

#logoutBtn {
    background-color: transparent;
    border: none;
    color: white !important;
    padding: 5px 15px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

#logoutBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#logoutBtn i {
    margin-right: 5px;
}

/* Search band */
.search-band {
    background-color: transparent;
    padding: 10px 0;
    margin-top: 10px;
    position: sticky;
    top: 60px;
    z-index: 1000;
    padding: 10px 0;
}

#steinorSearchForm {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

#steinorSearchInput {
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#steinorSearchForm .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    padding: 0 20px;
    white-space: nowrap;
    margin-left: -1px;
}

/* Debug console */
.debug-console {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-top: 20px;
    font-family: monospace;
    max-height: 200px;
    overflow-y: auto;
}

/* User profile */
.profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.email-icon,
.whatsapp-icon {
    cursor: pointer;
    margin-left: 10px;
}

.email-icon {
    color: #007bff;
}

.whatsapp-icon {
    color: #25D366;
}

.whatsapp-label {
    font-size: 0.8em;
    color: #666;
    margin-left: 5px;
}

/* Content grid */
.content-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px 20px !important;
    padding: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    justify-content: center !important;
    background-color: transparent !important;
}
.content-item {
    background-color: transparent !important;
    border-radius: 15% !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    aspect-ratio: 1 / 1 !important; /* Mantenuto quadrato */
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 90% !important; /* 90% invece di 95% per renderlo ancora più largo che alto */
    position: relative !important;
    transition: all 0.3s ease !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.content-item-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
}

.content-item-title {
    margin-top: 10px !important; /* Spazio tra l'immagine e il titolo */
    font-size: 14px !important;
    font-weight: bold !important;
    color: white !important;
    text-align: center !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8); /* Text shadow for better readability */
    padding: 5px !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
    border-radius: 5px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.content-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.content-grid .content-item {
    width: 90% !important; /* Mantenuto al 90% per schermi più grandi */
    height: 90% !important;
    margin: 0 auto !important;
    aspect-ratio: 1 / 1 !important;
}

/* Action buttons */
.action-buttons {
    margin-top: 38px;
}

/* Map */
#mapPopup {
    width: 90vw;
    height: 80vh;
    max-width: 1200px;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}

#mapPopup #mapContainer {
    flex: 1;
    width: 100%;
    height: calc(100% - 120px);
    margin-top: 120px;
}

#mapPopup #map {
    width: 100%;
    height: 100%;
}

#mapPopup .btn-secondary {
    display: none;
}

.custom-div-icon {
    background: none;
    border: none;
}

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

.map-filter-controls {
    position: absolute;
    top: 10px;
    left: 50px;
    right: 50px;
    z-index: 1000;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}

.map-filter-controls .search-container {
    display: flex;
    margin-bottom: 10px;
}

.map-filter-controls .search-container input {
    flex-grow: 1;
    margin-right: 5px;
}

.map-filter-controls .filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.map-filter-controls label {
    margin-right: 10px;
}

/* Info popup */
#infoPopup {
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

#infoPopup h3 {
    margin-bottom: 20px;
}

#infoPopup p {
    margin-bottom: 15px;
}

#infoContent {
    white-space: pre-wrap;
}

/* Sidebar styles */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    transition: left 0.3s ease-in-out;
    z-index: 1060;
    padding-top: 60px;
}

.sidebar.active {
    left: 0;
}

.sidebar a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

.sidebar a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
}

.sidebar a:hover i {
    transform: scale(1.2);
}

body.sidebar-open {
    overflow: hidden;
}

/* Menu hamburger */
#sidebarCollapse {
    position: fixed;
    top: 15px; /* Aumentato da 10px a 15px per alzarlo leggermente */
    left: 15px; /* Aumentato da 10px a 15px per spostarlo leggermente a destra */
    z-index: 1062;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 5px; /* Ridotto da 10px a 5px per renderlo più compatto */
    display: none;
    text-shadow: none;
    -webkit-text-stroke: 0;
}

/* Nuovi stili minimi per il layout aggiornato */
.season-date-container.aligned-with-navbar {
    margin-left: 20px; /* Aggiungi un po' di spazio a sinistra */
}

/* Media queries */
@media (min-width: 1200px) {
    .content-grid {
        gap: 80px 30px !important; /* Aumentato per schermi molto grandi */
    }

    .content-item {
        width: 95% !important;
        max-width: 280px !important;
    }
}

/* Media queries */
@media (min-width: 992px) and (max-width: 1199px) {
    .content-grid {
        gap: 70px 25px !important; /* Aumentato il gap verticale a 70px per schermi grandi */
    }

    .content-item {
        width: 95% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }

    .navbar {
        display: block !important;
        background-color: transparent !important;
    }

    .navbar-nav {
        display: flex !important;
        justify-content: flex-end;
        padding-right: 15px;
    }

    .navbar-collapse {
        display: flex !important;
    }

    .navbar-nav .nav-link {
        cursor: pointer;
        color: white !important;
        padding: 0.5rem 1rem;
        z-index: 1032; /* Assicura che sia sopra altri elementi */
    }
    
    .navbar, .search-band {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #sidebarCollapse {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }
}

/* Media query per schermi medi */
@media (max-width: 991px) and (min-width: 769px) {
    #mainContent {
        padding-top: 20px;
    }

    .content-grid {
        gap: 40px 20px !important; /* Aumentato il gap verticale a 40px per schermi medi */
    }

    .content-item {
        width: calc(100% - 8px) !important;
    }
	
    .season-date-container.aligned-with-navbar {
        position: fixed;
        top: 15px;
        right: 15px;
    }

    .navbar {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .nav-item {
        margin-bottom: 10px;
    }
    
    .search-band {
        margin-top: 60px;
        margin-bottom: 5px;
    }

    .search-band .container {
        padding: 0 15px;
    }

    .search-band .input-group {
        width: 100%;
    }

    .content-item-title {
        font-size: 12px;
    }

    #sidebarCollapse {
        display: block !important;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1062;
        background: none;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
    }

    .sidebar {
        display: block;
        left: -100%;
        width: 50%;
        max-width: 250px;
    }

    .sidebar.active {
        left: 0;
    }

    body.sidebar-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1050;
    }
}

/* Media query per schermi piccoli */
@media (min-width: 768px) and (max-width: 991px) {
    .content-grid {
        gap: 69px 20px !important; /* Aumentato il gap verticale a 36px per schermi piccoli */
        padding: 15px !important;
    }

    .content-item {
        width: 95% !important;
    }

    .season {
        font-size: 36px;
    }

    .full-date {
        font-size: 18px;
    }

    .season-date-container.top-right .season {
        font-size: 18px;
    }

    .season-date-container.top-right .full-date {
        font-size: 12px;
    }

    .col-form-label {
        text-align: left;
    }
    
    .form-group.row {
        margin-bottom: 1rem;
    }
    
    .offset-sm-3 {
        margin-left: 0;
    }

    .form-container, .registration-content {
        max-width: 90%;
    }

    .popup {
        width: 95%;
        max-width: none;
    }

    #per-partecipare-registrati, #userSettingsPopup h3, #uploadPopup h3, #mapPopup h3 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    #mapPopup #areaSelect {
        margin-bottom: 15px;
    }

    .map-filter-controls {
        position: static;
        margin-bottom: 10px;
    }

    #mapPopup #mapContainer {
        height: calc(100% - 200px);
        margin-top: 0;
    }

    .content-item-title {
        font-size: 12px !important;
    }

    #sidebarCollapse {
        display: block !important;
    }

    .navbar {
        display: none !important;
    }

    .sidebar {
        display: block;
    }
}

@media (max-width: 767px) {
    .content-grid {
        gap: 50px 15px !important;
        padding: 13opx !important;
    }

    .content-item {
        width: 95% !important;
    }

    #sidebarCollapse {
        display: block !important;
    }

    .navbar {
        display: none !important;
    }

    .sidebar {
        display: block;
    }
}

@media (max-width: 480px) {
    .content-grid {
        gap: 40px 10px !important; /* Aumentato ulteriormente per smartphone */
        padding: 10px !important;
    }

    .content-item {
        width: 90% !important;
        border-radius: 10px !important;
    }

    .content-grid .content-item {
        width: calc(100% - 4px) !important;
        border-radius: 10px !important;
        height: 85% !important; /* Ridotto ulteriormente all'85% */
        margin: 0 auto !important; /* Centra l'elemento nella sua cella */
    }

    .content-item-title {
        font-size: 10px !important;
        padding: 3px !important;
        margin-top: 5px;
    }

    /* Assicuriamoci che il titolo rimanga visibile */
    .content-grid .content-item .content-item-title {
        font-size: 14px !important;
        padding: 5px !important;
        font-weight: bold !important;
        color: white !important;
        text-align: center !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.7) !important;
        border-radius: 5px !important;
        margin-top: auto !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,1) !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}

/* Stili specifici per desktop e mobile */
@media (min-width: 992px) {
    .navbar-nav {
        display: flex !important;
        padding-left: 15px;
    }

    .navbar-collapse {
        display: flex !important;
    }

    .navbar-nav .nav-link {
        cursor: pointer;
        color: white !important;
        padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link:hover {
        opacity: 0.8;
    }
    
    .search-band {
        margin-top: 10px;
    }
    
    #mainContent {
        padding-top: 100px;
    }

    #sidebarCollapse {
        display: none !important;
    }

    .sidebar {
        display: none;
    }
}

body.no-scroll {
    overflow: hidden;
}

/* Assicurarsi che il contenuto principale non sia nascosto dalla navbar fissa */
#mainContent {
    padding-top: 60px;
}

/* Stili per mantenere l'allineamento con il motore di ricerca */
.navbar, .search-band {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Assicurarsi che la navbar sia sempre visibile */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: transparent !important;
}

/* Stili per la visualizzazione della data */
.season-date-container.aligned-with-navbar {
    position: fixed; /* Cambiato da absolute a fixed */
    top: 15px; /* Allineato con l'hamburger menu */
    right: 15px; /* Spostato leggermente verso sinistra */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    height: auto; /* Cambiato da 100% a auto */
    z-index: 1062; /* Assicura che sia sopra altri elementi */
}

.season-date-container.aligned-with-navbar .season,
.season-date-container.aligned-with-navbar .full-date {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: white;
}

.season-date-container.aligned-with-navbar .season {
    margin-right: 10px;
}

/* Assicurarsi che i pulsanti della navbar siano sempre visibili su schermi grandi */
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }

.season-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
	}

.season-icon:hover {
    transform: scale(1.2);
	}

}