@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

body {
  font-family: 'Rubik', sans-serif;
}

:root {
    /* be prepared/recovery declarations */
    --bpar-prepared-bg: #faf8f0;
    --bpar-recovery-bg: #eef2f8;
    --bpar-tile-radius: 6px;
    --bpar-tile-border: 1px solid #e0e0d8;
    --bpar-tile-border-recovery: 1px solid #d4dce8;
    --bpar-navy: #0B2740;
    --bpar-white: white;
    --bpar-gap: 16px;
}

h3,
.overlay-text,
.water-card-top h6,
.fire-dan-top h2,
.plan-prepare h2,
.plan-prepare.yellow-col h2,
.plan-prepare.orange-col h2,
.plan-prepare.red-col h2,
.pagefooter h3,
.low-high-card-icon span,
.weather-middle-icon-wrapper h6,
.fire-danger-bottom-card .card-content h6,
.fire-danger-bottom-content h2, #bpar-recovery-heading{
    font-family: 'Rubik', sans-serif !important;
}

/* All sub headings/descriptions and links */
h5,
a,
.weather-middle-card-content h3,
.low-high-card-content h3,
.service-card-content p,
.fire-danger-bottom-card .card-content h3,
.emergency-area-heading h5,
.card-number h1 {
    font-family: 'Rubik', sans-serif !important;
}



/* hero */
.overlay img{width: 80px; height: 80px;}
/* 4 emergency tiles */
.card-content-icon{justify-content: center;}

/* emergency news tile - complex */
.accordion-title summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.emerg_news_complex_details.sourceLink a, .news-hover-content-bottom .sourceLink, .weather-observation-only .source a{
    padding: 0;
    border-bottom: 2px solid #0086D6;
    color: #041C2C;
}

/* under map tiles */
.under-map-tiles .light-background-blue, .under-map-tiles .light-background{border: none;}
/* agency contacts */
.card-content-wrapper .card-content-icon{width:auto !important;}
.service-content-card{min-height: 125px;}

/* ── Agency contacts (8 contact tiles): uniform logos + aligned layout ── */
/* Scale every logo into the same bounding box so no single logo (e.g. SES,
   Red Cross) dwarfs the others. auto width/height preserves each aspect ratio
   and overrides the per-agency pixel widths in disaster-dash-styles.css. */
.otherTiles .camden-content-wrapper .card-content-icon img {
  width: auto !important;
  height: auto !important;
  max-height: 76px;
  max-width: 70%;
  margin-top: 0 !important;
}

/* Reserve equal text height so headings line up across the row whether or not
   a tile has a sub-heading (Police shows "New South Wales"; Rural Fire Service
   shows none). Keeps the block vertically centred, just on a common baseline. */
.otherTiles .camden-content-wrapper .card-content {
  min-height: 92px;
}

/* The Australian Red Cross logo is wide, so it hit the size caps above sooner
   than the squarer crests and read smaller — give just this one more room. */
.otherTiles .redCross.tile .card-content-icon img {
  max-height: 90px;
  max-width: 92%;
}

.neighbouring-councils-button .service-content-card{background: #228a28;}
/* weather ovserv */
.row.weather-observ-row{
    background: url('https://data.peclet.com.au/assets/theme_image/camden-weather-obser-secion-emerg.jpg');
    background-position: center;
}

.news-area-heading{
    background: #d96f10;
} 

/* social media slider */
.slider-controls button{background: none;}
#bpar-recovery-heading{text-align: center; text-transform: uppercase;}


@media only screen and (max-width: 319px) {
    .overlay-logo {
        top: 0;
    }
}

 

/* ── Disclaimer dialog — all IDs prefixed with disc- ── */
#disc-dialog {
    border: none;
    border-radius: 0;
    padding: 0;
    width: min(860px, 95vw);
    background: var(--bpar-navy);
    color: #d0d8e4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
}

#disc-dialog::backdrop {
    background: rgba(0, 0, 0, 0.75);
}

#disc-body {
    padding: 36px 40px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#disc-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #d0d8e4;
    margin: 0;
}

#disc-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

#disc-body p {
    margin: 0;
    color: #c0ccd8;
}

#disc-terms-link {
    color: #3db8e8;
    text-decoration: underline;
}

#disc-footer {
    padding: 20px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: var(--bpar-navy);
}

#disc-leave {
    background: transparent;
    color: #FFFBEC;
    border: 2px solid #FFFBEC;
    padding: 10px 28px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

#disc-leave:hover {
    background: #FFFBEC;
    color: var(--bpar-navy);
}

#disc-accept {
    background: #2aa8d4;
    color: #ffffff;
    border: 2px solid #2aa8d4;
    padding: 10px 28px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background 0.2s ease;
}

#disc-accept:hover {
    background: #1d8fb5;
    border-color: #1d8fb5;
}

/* Land acknowledgement bar (Camden only) */
.camden-acknowledgement {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 26px 220px;
    background: rgb(45, 46, 55);
    color: rgb(181, 181, 181);
    border-top: 1px solid #ffffff7e;
}

.camden-acknowledgement__text {
    max-width: 900px;
    margin: 0;
    text-align: center;
    color: rgb(181, 181, 181);
    font-size: 15px;
    line-height: 1.6;
}

.camden-acknowledgement__logo {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 96px;
    width: auto;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .camden-acknowledgement {
        flex-direction: column;
        gap: 20px;
        padding: 24px 20px;
    }
    .camden-acknowledgement__logo {
        position: static;
        transform: none;
        height: 72px;
    }
}

