/** STYLES FOR VORTEX-USA DASHBOARD @ www.nss.noaa.gov/projects/vortexusa/impacts **/

#main {
    width: 100%;
}

.dashboard {
  border: 3px solid white;
  width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

#section1 {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 32px;
}

#section1 .column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#section1 .column:first-child,
#section1 .column:last-child {
    flex: 0 0 28%;
    min-width: 260px;
}

#collab-map,
#domain-map {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#section1 .column .row {
    display: flex;
    align-items: center;
    gap: 16px;
}

#section1 .column .row:first-child {
    justify-content: space-between;
    gap: 24px;
    padding: 16px;
}

#section .column .row:first-child h3 {
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    flex: 1 1 auto;
}

#section1 .column .row:first-child img {
    height: clamp(38px, 6vw, 60px);
    width: auto;
    flex: 0 0 auto;
}

#section1 .column .row:nth-child(2) {
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap: 16px;
    padding: 16px;
}

#section1 .column .row:nth-child(2) p {
    margin: 0;
    line-height: 1.55;
    font-size: 0.98rem;
}