﻿.legend-pane span {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 35px;
}
@media (max-width: 992px) {
  .checkbox.Saturday,
  .checkbox.PM {
    margin-top: -5px;
  }
}
.pac-container {
  z-index: 999999999;
}
.modHead p,
.findAClubPager p {
  margin: 0 !important;
  padding: 0 !important;
}
.infobox-body {
  max-width: 400px !important;
  max-height: 286px !important;
  width: 400px !important;
}
.infobox-info {
  max-height: 260px !important;
}
.find-a-club .title span {
  font-size: 27px;
  font-family: arial, sans-serif;
  text-transform: none;
  scale: 1.1;
  margin-left: 10px;
}
.find-a-club .title:before {
  width: 5px !important;
  height: 35px !important;
  top: -4px !important;
}
.find-a-club .col-md-12 p.FAC-content {
  font-size: 15px;
}
.find-a-club .col-md-12 p.subtext {
  font-size: 12px !important;
  margin-bottom: 20px !important;
}
.custom-pin {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #6b1e2a;
  border: 4px solid #e3d8d2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #6b1e2a;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.pin-number {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.gm-card {
  max-width: 320px;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border-radius: 12px;
  padding: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  color: #888 !important;
  font-size: 10pt !important;
  font-family: verdana;
  max-width: 400px !important;
  max-height: 286px !important;
  width: 400px !important;
}
.popup-content-container {
  border-radius: 12px !important;
}
.popup-container {
  padding: 15px 15px !important;
}
.gm-card a {
  color: #035FC2;
  text-decoration: none;
}
.gm-card h3.card-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.gm-card .club-info dl,
.gm-card .time dl {
  margin: 0 0 10px 0;
}
.gm-card dt {
  font-weight: bold;
}
.gm-card dd {
  margin: 0;
}
.gm-card dd strong {
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gm-card .time strong {
  font-weight: bold;
}
.gm-card .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.gm-card .btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
  white-space: nowrap;
}
.gm-card .btn:hover {
  background: #f0f0f0;
}
.atlas-control-container button {
  border-radius: 50%;
  margin: 10px !important;
  height: 40px !important;
  width: 40px !important;
}
.popup-content-container .popup-close {
  background-color: #000 !important;
  border-radius: 50%;
  color: #fff !important;
  margin: 5px 5px 0px 0px;
  font-size: 15px !important;
}
#search-result-wrap {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  width: 73% !important;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.suggestion-item {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.suggestion-item:hover {
  background-color: #f0f0f0;
}