.briefing-section {
  background:#f8f9fa;
}

.briefing {
  display:flex;
  justify-content:space-between;
  padding:16px;
}

/* Weather */
.weather-box {
  display:flex;
  align-items:center;
  gap:12px;
}

.weather-main {
  display:flex;
  align-items:center;
  gap:10px;
}
