body, html {
    background-color: #131416;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #000000;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    text-align: center;
}

div a {
    display: none;
}

#wrapper {
    width: 100%;
    margin-top: 5px;
    border-top: dashed 2px #E0E1E1;
    background-color: #131416;
}

#container {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    padding: 2px 0;
}

#container p {
    color: #999999;    
    font-size: 14px;
    margin-top: 20px;
}

.content {
    width: 1000px;
    font-size: 16px;
    text-align: center;
    color: #f4f4f4;
}

img {
    padding: 1px;
    border: 0;
}

strong {
    color: #D5D826;
    border-bottom: dashed 1px #CCC;
}

.bold {
    color: #A7E333;
}

.italic {
    font-family: "Georgia", Times, Serif;
    color: #CCC;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}

h3 {
    color: #F0F0F0;
    font-size: 35px;
    font-family: "Georgia", Times, Serif;
    text-align: center;
    white-space: nowrap;
}

.weather-dashboard {
    width: 100%;
    margin: 0 auto;
    background-color: #131416;
}

.weather-card-jax {
    max-width: 3000px;
    width: 100%;
    margin: 0 auto 3px auto;
    background-color: #3a4146; 
    overflow: hidden;
}

.weather-card-daily {
    max-width: 3000px;
    width: 100%;
    margin: 0 auto 5px auto;
    background-color: #131416; 
    overflow: hidden;
}

.full-width-radar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    line-height: 0; /* Eliminates accidental bottom gaps */
}

.full-width-radar iframe {
    width: 100%;
    height: 400px; /* Slightly taller for a better full-width field of view */
    border: none;
}

.refresh-text {
    text-align: center;
    margin-top: 20px;
}

iframe.weatherwidget-io-frame {
    width: 100% !important;
    display: block !important;
}

/* ==========================================================================
   Mobile Adjustments
   ========================================================================== */
@media screen and (max-width: 768px) {
    #container {
        padding: 4px 0;
    }
    
    .weather-dashboard {
        width: 100% !important;
        padding: 0 !important;
    }

    .weather-card-jax {
        background-color: #3a4146 !important;
    }
    
    .weather-card-jax iframe.weatherwidget-io-frame {
        background-color: #3a4146 !important;
    }

    .weather-card-daily iframe.weatherwidget-io-frame {
        background-color: #131416 !important;
    }

    .weather-card-daily iframe,
    .weather-card-daily div {
        background-color: transparent !important;
        background: transparent !important;
    }
}