:root {
    --wtdp-latest-text-shadow-color: rgba(0, 0, 0, 0.5);
    /* Define your shadow color here */
}

.wtdp-latest-container {
    width: var(--wtdp-latest-container-width); 
    margin: 0 auto;
    padding: var(--wtdp-latest-container-padding);
    background: radial-gradient(circle, var(--wtdp-latest-container-bg-gradient-start), var(--wtdp-latest-container-bg-gradient-end)); /* Container gradient */
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.wtdp-latest-timestamp {
    font-size: var(--wtdp-latest-timestamp-font-size);
    font-weight: 300;
    text-align: center;
    margin: 5px 0;
    color: var(--wtdp-latest-timestamp-text-color);
    line-height: 1.2;
    text-shadow: 1px 1px 2px var(--wtdp-latest-text-shadow-color); 
}

.wtdp-latest-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.wtdp-latest-location {
    font-size: var(--wtdp-latest-location-font-size);
    font-weight: 700;
    color: var(--wtdp-latest-location-text-color);
    margin-top: 20px;
    text-shadow: 2px 2px 4px var(--wtdp-latest-text-shadow-color); /* 3D effect */
    margin-bottom: 10px;
}

.wtdp-latest-description {
    font-size: var(--wtdp-latest-description-font-size);
    color: var(--wtdp-latest-description-text-color); 
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 2px var(--wtdp-latest-text-shadow-color); /* Added shadow */
}

.wtdp-latest-icon img {
    width: var(--wtdp-latest-icon-size); 
}

.wtdp-latest-temperature {
    font-size: var(--wtdp-latest-temp-font-size);
    font-weight: 700;
    color: var(--wtdp-latest-temp-text-color); 
    margin-top: 20px;
    margin-bottom: 25px;
    text-shadow: 3px 3px 8px var(--wtdp-latest-text-shadow-color);
}

.wtdp-temp-unit {
    font-size: 0.6em;
    font-weight: 300;
    color: var(--wtdp-latest-temp-text-color); 
    text-shadow: 1px 1px 2px var(--wtdp-latest-text-shadow-color);
}

.wtdp-latest-items {
    background: radial-gradient(circle, var(--wtdp-latest-items-bg-gradient-start), var(--wtdp-latest-items-bg-gradient-end)); 
    padding: var(--wtdp-latest-items-padding);
    border-radius: 8px;
    color: var(--wtdp-latest-items-text-color);
    text-shadow: 0.5px 0.5px 0.5px var(--wtdp-latest-text-shadow-color);
    }

.wtdp-latest-items div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--wtdp-latest-items-font-size);
    line-height: 1.5;
}



.wtdp-latest-items {
    font-weight: 600;
    text-shadow: none;
}

.wtdp-latest-humidity, .wtdp-latest-pressure, .wtdp-latest-wind-speed, .wtdp-latest-sunrise-sunset{
        font-weight: normal;
    }

