/* FF Display Widgets - Frontend */

.ffdw-date,
.ffdw-time {
    display: inline-block;
    line-height: 1.2;
}

.ffdw-weather {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.ffdw-weather-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ffdw-weather-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.ffdw-weather-inner {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ffdw-weather-label {
    font-size: 0.55em;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ffdw-weather-sep {
    margin: 0 8px;
    opacity: 0.4;
    align-self: center;
}

.ffdw-weather-icon {
    width: 2.5em;
    height: 2.5em;
    display: block;
}

.ffdw-weather-temp {
    font-weight: 700;
}

.ffdw-weather-loading,
.ffdw-weather-error {
    font-size: 0.85em;
    opacity: 0.6;
}
