      .bg-blue {background-color: #40BAFF}
      .ross-white li:first-child a {color:white}

      .lozenge {
      display: inline-block;
      background-color: #5bc0de; /* Light blue */
      color: white;
      padding: 1px 16px;
      border-radius: 999px; /* Fully rounded (lozenge shape) */
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      width:93px;
      text-align: center;
    }

.red {color:red}
.white {color:white}
.green {color:green}

.forest {background-color:rgb(20 83 45);color:white}
.newport {background-color: rgb(246, 190, 0);color:black}

.gallery img{max-width: 100%; height: auto; display: block; margin: 1rem 0}
#tricolour {margin-top:20px;
box-shadow:
  0 0 0 10px #e6cb52,
  0 0 0 20px #5e607e,
  0 0 0 30px #ce4363,
  0 0 0 1px #000;
-moz-box-shadow:
 0 0 0 10px #e6cb52,
  0 0 0 20px #5e607e,
  0 0 0 30px #ce4363,
  0 0 0 1px #000;
-webkit-shadow:
  0 0 0 10px #e6cb52,
  0 0 0 20px #5e607e,
  0 0 0 30px #ce4363,
  0 0 0 1px #000;
}


.days-badge {
  display: inline-block;
  background: #dc3545;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
  white-space: nowrap;
  vertical-align: middle;
}

.footer_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer_list li a {
  flex: 1;
  min-width: 0;
}

.event-card-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.nav_menu_child {
  min-width: 280px;
  max-width: 320px;
}

.nav_menu_child li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.mdropdown_child li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.mdropdown_child li.view-all-mobile {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 8px;
  padding-top: 8px;
}

.mdropdown_child li.view-all-mobile a {
  font-weight: 600;
  color: #0066cc;
}