/* ======================================
   WEATHER SUMMARY (BOOTSTRAP FIRST)
====================================== */

.ff-weather-row {
    border-color: var(--ff-border);
}


/* Icon container */
.ff-weather-icon-wrap {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Font Awesome i fallback */
.ff-weather-icon-wrap i {
    font-size: 28px;
    color: #f59e0b;
}

/* Font Awesome SVG version */
.ff-weather-icon-wrap svg,
.ff-weather-icon-wrap .svg-inline--fa {
    width: 28px;
    height: 28px;
    font-size: 28px;
    color: #f59e0b;
}

/* Image icons */
.ff-weather-icon-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

#weather-summary .card-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}