
.home-updates .update-item .card-image figure {
    height: 160px;
}

.home-updates .update-item .card-tag {
    color: #226296
}

.media-content {
    float: right
}

.media-content p {
    color: #484848
}

.media-item a {
    color: #484848
}

.media-item .columns {
    margin-top: 20px;
    margin-bottom: 0px
}

.media-item:hover {
    cursor: pointer
}

.media-item:hover a {
    color: #a3a3a3
}

.media-item hr {
    margin: 12px 0px;
    background: #d5d5d5;
    height: 1px
}

.home .post-sub {
    color: #aaa
}

.home .post-sub a {
    color: #aaa
}


.offers {
    margin-top: -10px
}

.offers .accordion-body {
    background-color: transparent !important;
}

.more-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px .75rem;
}

.home .column.is-one-half.has-text-left {
    padding-left: 100px
}

/* 1605px and lower*/
@media screen and (max-width: 1605px) {
    .home .work .notification {
        min-height: 220px
    }

    .home section.updates {
        padding-bottom: 60px
    }

}

/*1440px and lower*/
@media screen and (max-width: 1440px) {

    .testimonial-container figure {
        height: 300px;
        width: 100%;
    }


    .home .ORG-work .notification {
        min-height: 200px
    }

    .home .column.is-one-half.has-text-left {
        padding-left: 85px
    }

    #testimonials .box {
        padding: 20px 30px
    }

    .home section.updates {
        padding-bottom: 60px
    }

    #users {
        height: 822px
    }

}

/*1366px and lower*/
@media screen and (max-width: 1366px) {
    .home .column.is-one-half.has-text-left {
        padding-left: 80px
    }

    #users .box {
        padding: 20px 30px
    }

    #testimonials .box {
        margin: 0
    }
}


/*1280px and lower*/
@media screen and (max-width: 1280px) {
    .home .column.is-one-half.has-text-left {
        padding-left: 70px
    }


    #users .column.is-one-quarter,
    #users .column.is-one-quarter-tablet {
        width: 26% !important
    }

}

/*1024px and lower*/
@media screen and (max-width: 1024px) {
    .home .column.is-one-half.has-text-left {
        padding-left: 65px
    }

    .home .ORG-work .container {
        max-width: 100%
    }

    #users .column.is-one-quarter,
    #users .column.is-one-quarter-tablet {
        width: 26% !important
    }

    #testimonials li {
        padding: 0
    }

    #users .box {
        padding: 20px 30px
    }

    #users .box p {
        font-size: 11px
    }
}


/*768px and lower*/
@media screen and (max-width: 768px) {

    .home-products-image {
        height: 200px;
    }

    .home-updates .update-item .card-image figure {
        height: 140px;
    }

    .home .column.is-one-half.has-text-left {
        padding-left: 20px;
    }


    .home-events {
        padding-left: 0.75rem;
    }


    .testimonials-body {
        flex-direction: column-reverse;
    }

    .testimonial-company-logo {
        display: flex;
        width: 100%;
        justify-content: center;
    }


}


.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.service-icon-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.service-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.service-icon-bg-img {
    height: 100%;
    width: 100%;
}

.service-icon {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.service-icon > svg {
    height: 100%;
    width: 100%;
    color: grey;
    fill: currentColor;
}

/* .service-icon > svg.icon {
    height: 100% !important;
    width: 100% !important;
    color: grey;
} */

/* .is-index section:nth-child(even ) {
    background-color: #f8f9fb !important;
}

.is-index section:nth-child(odd ) {
    background-color: #fff !important;
} */

.home-hero-wrapper {
    position: relative;
    /* margin:0 1em; */
}

.home-hero-wrapper.has-city-forecast {
    /* padding-bottom: 200px; */
    /* background-color: #f8f9fb !important; */
}

.city-forecast-wrapper {
    /* position: absolute; */
    width: 100%;
    /* bottom: 70px; */
}

.weather-watch-section {
}

.weather-watch-container {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.weather-watch-container .column {
    max-height: 540px;
    padding: 0 !important;
    margin: 0 !important;
}

#home-map {
        position: relative;
}

/* ── ALERTS PANEL WRAPPER ── */
.alerts-panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ── PANEL HEADER ── */
.alerts-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-panel-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alerts-panel-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.alerts-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #E24B4A;
  border-radius: 50%;
  line-height: 1;
  transition: background 0.2s;
}

.alerts-count-badge.is-zero {
  background: #bbb;
}

/* ── PANEL BODY ── */
.alerts-panel-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ── ALERTS CONTAINER ── */
.alerts-container {
  padding: 8px 10px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d8e8 #f5f5f5;
}

