body {
  text-align: center;
  font-family: Helvetica;
  font-weight: 100;
  margin: 0px;
  background: #0a0909;
}

#flag-list.hidden-flags {
  display: none !important;
}
p {
  margin: 15px auto;
  text-align: center;
  max-width: 500px;
  padding: 10px 30px;
  font-size: 22px;
  line-height: 30px;
}
h1 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}
.logo {
  max-width: 150px;
}
button {
  color: black;
}
th {
  font-size: 32px;
  font-weight: 200;
  padding: 20px;
}
nav ul {
  padding: 15px 0px;
  list-style-type: none;
  line-height: 1.7em;
}
.headerContainer {
  background-position-y: 40%;
  align-items: center;
  background: linear-gradient(to bottom, #f6e767 0%, /* Light golden top */ #f3d862 20%, /* Slightly deeper gold */ #efc94c 40%, /* Rich golden color */ #e6b325 60%, /* Amber */ #d49d22 80%, /* Deeper amber */ #c38e1c 100% /* Dark golden brown for the bottom */);
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.appAbout {
  display: none;
}
.submitImage {
  width: 320px;
}
input#search,
input#address,
input#submitBeer {
  width: -webkit-fill-available;
}
input#mce-EMAIL,
input#address,
input#submitBeer {
  width: 328px;
}
#js-preview-json {
  color: var(--shady-lady);
}
a.support-link {
  filter: drop-shadow(0px 2px 6px orange);
  font-size: 16px;
  font-weight: 800;
  position: relative;
  top: -20px;
  color: #ffffff;
  text-decoration: none;
}
#js-preview-json div {
  line-height: 1.5em;
  font-family: var(--font-family-ibmplexsans);
  font-weight: inherit;
}

#submitBeer::placeholder,
#address::placeholder {
  color: var(--shady-lady);
}
.submitContainer {
  position: relative;
}
.submission.filters {
  margin: 0 auto;
  margin: 0 auto 10px auto;
}

#mc-embedded-subscribe {
  margin: 10px 0px;
}

:root {
  --burnt-orange: #d35400;
  --button-text-color: #ffffff;
}

button#submitzip,
#mc-embedded-subscribe {
  border: none;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(135deg, var(--burnt-orange), #ff8c42);
  border-radius: 8px;
  height: 56px;
  margin-top: 16px;
  padding: 0 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  color: var(--button-text-color);
  box-shadow: 0 4px 6px rgba(211, 84, 0, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

button#submitzip::before,
#mc-embedded-subscribe::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
  transform: rotate(45deg);
  opacity: 1;
  animation: shine 3s infinite linear;
}

@keyframes shine {
  0% {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(45deg) translate(50%, 50%);
  }
}

button#submitzip:hover,
#mc-embedded-subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(211, 84, 0, 0.4);
}

button#submitzip:active,
#mc-embedded-subscribe:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(211, 84, 0, 0.2);
}
#filters option {
  color: black;
}
#loading {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}
#filters {
  padding: 0px 10px !important;
  margin-top: 10px;
}
#results tr > td {
  padding: 10px;
  margin: 10px;
}
#results {
  width: 93%;
  min-width: 300px;
  max-width: 400px;
  box-shadow: 0px 15px 20px 0px black;
  margin: 0 auto;
  margin-top: 15px;
  border-collapse: collapse;
}
.result_beer {
  order: 1;
  margin-bottom: 10px;
}
.result_address {
  text-transform: uppercase;
}
.result_wine {
  order: 2;
  margin-bottom: 10px;
}
.result_spirit {
  order: 3;
  margin-bottom: 10px;
}
.result_mocktail {
  order: 4;
  margin-bottom: 10px;
}
.top_result_row > td {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 100;
}
.bottom_result_row > td {
  padding-bottom: 10px;
  font-weight: 00;
}

.bottom_result_row td {
  border-bottom: 1px black solid;
}

#filters {
  margin-top: 10px;
}
#results tr > td {
  padding: 10px;
  margin: 10px;
}
#results {
  margin: 0 auto;
  margin-top: 0;
  border: 1px solid black;
  border-collapse: collapse;
}
.top_result_row > td {
  padding-top: 10px;
}
.bottom_result_row > td {
  padding-bottom: 10px;
}

.bottom_result_row td {
  border-bottom: 1px black solid;
}
.text_label {
  top: 18px;
  line-height: 15px;
  margin-bottom: 3px;
  width: 20px;
  position: absolute;
  left: 20px;
}

