.bold-hover {
  color: #48525B !important;
}

.bold-hover:hover {
  font-weight: bold !important;
}

.bold-hover2 {
  color: #48525B !important;
  font-size: 1.2rem !important;
}

.bold-hover2:hover {
  font-weight: bold !important;
}

.bold-hover3 {
  color: #48525B !important;
  font-size: 1.2rem !important;
}

.bold-hover3:hover {
  font-weight: bold !important;
}

.icon-right {
  margin-right: 10px;
}

.content a:visited {
  color: #283764;
  text-decoration: none !important;
}

.style11 {
  font-size: 2vw !important;
}

.p-font-size {
  font-size: 1.1rem !important;
}

.seperator {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  width: 80%;
}

.style12 {
  text-decoration: underline;
}

.style16 {
  font-size: 1.5vw;
  text-align: left !important;
}

.h1-anchor:hover {
  font-weight: bold;
}

.small-font {
  font-size: small;
}

.align-left {
  text-align: left;
}

.style13 {
  border: 1px solid #b2c7dd;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding: 24px 0px;
  background-color: #283764;
  color: white;
}

.style13:hover {
  cursor: pointer;
}

.generic-list {
  /*list-style-type: none; */
  text-align: left;
  font-size: 1.2rem !important;
  line-height: 32px;
}

.style14 {
  color: #FFCC00;
}

.style15 {
  font-size: large;
  color: #193C79;
}

.sideNavTitle {
  padding: 5px 0 5px 34px;
}

.div-margin {
  margin: 8px 0px 0px 0px;
}

.div-adjust-margin {
  margin: 30px 0px 10px 0px
}

.header-title {
  font-size: 2vw;
  text-align: center;
}

.header-title2 {
  font-size: 2vw;
  text-align: left;
}

.border-light-green {
  border: 1px solid #e2f0d9 !important;
  -webkit-box-shadow: 7px 7px 33px 0px rgba(226, 240, 217, 1) !important;
  -moz-box-shadow: 7px 7px 33px 0px rgba(226, 240, 217, 1) !important;
  box-shadow: 7px 7px 33px 0px rgba(226, 240, 217, 1) !important;
}

.border-light-blue {
  border: 1px solid #dae3f3 !important;
  -webkit-box-shadow: 7px 7px 33px 0px rgba(218, 227, 243, 1) !important;
  -moz-box-shadow: 7px 7px 33px 0px rgba(218, 227, 243, 1) !important;
  box-shadow: 7px 7px 33px 0px rgba(218, 227, 243, 1) !important;
}

.border-light-yellow {
  border: 1px solid #fff2cc !important;
  -webkit-box-shadow: 7px 7px 33px rgba(255, 242, 204, 0.5) !important;
  -moz-box-shadow: 7px 7px 33px rgba(255, 242, 204, 0.5) !important;
  box-shadow: 7px 7px 33px rgba(255, 242, 204, 0.5) !important;
}

.border-dark-orange {
  border: 1px solid #eeb111 !important;
  -webkit-box-shadow: 7px 7px 33px rgba(238, 177, 17, 0.25) !important;
  -moz-box-shadow: 7px 7px 33px rgba(238, 177, 17, 0.25) !important;
  box-shadow: 7px 7px 33px rgba(238, 177, 17, 0.25) !important;
}

.border-light-gray {
  border: 1px solid #d9d9d9 !important;
  -webkit-box-shadow: 7px 7px 33px rgba(217, 217, 217, 1) !important;
  -moz-box-shadow: 7px 7px 33px rgba(217, 217, 217, 1) !important;
  box-shadow: 7px 7px 33px rgba(217, 217, 217, 1) !important;
}

.border-semi-light-blue {
  border: 1px solid #b4c7e7 !important;
  -webkit-box-shadow: 7px 7px 26px 0px rgba(180, 199, 231, 0.75) !important;
  -moz-box-shadow: 7px 7px 26px 0px rgba(180, 199, 231, 0.75) !important;
  box-shadow: 7px 7px 26px 0px rgba(180, 199, 231, 0.75) !important;
}

