.loc-card-924 {
  font-family: 'Poppins', 'Figtree', sans-serif;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.loc-card-924-header {
  padding: 0 0 16px;
}

.loc-card-924-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 14px;
}

.loc-card-924-line {
  height: 3px;
  background-color: #6CCAE3;
  flex-grow: 1;
  max-width: 90px;
  border-radius: 999px;
}

.loc-card-924-icon {
  width: 42px;
  height: 42px;
  background-color: #6CCAE3;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M226.5 92.9c0 45.9-24.9 83.1-55.6 83.1s-55.6-37.2-55.6-83.1S140.2 9.8 170.9 9.8s55.6 37.2 55.6 83.1zM396.7 92.9c0 45.9-24.9 83.1-55.6 83.1s-55.6-37.2-55.6-83.1S310.4 9.8 341.1 9.8s55.6 37.2 55.6 83.1zM124.7 198.4c18.8 40.5 12.5 83.8-14.1 96.7s-63.4-9.5-82.2-50 12.5-83.8 14.1-96.7 63.4 9.5 82.2 50zM483.6 245.1c-18.8 40.5-55.6 62.9-82.2 50s-32.9-56.2-14.1-96.7 55.6-62.9 82.2-50 32.9 56.2 14.1 96.7zM256 224c-71.6 0-135.7 91.2-135.7 154.9 0 40.5 30.2 73.3 67.5 73.3 27.7 0 43.5-15.6 68.2-15.6s40.5 15.6 68.2 15.6c37.3 0 67.5-32.8 67.5-73.3C391.7 315.2 327.6 224 256 224z'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;

  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M226.5 92.9c0 45.9-24.9 83.1-55.6 83.1s-55.6-37.2-55.6-83.1S140.2 9.8 170.9 9.8s55.6 37.2 55.6 83.1zM396.7 92.9c0 45.9-24.9 83.1-55.6 83.1s-55.6-37.2-55.6-83.1S310.4 9.8 341.1 9.8s55.6 37.2 55.6 83.1zM124.7 198.4c18.8 40.5 12.5 83.8-14.1 96.7s-63.4-9.5-82.2-50 12.5-83.8 14.1-96.7 63.4 9.5 82.2 50zM483.6 245.1c-18.8 40.5-55.6 62.9-82.2 50s-32.9-56.2-14.1-96.7 55.6-62.9 82.2-50 32.9 56.2 14.1 96.7zM256 224c-71.6 0-135.7 91.2-135.7 154.9 0 40.5 30.2 73.3 67.5 73.3 27.7 0 43.5-15.6 68.2-15.6s40.5 15.6 68.2 15.6c37.3 0 67.5-32.8 67.5-73.3C391.7 315.2 327.6 224 256 224z'/%3E%3C/svg%3E") !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
}

.loc-card-924-icon svg,
.loc-card-924-icon img,
.loc-card-924-icon i {
  display: none !important;
}

.loc-card-924-title {
  color: #06505E;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.loc-card-924-address-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.loc-card-924-address {
  color: #666666;
  font-size: 18px;
}

.loc-card-924-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.loc-card-924-map iframe {
  display: block;
  width: 100%;
}

.loc-card-924-hours {
  background-color: #E6F7FA;
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loc-card-924-hours-icon-right,
.loc-card-924-hours-icon-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-card-924-hours-text {
  flex: 1 1 auto;
  text-align: center;
}

.loc-card-924-hours-title {
  color: #06505E;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px 0;
}

.loc-card-924-hours-days {
  color: #06505E;
  font-size: 16px;
  margin: 0;
  opacity: 0.8;
}

.loc-card-924-circle {
  background: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .loc-card-924-title {
    font-size: 28px;
  }

  .loc-card-924-icon {
    width: 34px;
    height: 34px;
  }

  .loc-card-924-line {
    max-width: 70px;
  }

  .loc-card-924-hours {
    padding: 16px;
  }
}