.filters,
.filter-zip {
  position: relative;
}
.filters:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: black transparent transparent transparent;
  pointer-events: none;
}
.filters:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: whitesmoke;
  content: "";
  pointer-events: none;
}
.filters:hover:before {
  background: #f6c100;
}
.filters select,
input:not(#na-beer-newsletter-signup-email) {
  width: 100%;
  text-indent: 45px;
  cursor: pointer;
  border: none;
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--celeste);
  border-radius: 6px;
  box-shadow: 0px 2px 4px #0000001a;
  display: flex;
  height: 50px;
  margin-top: 8px;
  min-width: -webkit-fill-available;
}
.filters select:focus-visible,
input:focus-visible {
  outline: none;
}

#filter_container h1 {
  margin-bottom: 20px;
}
#filter_container input::placeholder {
  color: var(--shady-lady);
  padding: 0px 23px 0px 0px;
}
.filters select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.filters select::-ms-expand {
  display: none;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .filters select {
    padding-right: 0;
  }
  .filters:after,
  .filters:before {
    display: none;
  }
}

#filter_container {
  background-color: var(--licorice);
  border-radius: 6px;
  flex-direction: column;
  margin-top: 47px;
  padding: 50px 50px;
  min-width: 350px;
  max-width: 450px;
  margin: 20px auto;
  width: 450px;
}

#button {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #eee;
  border: solid #ccc 1px;
  cursor: pointer;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.spinner-text-container {
  border: 5px solid #d3821f;
  max-width: 400px;
  position: absolute;
  width: 100%;
  padding: 20px 20px;
  background-color: #000000e8;
  align-items: center;
  flex-direction: column;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cv-spinner {
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.spinner-text {
  font-size: 30px;
  font-family: "IBMPlexSans";
  font-weight: 500;
  color: white;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  background-image: url("../images/spinning-beer.gif");
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.informationBox {
  margin-bottom: 150px;
}
#about {
  line-height: 3em;
}
#about h2 {
  margin: 15px auto;
  padding: 10px 30px;
}
#about p a {
  color: #ffb000;
}
#about p {
  padding: 10px;
  margin: 0 auto;
  max-width: 750px;
  opacity: 1;
  color: rgba(173, 168, 168, 1);
  font-family: "IBMPlexSans";
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  line-height: 32px;
}
.amazingButton {
  line-height: 2em;
  max-width: 500px;
  background: gold;
  margin: 0 auto;
  padding: 10px;
}
.amazingButton:hover {
  background-color: #ffda54;
  background-image: linear-gradient(#f6c100, #ffda54);
}
.amazingButton div {
  font-size: 25px;
}
.cities li {
  width: 175px;
  margin: 0px 5px;
  display: inline-block;
}
.cities div,
.amazingButton div {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-family: "IBMPlexSans-Bold";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.cities a,
.amazingButton a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: bold;
}
.cities div {
  font-size: 16px;
  padding: 10px;
  list-style: none;
  margin: 10px 0px;
  margin: 6px auto;
  max-width: 500px;
  border-radius: 6px;
  opacity: 1;
  background: linear-gradient(145deg, #ffc033, #ffb000);
}
.cities {
  padding: 0px;
}
.cities div:hover {
  background-color: rgb(241 170 4);
}
nav li {
  display: inline-block;
  padding: 0px 10px;
}
.searchresults {
  padding: 20px;
}
.searchresults .group-7-3 {
  align-items: center;
  background-color: var(--fantasy);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-left: 2px;
}
.searchresults input::placeholder {
  opacity: 1;
  color: rgba(173, 168, 168, 1);
  font-family: "IBMPlexSans-Bold";
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}
.searchresults .searchcontainer.group-7-1 {
  margin: 0px auto;
  z-index: 999;
  position: sticky;
  top: 0px;
}
.searchbar {
  top: 16px;
  opacity: 1;
  color: rgba(173, 168, 168, 1);
  font-family: "FontAwesome5Free-Solid";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  left: 23px;
}
.searchresults .group-7-1 {
  max-width: 600px;
  margin-top: 48px;
  margin: 10px auto 15px auto;
  padding: 0px 0px 15px 0px;
  width: 100%;
  position: relative;
}
.searchresults p {
  text-align: left;
  letter-spacing: 0;
  line-height: 28px;
  min-width: 200px;
}
.searchresults .label-top {
  background-size: 100% 100%;
  display: flex;
  gap: 2px;
  height: 34px;
  width: 94px;
}

.searchresults .overlap-group {
  align-items: left;
  background-color: var(--bon-jour);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 4% 8%;
}
.searchresults .storename {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 37px;
  margin-top: 24px;
  min-width: 188px;
  text-align: center;
  text-transform: uppercase;
}
.searchresults .group-9 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 8px;
  margin-top: 16px;
  min-height: 44px;
  width: 300px;
}
.searchresults .group-6,
.searchresults .group-14,
.searchresults .group-6 a,
.searchresults .group-14 a {
  display: flex;
  gap: 8px;
  margin-left: 9px;
  opacity: 1;
  color: rgba(60, 56, 56, 1);
  font-family: "IBMPlexSans";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
}
.resultcatlabel {
  font-family: var(--font-family-ibmplexsans-bold);
}
#js-preview-json strong {
  font-family: var(--font-family-ibmplexsans-bold);
}
@media screen and (max-width: 460px) {
  #filter_container {
    /*margin:0px 0px 25px 0px;*/
    padding: 50px 0px;
    min-width: 90%;
    max-width: 325px;
  }
  .filters,
  .filter-zip,
  #submitzip {
    position: relative;
    margin: 0px 10px;
  }
  .aboutBackground {
    line-height: 3em;
    margin: 15px;
    background: #0a0909;
  }
  #about p {
    font-size: 17px;
    line-height: 25px;
  }
  h1.ibmplexsans-bold-white-36px {
    font-size: 32px;
  }
}
#about .group-4,
#about .group-4 a {
  padding: 50px;
  align-items: center;
  display: flex;
  gap: 12px;
  height: 37px;
  justify-content: center;
  margin-right: 2px;
}
#about .text_label-9,
#about .text_label-9 a {
  color: var(--white);
  font-family: var(--font-family-fontawesome5free-solid);
  font-size: var(--font-size-l);
  line-height: 29px;
  min-width: 30px;
}
#about .you-can-also-search {
  color: var(--white);
  font-family: var(--font-family-ibmplexsans-bold);
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
}

