.aforecast-contrylist{
	padding:0 !important;
	margin:0 !important;
}

header.header{
	margin-bottom:0 !important;
}

.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

#menu-toggle, #menu-toggle:hover{
	background:transparent !important;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.logo{
	margin-bottom:20px;
	font-size:60px;
	text-shadow: 2px 2px #919191;
}


#quickdaylinks .day-nav-btn.hiddenitem{
	display:none;
}


#webcamDisplay {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
	text-align:center;
}
#webcamDisplay .webcam-popup{
    display:inline-block;
	padding: 0;
    box-shadow: none;
}
#webcamDisplay .popup h4 {
    font-size: 13px;
}


@media (max-width: 992px) {
	#webcamDisplay .webcam-popup img {
		width: 300px !important;
		height:auto !important;
	}
}

@media (max-width: 656px) {
	#webcamDisplay .webcam-popup img {
		width: 270px !important;
	}
}



       .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            color: white;
            margin-bottom: 30px;
        }
        
        h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .search-section {
            background: white;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .search-input {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        input[type="number"] {
            flex: 1;
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
        }
        
        button {
            background: #0984e3;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
        }
        
        button:hover {
            background: #0770c2;
        }
        
        .map-container {
            height: 500px;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            margin-bottom: 20px;
        }
        
        .weather-display {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 20px;
            margin-top: 20px;
        }
        
        .current-weather {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .current-weather h3 {
            color: #0984e3;
            margin-bottom: 15px;
            font-size: 1.3em;
        }
        
        .temp-display {
            font-size: 3em;
            font-weight: bold;
            color: #333;
        }
        
        .weather-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto;
        }
        
        .weather-details {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 10px;
            text-align: left;
            margin-top: 20px;
        }
        
        .detail-item {
            padding: 8px;
            background: #f8f9fa;
            border-radius: 5px;
        }
        
        .forecast-table {
            background: white;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            overflow-x: auto;
        }
        
        .forecast-table h3 {
            color: #0984e3;
            margin-bottom: 15px;
            font-size: 1.3em;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
        }
        
        th, td {
            padding: 12px 8px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        
        th {
            background: #f8f9fa;
            font-weight: 600;
            color: #555;
        }
        
        tr:hover {
            background: #f8f9fa;
        }
        
        .weather-symbol {
            width: 32px;
            height: 32px;
        }
        
        .webcam-icon {
            border: 3px solid #fff;
            border-radius: 6px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.4);
            cursor: pointer;
        }
        
        .webcam-icon:hover {
            border-color: #ff6b35;
            transform: scale(1.1);
            transition: all 0.2s ease;
        }
        
        .loading {
            display: none;
            text-align: center;
            padding: 20px;
            color: #666;
        }
        
        .error {
            background: #ff6b6b;
            color: white;
            padding: 15px;
            border-radius: 8px;
            margin: 10px 0;
            display: none;
        }
        
        .popup {
            background: white;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            max-width: 300px;
        }
        
        .popup h4 {
            color: #0984e3;
            margin-bottom: 10px;
        }
        
        .webcam-popup {
            max-width: 400px;
        }
        
        .webcam-popup img {
            width: 100%;
            border-radius: 8px;
            border: 2px solid #ddd;
        }
        
        .webcam-popup .windy-link {
            background: #5c6d96;
            color: white;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 0.9em;
            display: inline-block;
            margin-top: 10px;
        }
        
        .webcam-popup .windy-link:hover {
            background: #48536e;
        }
        
        .info-panel {
            background: white;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .webcam-count {
            color: #666;
            font-size: 0.9em;
            margin-top: 10px;
        }
        
        @media (max-width: 768px) {
            .search-input {
                flex-direction: column;
            }
            
            .weather-display {
                grid-template-columns: 1fr;
            }
            
            .weather-details {
                grid-template-columns: 1fr;
            }
            
            .popup, .webcam-popup {
                max-width: 280px;
            }
        }
		
		
        .recent-places-bar {
            padding: 8px 15px;
            font-size: 0.85em;
            white-space: nowrap;
            overflow-x: auto;
            display: flex;
            align-items: center;
			justify-content: center;
            gap: 5px;
			position: absolute;
			top: 8px;	
			z-index: 1;	
			left: 50%;
			transform: translate(-50%, 0);
        }
        
        .recent-places-label {
            color: #6c757d;
            font-weight: 500;
            margin-right: 5px;
            flex-shrink: 0;
        }
        
        .recent-place-link {
            display: inline-block;
            padding: 4px 12px;
            background: white;
            color: #0984e3;
            text-decoration: none;
            border-radius: 15px;
            border: 1px solid #0984e3;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }
        
        .recent-place-link:hover {
            background: #337ab7;
            color: white;
            text-decoration: none;
        }
        
        .recent-place-link.active {
            background: #337ab7;
            color: white;
            font-weight: 500;
        }
        
        .clear-recent-btn {
            background: #dc3545;
            color: white;
            border: none;
            padding: 0px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 14px;
            margin-left: auto;
            flex-shrink: 0;
			width:20px;
			height:20px;
        }
        
        .clear-recent-btn:hover {
            background: #c82333;
        }
        
        @media (max-width: 768px) {
            .recent-places-bar {
                padding: 6px 10px;
                font-size: 0.8em;
            }
            
            .recent-place-link {
                padding: 3px 8px;
                font-size: 0.8em;
            }
        }
		
	
	

/* CSS för 3-dagars väderprognos - Kompakt layout */

/* Huvudcontainer för 3-dagars prognos */
.three-day-forecast {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

/* Individuella väder-kort */
.forecast-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #e6f3ff 100%);
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    border: 2px solid #e3f2fd;
    transition: all 0.3s ease;
    position: relative;
	min-height: 140px;
}

.forecast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	cursor:pointer;
}

/* Aktuellt väder-kort (lite annorlunda styling) */
.forecast-card.current {
    background: linear-gradient(135deg, #437ab6 0%, #74b9ff 100%);
    color: white;
    border: 2px solid #0770c2;
}

.forecast-card.current .forecast-header h4,
.forecast-card.current .forecast-date,
.forecast-card.current .forecast-time {
    color: white;
}

.forecast-card.current .temp-display-compact {
    color: white;
}

/* Kort-header */
.forecast-header h4 {
    font-size: 1.1em;
    color: #0984e3;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.forecast-date {
    font-size: 0.9em;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.forecast-time {
    font-size: 0.8em;
    color: #888;
    margin: 0 0 10px 0;
}

/* Symbol och temperatur bredvid varandra */
.weather-temp-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
}

.weather-icon-compact {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

/* Temperatur */
.temp-display-compact {
    font-size: 2.2em;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    margin: 0;
}

/* Detaljer i horisontell rad */
.forecast-details {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
}

.detail-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    font-size: 0.85em;
    flex: 1;
	justify-content: center;
}

.detail-icon {
    font-size: 1.1em;
    margin-bottom: 2px;
}

.detail-value {
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

/* Koordinater */
.coordinates-info {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.coordinates-info p {
    font-size: 0.9em;
    color: #666;
    margin: 0;
}

/* Popup-styling för kartan */
.weather-popup-extended {
    max-width: 450px !important;
    min-width: 350px;
}

.popup-forecast-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 15px 0;
}

.popup-forecast-item {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.popup-forecast-item.main {
    background: linear-gradient(135deg, #0984e3 0%, #74b9ff 100%);
    color: white;
    transform: scale(1.05);
}

.popup-forecast-header {
    margin-bottom: 8px;
}

.popup-forecast-header strong {
    display: block;
    font-size: 0.9em;
    margin-bottom: 2px;
}

.popup-forecast-time {
    font-size: 0.75em;
    opacity: 0.8;
}

.popup-weather-icon {
    margin: 8px 0;
}

.popup-temp {
    font-size: 1.3em;
    font-weight: bold;
    margin: 8px 0;
}

.popup-details {
    font-size: 0.75em;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Responsiv design */
@media (max-width: 768px) {
	.current-weather {
		padding: 15px;
	}
    .three-day-forecast {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .forecast-card {
        padding: 12px;
		min-height: 120px;
    }
    
    .forecast-card.current {
        transform: none;
    }
    
    .weather-icon-compact {
        width: 40px;
        height: 40px;
    }
    
    .temp-display-compact {
        font-size: 1.8em;
    }
    
    .popup-forecast-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .weather-popup-extended {
        min-width: 280px;
        max-width: 320px !important;
    }
}

@media (max-width: 480px) {
    .three-day-forecast {
        gap: 10px;
    }
    
    .forecast-card {
        padding: 10px;
    }
    
    .temp-display-compact {
        font-size: 1.6em;
    }
    
    .detail-row {
        font-size: 0.8em;
    }
    
    .weather-temp-row {
        gap: 10px;
    }
}

/* Animation för kort */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.forecast-card {
    animation: slideInUp 0.5s ease-out;
}

.forecast-card:nth-child(1) { animation-delay: 0.1s; }
.forecast-card:nth-child(2) { animation-delay: 0.2s; }
.forecast-card:nth-child(3) { animation-delay: 0.3s; }







.city-info-panel {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
	margin-top:20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #0984e3;
}

.city-info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.city-thumbnail {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e3f2fd;
}

.city-info-header h3 {
    color: #0984e3;
    margin: 0;
    font-size: 1.4em;
}

.city-description p {
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
}

.city-info-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more-btn {
    background: #0984e3;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9em;
    transition: background 0.3s;
}

.read-more-btn:hover {
    background: #0770c2;
    text-decoration: none;
    color: white;
}

.attribution {
    font-size: 0.75em;
    color: #666;
    max-width: 50%;
}

.attribution a {
    color: #0984e3;
    text-decoration: none;
}

@media (max-width: 768px) {
    .city-info-footer {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .attribution {
        max-width: 100%;
    }
}







/* Dagseparator */
.day-separator {
    background: none !important;
}
.day-separator td{
    border-bottom: 1px #fff solid !important;
}

.day-separator:hover {
    background: none !important;
}

.day-header {
    background: linear-gradient(135deg, #437ab6 0%, #74b9ff 100%);
    color: white;
    padding: 12px 15px !important;
    text-align: center;
    border: none !important;
    position: relative;
}

/* Pil-ikon med CSS */
.day-header::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); /* Uppåt som standard */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
    transition: transform 0.3s ease;
    opacity: 0.6;
}

/* När dagen är kollapsad (data-attribute eller klass) */
.day-header.collapsed::before {
    transform: translateY(-50%) rotate(0deg); /* Nedåt när kollapsad */
}

/* Hover-effekt för pilen */
.day-header:hover::before {
    opacity: 1;
}

.day-header h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Förbättrad styling för timrader */
.hour-row {
    transition: background-color 0.2s ease;
}

.hour-row:hover {
    background: #f8f9fa !important;
}

/* Alternating row colors för bättre läsbarhet */
.hour-row:nth-child(even) {
    background: rgba(248, 249, 250, 0.5);
}

/* Cellstyling */
.date-cell {
    font-weight: 500;
    color: #666;
    font-size: 0.9em;
}

.time-cell {
    font-weight: 600;
    color: #333;
    font-size: 0.95em;
}

.weather-cell {
    padding: 8px !important;
}

.temp-cell {
    font-weight: 600;
    color: #0984e3;
    font-size: 1em;
}

.precipitation-cell {
    color: #17a2b8;
    font-weight: 500;
}

.wind-cell {
    color: #6c757d;
    font-weight: 500;
}

/* Förbättrad table styling */
.forecast-table table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.forecast-table th {
    background: #f8f9fa;
	border-bottom: 1px solid #eee;
    color: black;
    font-weight: 600;
    padding: 15px 12px;
    text-align: center;
    border: none;
    position: sticky;
    top: 0;
    z-index: 10;
}

.forecast-table td {
    border-bottom: 1px solid #e9ecef;
    border-right: 1px solid #f1f3f4;
    vertical-align: middle;
}

.forecast-table td:last-child {
    border-right: none;
}

/* Highlight aktuell tid */
.hour-row.current-hour {
    background: linear-gradient(90deg, #fff3cd 0%, #ffeaa7 100%) !important;
    font-weight: 600;
}

.hour-row.current-hour:hover {
    background: linear-gradient(90deg, #fff3cd 0%, #ffeaa7 100%) !important;
}

/* Mobil-anpassning */
@media (max-width: 768px) {
    .day-header h4 {
        font-size: 1em;
    }
    
    .forecast-table {
        font-size: 0.85em;
    }
    
    .forecast-table th,
    .forecast-table td {
        padding: 8px 6px;
    }
    
    .weather-symbol {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .day-header h4 {
        font-size: 0.9em;
    }
    
    .forecast-table {
        font-size: 0.8em;
    }
    
    .forecast-table th,
    .forecast-table td {
        padding: 6px 4px;
    }
    
    /* Dölj datum-kolumn på mycket små skärmar */
    .date-cell {
        display: none;
    }
    
    .forecast-table th:first-child {
        display: none;
    }
}

/* Animation för dagrubriker */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
.day-separator {
    animation: slideInDown 0.5s ease-out;
}
*/

/* CSS för dagnavigation - lägg till detta också */
.day-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
	justify-content: center;
	height:70px;
}

.nav-label {
    font-weight: 600;
    color: #495057;
    margin-right: 5px;
}

.day-nav-btn {
    background: white;
    border: 1px solid #337ab7;
    color: #0984e3;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.day-nav-btn:hover, .day-nav-btn.active {
    background: #337ab7;
    color: white;
}


.vv-overview .day-navigation {
	padding: 0;
	background: transparent;
	border:0;
}

@media (max-width: 768px) {
    .day-navigation {
        padding: 10px;
        gap: 8px;
		height:60px;
    }
    
    .day-nav-btn {
        font-size: 0.8em;
        padding: 5px 10px;
    }
    
    .nav-label {
        font-size: 0.9em;
        width: 100%;
        margin-bottom: 5px;
    }
}
.forecast-table {
    scrollbar-width: thin;
    scrollbar-color: #0984e3 #f1f1f1;
}

.forecast-table::-webkit-scrollbar {
    height: 8px;
}

.forecast-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.forecast-table::-webkit-scrollbar-thumb {
    background: #0984e3;
    border-radius: 4px;
}

.forecast-table::-webkit-scrollbar-thumb:hover {
    background: #0770c2;
}





.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0984e3 0%, #74b9ff 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 40px;
	line-height: 0;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(9, 132, 227, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-to-top-btn::after {
    content: '↑';
	position:absolute;
	top:20px;
	left:13px;
}

.scroll-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-btn:hover {
    background: linear-gradient(135deg, #0984e3 0%, #74b9ff 100%);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(9, 132, 227, 0.6);
}

@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 30px;
    }
	.scroll-to-top-btn::after {
		top:20px;
		left:15px;
	}	
}





/* Spinner */

.spinner-container{
	position:relative;
	display:block;
	height:100%;
}

.spinner-wrap{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1000;
	background:#fff;
}

.spinner {
  display:inline-block;
  vertical-align:middle;
  height: 64px;
  width: 64px;
  animation: spinneranimation 0.8s infinite linear;
  border: 5px solid #70ace0;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity:0.6;
  margin:auto;
}

@keyframes spinneranimation {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}








        .day-navigation {
            display: flex;
            gap: 10px;
            margin: 20px 0;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .day-button {
            padding: 10px 15px;
            background: #f8f9fa;
            border: 2px solid #ddd;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            min-width: 100px;
        }
        
        .day-button:hover {
            background: #e9ecef;
            transform: translateY(-2px);
        }
        
        .day-button.active {
            background: #FF6B6B;
            color: white;
            border-color: #FF6B6B;
        }
        
        .day-section {
            border: 1px solid #eee;
            overflow: hidden;
        }
        
        #weatherMeteo .day-header,  #weatherSMHI .day-header, #weatherYR .day-header{
            color: white;
            padding: 15px 20px;
			font-weight:bold;
            margin: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }

        
        .day-content {
            background: white;
            max-height: 1000px;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        
        .day-content.collapsed {
            max-height: 0;
        }
        
        #weatherMeteo .day-summary, #weatherSMHI .day-summary, #weatherYR .day-summary {
            background: #f8f9fa;
            padding: 10px 20px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
        }
        
        .summary-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 15px;
            margin-top: 10px;
        }
        
        .summary-stat {
            text-align: center;
        }
        
        .summary-stat .label {
            font-size: 14px;
            color: #919191;
            margin-bottom: 5px;
        }
        
        .summary-stat .value {
            font-weight: bold;
            color: #333;
        }
        
        .hourly-grid {
            padding: 15px;
        }
        
        .hourly-row {
            display: grid;
			grid-auto-columns: minmax(0, 1fr);
			grid-auto-flow: column;
            align-items: center;
            padding: 8px;
            border-bottom: 1px solid #f0f0f0;
            gap: 8px;
        }
        
        .hourly-row:hover {
            background: #f8f9fa;
        }
        
        .hourly-header {
            display: grid;
			grid-auto-columns: minmax(0, 1fr);
			grid-auto-flow: column;
            align-items: center;
            padding: 10px 8px;
            background: #f8f9fa;
            gap: 8px;
            font-weight: bold;
            color: #666;
            border-bottom: 2px solid #ddd;
        }

		#cityInfo, #cityInfoSMHI{
			box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
			width:100%;
			border-radius: 15px;
			margin: 20px 0;
			padding:30px 0;
		}

        
        .Xuv-index {
            padding: 2px 6px;
            border-radius: 3px;
            font-size: 11px;
            font-weight: bold;
        }
        
        .Xuv-low { background: #2ecc71; color: white; }
        .Xuv-moderate { background: #f39c12; color: white; }
        .Xuv-high { background: #e67e22; color: white; }
        .Xuv-very-high { background: #e74c3c; color: white; }
        .Xuv-extreme { background: #8e44ad; color: white; }


.forecast-table .forecast-table{
	padding:0 !important;
	border:0 !important;
}