



.wtdp-latest-2-container {
    width: var(--wtdp-latest-2-container-width, 300px); 
    margin: 0 auto; /* This centers the container horizontally */
    padding: var(--wtdp-latest-2-container-padding, 5px);
    background-image: radial-gradient(circle, var(--wtdp-latest-2-bg-gradient-start, #00c6ff), var(--wtdp-latest-2-bg-gradient-end, #004e92)); /* Blue gradient */
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
}

.wtdp-latest-2-info {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 7px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 3px;

}



.wtdp-latest-2-icon img {
    width: var(--wtdp-latest-2-icon-size, 35px);
    height: auto;
    margin-top: 10px;
}

.wtdp-latest-2-temperature {
    font-size: var(--wtdp-latest-2-temp-font-size, 1.3em);
    font-weight: bold;
    color: var(--wtdp-latest-2-temp-text-color, #274a7f); 
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.wtdp-latest-2-unit-temperature {
    /*font-size: var(--wtdp-latest-2-unit-font-size);*/
    font-weight: normal;
    color: var(--wtdp-latest-2-temp-text-color, #274a7f);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.wtdp-latest-2-description {
    font-size: var(--wtdp-latest-2-description-font-size);
    color: var(--wtdp-latest-2-description-text-color, #000000);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 3px;
}


.wtdp-latest-2-row-2 {
    width: 95%; 
    color: var(--wtdp-latest-2-items-text-color, #000000);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-align: center; /* Center align text */
    font-size: var(--wtdp-latest-2-items-font-size);
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    margin-bottom:3px;
    line-height: 1.0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.wtdp-latest-2-city {
    text-align: left;
}
.wtdp-latest-2-sunrise-sunset {
    text-align: right;
}