.label-top.RestaurantBar {
  background-image: url(../../assets/images/search-results-rectangle-9B5F2779-66FF-474F-B86D-07D1D5C7944E@2x.png);
  width: 180px;
}
.label-top.RestaurantBar div {
  display: inline-block;
  position: relative;
  top: 4px;
  padding: 0px 5px;
}
.label-top.RestaurantBar > div {
  width: 180px;
  padding: 0px;
}

.label-top.Store {
  background-image: url(../../assets/images/search-results-rectangle-6133E9C3-59E9-464D-8034-E40F4B57D704@2x.png);
  width: 100px;
}
.label-top.Store div {
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  top: 4px;
  padding: 0px 5px;
}
.label-top.Store > div {
  width: 100px;
  padding: 0px;
}
.aboutBackground,
.about {
  line-height: 3em;
  margin: 15px;
  padding: 25px;
  background: #0a0909;
}
.bodyFullHeight .headerContainer {
  height: 100vh;
}
#about p.submit-brand {
  padding: 0px;
}
.submit-brand a {
  font-size: 12px;
  text-decoration: none;
}
.submit-brand span {
  text-decoration: underline;
}
.back-to-top {
  display: none;
  background: white;
  font-size: 60px;
  font-family: var(--font-family-fontawesome5free-solid);
  color: #d3821f;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
}
.back-to-top i {
  position: relative;
  top: 15px;
}
.back-to-top:hover {
  opacity: 0.7;
}
.homepage .filter-zip {
  display: none;
}
#bannerContainer {
  padding: 10px 0px;
  background-image: linear-gradient(45deg, #c64d01, #ff883d, #c64d01);
  border-bottom: 2px solid black;
}
#bannerContainer a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-family: "IBMPlexSans-Bold";
}
#bannerContainer img {
  padding: 5px;
  margin: 0px 10px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background-color: white;
  width: 35px;
}
.banner-text {
  margin: 0px 5px;
  top: 10px;
  position: relative;
  vertical-align: top;
}
#banner-icon {
  top: 2px;
  position: relative;
  font-size: 22px;
  margin: 0px 10px;
  font-family: var(--font-family-fontawesome5-brands);
}
#map {
  resize: vertical;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#resizeMap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 14px;
  background-color: white;
  border-radius: 50px;
  display: inline-block;
  font-size: 40px;
  font-family: var(--font-family-fontawesome5free-solid);
  color: black;
}
#map-box {
  position: relative;
}
.ui-resizable-s {
  width: 50px !important;
  margin-bottom: 10px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url("https://beerfordriving.com/assets/images/arrows-up-down.png") !important;
  z-index: 9999 !important;
  height: 45px !important;
  background-position: right !important;
}
.broadstreet-html-placement {
  width: inherit;
}
.mc-banner {
  text-align: center;
  width: 90% !important;
  left: 5% !important;
  top: calc(30vh) !important;
}
#about-image {
  width: 100%;
}
@media screen and (max-width: 500px) {
  button#submitzip,
  #mc-embedded-subscribe {
    width: 94%;
  }
}
@media screen and (min-width: 500px) {
  #about-image {
    width: 350px;
    padding: 20px 20px 20px 0px;
    float: left;
    display: inline-block;
  }
}
.emphasize {
  font-family: var(--font-family-ibmplexsans-bold);
  color: white;
}
.bsa-top-ribbon div {
  display: inline-block;
}
.small-leaderboard {
  width: 100%;
  margin: 0 auto;
  max-width: 728px;
}
.flag-container {
  margin-left: 400px;
  padding: 20px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.mode-container {
  margin-left: -400px;
  padding: 16px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 20px;
}

.flag {
  width: 100px;
  height: auto;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.flag:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.submit-page-container {
  max-width: 400px;
  width: 100%;
}
.flag-list {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  padding-top: 20px;
  background: #fffcfc;
  top: 0px;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.flag-item {
  max-height: 250px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.flag-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.flag-img-container {
  width: 150px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
}

.flag-item img {
  max-width: 100%;
  max-height: 100%;
}

.flag-item p {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.flag-item p {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center; /* Center text horizontally */
  font-family: "IBMPlexSans-Bold";
}
@media screen and (max-width: 500px) {
  .flag-img-container {
    width: 100px;
    height: 80px;
  }
  p#modeText {
    left: 23px;
  }
  .mode-container {
    margin-left: -295px;
    padding: 14px 20px 20px 20px;
  }
  .flag-item {
    max-height: 180px;
    width: 150px;
  }
  .flag-item p {
    height: 112px;
  }
  .flag-container {
    margin-left: 69%;
  }
  .flag-container img {
    width: 80px;
  }
}

@media screen and (max-width: 350px) {
  .flag-container {
    margin-left: 250px;
  }
  p#modeText {
    left: 23px;
  }
  .mode-container {
    margin-left: -240px;
    padding: 14px 20px 20px 20px;
  }
  .flag-container img {
    width: 70px;
  }
}
.brand #about h3,
.brand #about h2 {
  color: white;
  font-family: "IBMPlexSans";
}
.brand #about h2 {
  font-size: 24px;
}
.brand #about h3 {
  font-size: 22px;
}
.brand #about ol,
.brand #about ul {
  list-style-position: inside;
  color: rgba(173, 168, 168, 1);
  max-width: 600px;
  text-align: left;
  margin: 20px auto;
  list-style: disc;
  font-family: "IBMPlexSans";
}
.brand #about h2,
.brand #about h3 {
  padding: 0px;
  margin: 0px auto;
  margin-top: 15px;
}
.brand #about li {
  line-height: 1.5em;
  font-size: 21px;
  margin: 15px 0px;
  font-family: "IBMPlexSans";
}
@media screen and (max-width: 460px) {
  .brand #about p,
  .brand #about ol,
  .brand #about li {
    font-size: 17px;
    line-height: 25px;
  }
}