.alerts-container::-webkit-scrollbar { width: 3px; }
.alerts-container::-webkit-scrollbar-track { background: #f5f5f5; }
.alerts-container::-webkit-scrollbar-thumb { background: #d0d8e8; border-radius: 3px; }

/* ── ALERTS TITLE (legacy — hidden, replaced by panel header) ── */
.alerts-title { display: none; }

/* ── ITEM WRAPPER ── */
.alerts-item-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d8e8 #f5f5f5;
}

.alerts-item-wrapper::-webkit-scrollbar { width: 3px; }
.alerts-item-wrapper::-webkit-scrollbar-track { background: #f5f5f5; }
.alerts-item-wrapper::-webkit-scrollbar-thumb { background: #d0d8e8; border-radius: 3px; }

/* ── ALERT LINK ── */
.alert-link {
  text-decoration: none;
  display: block;
}

/* ── ALERT ITEM ── */
.alert-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--border-radius)!important;
  border: 1px solid #eee !important;
  border-left-width: 3px !important;
  background: #fff !important;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  transition: background 0.12s, box-shadow 0.12s;
}

.alert-link:hover .alert-item {
  background: #fafafa !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

/* ── LEFT SECTION ── */
.alert-item-left {
  display: flex;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

/* ── ICON ── */
.alert-item-icon {
  margin-right: 0;
  flex-shrink: 0;
}

.alert-icon-wrapper {
  width: 34px !important;
  height: 34px !important;
  border-radius: var(--border-radius) !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.alert-icon-wrapper svg {
  height: 18px !important;
  width: 18px !important;
  fill: var(--svg-fill);
}

/* ── INFO BLOCK ── */
.alert-item-info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.alert-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-severity-label {
  font-size: 10px;
  font-weight: 600;
}

.alert-expires {
  font-size: 10px;
  color: #aaa;
  font-weight: 400;
}

/* ── SEVERITY PILL ── */
.alert-severity-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── ARROW ── */
.alert-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #bbb;
  transition: color 0.12s, transform 0.12s;
}

.alert-arrow svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.alert-link:hover .alert-arrow {
  color: #185FA5;
  transform: translateX(2px);
}

/* ── ALERT ITEM RIGHT ── */
.alert-item-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── HEADLINE ── */
.alert-info-headline {
  font-size: 11px;
  color: #555;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── TIME INFO ROW ── */
.alert-time-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #aaa;
  margin-top: 1px;
  flex-wrap: wrap;
}

.alert-time-info .time-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.alert-time-info .time-icon svg {
  width: 10px;
  height: 10px;
  fill: #bbb;
}

.alert-time-info .time-em {
  font-weight: 600;
  color: #888;
}

/* ── EMPTY STATE ── */
.empty-alerts-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2rem 1rem;
  font-size: 12px;
  font-weight: 500;
  color: #bbb;
  text-align: center;
  background: #fff;
  flex: 1;
}

.empty-alerts-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  border-radius: 50%;
}

.empty-alerts-icon svg {
  height: 20px !important;
  width: 20px !important;
  fill: #d0d8e8 !important;
}

/* ── PANEL FOOTER ── */
.alerts-panel-footer {
  padding: 8px 14px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-see-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #185FA5;
  text-decoration: none;
  transition: gap 0.15s;
}

.alerts-see-all:hover {
  gap: 6px;
}

/* ── EMPTY STATE ── */
.empty-alerts-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2rem 1rem;
  font-size: 12px;
  font-weight: 500;
  color: #bbb;
  text-align: center;
  background: #fff;
  flex: 1;
}

.empty-alerts-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  border-radius: 50%;
}

.empty-alerts-icon svg {
  height: 20px !important;
  width: 20px !important;
  fill: #d0d8e8 !important;
}

/* ── PANEL FOOTER ── */
.alerts-panel-footer {
  padding: 8px 14px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.alerts-see-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #185FA5;
  text-decoration: none;
  transition: gap 0.15s;
}

.alerts-see-all:hover {
  gap: 6px;
}


.map-legend {
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    background-color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    z-index: 99;
    flex-direction: column;
}

.legend-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}


.legend-item {
    display: flex;
    align-items: center;
}

.map-legend .legend-items .legend-item .legend-color {
    margin-right: 4px;
    height: 12px;
    width: 12px;
    border: #d4dadc solid 1px;

}

.map-ctrl-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 5px;
    background-size: cover;
    border: 1px solid #646464;
    cursor: pointer;
}


.mapviewer-explore {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap
}

.mapviewer-explore .desc {
    margin-right: 20px;
    font-weight: 600;
}

/*768px and lower*/
@media screen and (max-width: 768px) {
    .home-hero-wrapper.has-city-forecast {
        padding-bottom: 0 !important;
    }


    .mapviewer-explore .desc {
        margin-right: 0;
    }

    .mapviewer-explore .button {
        margin-top: 10px;
        margin-right: 0;
    }
}

.cf-card .glide__arrow--left {
    left: 0 !important;
}

.cf-card .glide__arrow--right {
    right: 0 !important;
}