.border-dark-blue {
  border: 1px solid #061C60 !important;
  -webkit-box-shadow: 7px 7px 26px 0px rgba(6, 28, 96, 0.5) !important;
  -moz-box-shadow: 7px 7px 26px 0px rgba(6, 28, 96, 0.5) !important;
  box-shadow: 7px 7px 26px 0px rgba(6, 28, 96, 0.5) !important;
}

.card2 {
  width: 380px !important;
}

.card-no-style {
  position: relative;
  /*margin: 150px auto;*/
  margin: 0 auto;
  width: 310px;
  padding: 20px;
  border-radius: 10px;
  border: 0;
}

.card {
  position: relative;
  /*margin: 150px auto;*/
  margin: 0 auto;
  width: 310px;
  padding: 20px;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 0;
}

.card .circle {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #e2f0d9 0%, #dae3f3 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle2 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #dae3f3 0%, #e2f0d9 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle3 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #fff2cc 0%, #eeb111 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle4 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #eeb111 0%, #fff2cc 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle5 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #dae3f3 0%, #e2f0d9 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle6 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #fff 0%, #d9d9d9 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle7 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #d9d9d9 0%, #fff 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle8 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #fff 0%, #b4c7e7 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .circle9 {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  background: black;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: linear-gradient(to top, #fff 0%, #061C60 100%);
  border-bottom-left-radius: 170px;
  border-top-right-radius: 22px;
}

.card .content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.card-no-style .content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.card h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  color: #243877 !important;
}

.card h3 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #243877 !important;
}

.card-no-style .social {
  margin-bottom: 5px;
  text-align: left;
  font-family: 'Calibri';
  display: flex;
  font-size: 1.15rem;
}

.card .social {
  margin-bottom: 5px;
  text-align: left;
  font-family: 'Calibri';
  display: flex;
  font-size: 1.15rem;
}

.card .social a {
  text-decoration: none !important;
  color: black;
  margin-left: 8px;
  font-weight: 300;
}

.card .social a i {
  font-weight: 400;
}

.card .location {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card .location i {
  color: #243877;
}

.card .location p {
  font-weight: 300;
}

.flex-content {
  display: flex;
  padding: 0 8px 0 15px;
}

/* box-shadow */
ol.gradient-list>li::before,
ol.gradient-list>li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  /*padding-left: 1rem;*/
  margin-left: -1rem;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
}