.canada .cities li {
  width: 275px;
}
.canada .cities {
  margin: 0 auto;
  max-width: 1600px;
}
.canada .cities div {
  padding: 10px 0px;
}

.flat-buttons .cities li {
  width: 275px;
}
.flat-buttons .cities {
  margin: 0 auto;
  max-width: 600px;
}
.flat-buttons .cities div {
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100px;
  line-height: 2em;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .headerContainer {
    background: linear-gradient(to bottom, #f6e767 0%, /* Light golden top */ #f3d862 15%, /* Slightly deeper gold */ #e6b325 45%, /* Amber */ #e6b325 50%, /* Deeper amber (middle point) */ #e6b325 70%, /* Amber */ #c38e1c 85%, /* Rich golden color */ #c38e1c 100% /* Dark golden brown for the bottom */);
  }
}

/*
Beer Glass
*/

.beer-container {
  text-align: center;
}

.beer-pint {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 37px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 3px 3px 8px 10px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(to bottom, #fff 70%, #f0f0f0 100%);
  transform: perspective(96px) rotateX(-39deg) scale(1, 1.1);
}

.beer {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8b400;
  transition: bottom 1s ease;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.foam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px; /* Thickness of foam */
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1; /* Keeps foam on top */
}

.bubbles {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 2.5px;
  height: 2.5px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.7;
  animation: bubbles 2s infinite;
}

@keyframes bubbles {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-50px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

.bubbles:before,
.bubbles:after {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.5;
  animation: bubbles 2s infinite;
}

.bubbles:before {
  left: -15px;
  animation-delay: 0.3s;
}

.bubbles:after {
  left: 15px;
  animation-delay: 0.6s;
}

#modeText {
  transition: top 0.5s ease;
  width: 31px;
  top: 22px;
  left: 19px;
  position: absolute;
  font-size: 31px;
  color: black;
  font-family: var(--font-family-ibmplexsans-bold);
  margin-bottom: 30px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
}