ol.gradient-list>li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 1rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
  background: linear-gradient(135deg, #fff 0%, #d9d9d9 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list>li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #1d1f20;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  /*padding: 0.125em 0.25em;*/
  z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgb(217, 217, 217) 0%, rgba(255, 255, 255, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgb(217, 217, 217) 0%, rgba(255, 255, 255, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgb(217, 217, 217) 0%, rgba(255, 255, 255, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgb(217, 217, 217) 0%, rgba(255, 255, 255, 0.8) 100%);
}

ol.gradient-list>li+li {
  margin-top: 2rem;
}

/*Back to top Button*/
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #061C60;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: #061C60;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*****************************/

@media (pointer:none),
(pointer:coarse),
(max-width:768px) {
  .card h2 {
    /*font-size: 36px !important;*/
    font-weight: bold;
    margin-bottom: 0;
    color: #243877 !important;
  }

  .card .social {
    font-size: 1.2rem !important;
  }

  /*.header-title2{ font-size: 36px !important; }*/
  .bold-hover3 {
    font-size: 1.2rem !important;
  }

  .bold-hover2 {
    font-size: 1.2rem !important;
  }

  ol.gradient-list {
    font-size: 1.2rem !important;
  }

  .p-font-size {
    font-size: 1.2rem !important;
  }

  /*.style16{ font-size:1.6rem !important; }
.style11{ font-size:2.5rem !important; }*/
  ol.gradient-list>li::before {
    font: 900 1.7em/1 "Montserrat";
  }

  /*.small-font{ font-size: 1.5rem !important; }*/
}

@media (min-width:1500px) {
  .header-title {
    font-size: 29px;
    text-align: center;
  }

  .header-title2 {
    font-size: 29px;
    text-align: left;
  }

  .style16 {
    font-size: 21;
    text-align: left !important;
  }

  .style11 {
    font-size: 29px !important;
  }

  .style13 {
    font-size: 20px !important;
  }
}

.currentColor {
  color: #48525B;
}

.iconsImg {
  width: 7%;
}

.frame {
  fill: #48525B;
}

.icon-adjust {
  width: 7%;
  height: 7%;
}

.apple-icon {
  width: 6%;
  height: 6%;
}

.mpox-test {
  width: 8.5%;
  height: 8.5%;
}

.eval-treat {
  width: 10%;
  height: 10%;
}

.icon-right2 {
  margin-right: 6px;
}

.fentanyl-icon {
  width: 13%;
  height: 13%;
  margin-top: -7px;
  margin-bottom: -10px;
  margin-left: -12px;
}

/*NOTIFICATION CSS*/
.notification {
  --notification-font-icon: 'Font Awesome 6 Free';
  --notification-color: #007bff;
  position: relative;
  background-color: color-mix(in srgb, var(--notification-color) 7%, white);
  border-width: 1px;
  /*border-style: solid;*/
  border-color: var(--notification-color);
  /* padding-block: 1.25rem;
   padding-inline: 3rem 1.25rem;*/
  border-radius: 1px;
  padding-bottom: 25px;
  font-size: 1.3rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/*.notification:before {
   position: absolute;
   left: 0.5rem;
   top: 50%;
   transform: translateY(-50%);
   content: "\f0f3";
   font-family: var(--notification-font-icon);
   font-weight: 700;
   font-size: 1.5rem;
   width: 2rem;
   height: 2rem;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--notification-color);
 }
 .notification:after {
   position: absolute;
   content: "";
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   height: 2rem;
   width: 3px;
   border-radius: 0 3px 3px 0;
   background-color: var(--notification-color);
 }*/

.notification.-info {
  --notification-color: #007bff;
}

.bell {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  margin: 25px auto 0;
  color: #007bff;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
  font-size: 1.8rem !important;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }

  1% {
    -webkit-transform: rotateZ(30deg);
  }

  3% {
    -webkit-transform: rotateZ(-28deg);
  }

  5% {
    -webkit-transform: rotateZ(34deg);
  }

  7% {
    -webkit-transform: rotateZ(-32deg);
  }

  9% {
    -webkit-transform: rotateZ(30deg);
  }

  11% {
    -webkit-transform: rotateZ(-28deg);
  }

  13% {
    -webkit-transform: rotateZ(26deg);
  }

  15% {
    -webkit-transform: rotateZ(-24deg);
  }

  17% {
    -webkit-transform: rotateZ(22deg);
  }

  19% {
    -webkit-transform: rotateZ(-20deg);
  }

  21% {
    -webkit-transform: rotateZ(18deg);
  }

  23% {
    -webkit-transform: rotateZ(-16deg);
  }

  25% {
    -webkit-transform: rotateZ(14deg);
  }

  27% {
    -webkit-transform: rotateZ(-12deg);
  }

  29% {
    -webkit-transform: rotateZ(10deg);
  }

  31% {
    -webkit-transform: rotateZ(-8deg);
  }

  33% {
    -webkit-transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
  }

  37% {
    -webkit-transform: rotateZ(2deg);
  }

  39% {
    -webkit-transform: rotateZ(-1deg);
  }

  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }

  1% {
    -moz-transform: rotate(30deg);
  }

  3% {
    -moz-transform: rotate(-28deg);
  }

  5% {
    -moz-transform: rotate(34deg);
  }

  7% {
    -moz-transform: rotate(-32deg);
  }

  9% {
    -moz-transform: rotate(30deg);
  }

  11% {
    -moz-transform: rotate(-28deg);
  }

  13% {
    -moz-transform: rotate(26deg);
  }

  15% {
    -moz-transform: rotate(-24deg);
  }

  17% {
    -moz-transform: rotate(22deg);
  }

  19% {
    -moz-transform: rotate(-20deg);
  }

  21% {
    -moz-transform: rotate(18deg);
  }

  23% {
    -moz-transform: rotate(-16deg);
  }

  25% {
    -moz-transform: rotate(14deg);
  }

  27% {
    -moz-transform: rotate(-12deg);
  }

  29% {
    -moz-transform: rotate(10deg);
  }

  31% {
    -moz-transform: rotate(-8deg);
  }

  33% {
    -moz-transform: rotate(6deg);
  }

  35% {
    -moz-transform: rotate(-4deg);
  }

  37% {
    -moz-transform: rotate(2deg);
  }

  39% {
    -moz-transform: rotate(-1deg);
  }

  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  1% {
    transform: rotate(30deg);
  }

  3% {
    transform: rotate(-28deg);
  }

  5% {
    transform: rotate(34deg);
  }

  7% {
    transform: rotate(-32deg);
  }

  9% {
    transform: rotate(30deg);
  }

  11% {
    transform: rotate(-28deg);
  }

  13% {
    transform: rotate(26deg);
  }

  15% {
    transform: rotate(-24deg);
  }

  17% {
    transform: rotate(22deg);
  }

  19% {
    transform: rotate(-20deg);
  }

  21% {
    transform: rotate(18deg);
  }

  23% {
    transform: rotate(-16deg);
  }

  25% {
    transform: rotate(14deg);
  }

  27% {
    transform: rotate(-12deg);
  }

  29% {
    transform: rotate(10deg);
  }

  31% {
    transform: rotate(-8deg);
  }

  33% {
    transform: rotate(6deg);
  }

  35% {
    transform: rotate(-4deg);
  }

  37% {
    transform: rotate(2deg);
  }

  39% {
    transform: rotate(-1deg);
  }

  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

/*END OF NOTIFICATION CSS*/

/*SERVICE CLINIC CLOSURE CALLOUT*/
/* SERVICE CLINIC CLOSURE CALLOUT */
.clinic-callout {
  position: relative;
  overflow: hidden;

  /* layout */
  max-width: 100%;
  margin: 1.25rem 0;
  padding: 1.25rem;

  /* styling */
  border-left: 6px solid;
  border-right: 6px solid;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

/* Urgent red theme */
.clinic-callout.urgent {
  background-color: #fef2f2;
  border-color: #dc2626;
}

/* Header layout */
.callout-header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* keeps it centered */
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

/* Inline icon */
.callout-icon {
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  line-height: 42px;

  border-radius: 50%;
  background-color: #7f1d1d;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  opacity: 0.7;

  flex-shrink: 0;
}

/* Make heading align icon + text on same row */
.callout-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;

  margin: 0 0 0.5rem 0;
  font-size: clamp(1.8rem, 5vw, 2.425rem);
  color: #7f1d1d;
}

/* Slightly adjust icon for heading alignment */
.callout-title .callout-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 1.3rem;
}

/* Ensure text stays above icon */
.callout-content {
  position: relative;
  z-index: 1;

  /* keep content nicely centered and readable */
  max-width: 980px;
  margin: 0 auto;
}

/* heading */
.callout-content h2 {
  margin: 0 0 0.5rem 0;
  font-size: clamp(1.35rem, 3.75vw, 1.82rem);
  color: #7f1d1d;
}

/* base paragraph */
.callout-content p {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1f2937;
}

/* emphasized paragraphs */
.callout-emphasis {
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.55;
  color: #7f1d1d !important;
  margin-bottom: 0.75rem;
}

/* CTA button */
.callout-btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #dc2626;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 8px;
}

.callout-btn:hover,
.callout-btn:focus {
  background-color: #b91c1c;
  color: #fff !important;
  text-decoration: none !important;
}

.callout-btn:focus {
  outline: 3px solid #fecaca;
  outline-offset: 2px;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .clinic-callout {
    padding: 1rem;
  }

  .callout-btn {
    width: 100%;
    text-align: center;
  }
}

/* END SERVICE CLINIC CLOSURE CALLOUT */


/* existing styles you had */
.location-card {
  position: relative;
  overflow: hidden;
}

.closing-ribbon {
  position: absolute;
  top: 2px;
  right: 6px;
  padding: 6px 10px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #d9534f;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.closing-note {
  margin-top: 8px;
  font-size: 12px;
  color: #a94442;
}

.light-red-bg {
  background-color: #fff6f6;
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid #dc2626;
}
/*END OF SERVICE CLINIC CLOSURE CALLOUT*/

.report-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center; /* centers cards */
}

.report-card {
  display: block;
  width: 100%;
  max-width: 250px; /* controls size */
}

.report-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.report-card img:hover {
  transform: scale(1.05);
}

.report-item {
  text-align: center;
  max-width: 250px;
}

.report-title {
  font-size: 16px;
  margin-bottom: 10px;
}