/*
$color_senary_lighter_:			;
$color_senary_lighter_:			;
$color_senary_lighter_:			;
$color_senary_lighter_:			;
$color_senary_lighter_:			;
$color_senary_main:				;
$color_senary_darker_:			;
$color_senary_darker_:			;
$color_senary_darker_:			;
$color_senary_darker_:			;
$color_senary_darker_:			;

$color_septenary_lighter_:			;
$color_septenary_lighter_:			;
$color_septenary_lighter_:			;
$color_septenary_lighter_:			;
$color_septenary_lighter_:			;
$color_septenary_main:				;
$color_septenary_darker_:			;
$color_septenary_darker_:			;
$color_septenary_darker_:			;
$color_septenary_darker_:			;
$color_septenary_darker_:			;
*/
#pharmacy_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 60px 40px;
}

#pharmacy_list .location > a {
  display: block;
  width: 100%;
  line-height: 0.5em;
  border: 2px solid #0096A9;
}

#pharmacy_list .location img {
  width: 100%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
  object-position: center center;
}

#pharmacy_list .location h3 {
  margin: 10px 0px 10px 0px;
}

#pharmacy_list .location table {
  border-collapse: collapse;
  width: 100%;
}

#pharmacy_list .location table th,
#pharmacy_list .location table td {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #83C0CB;
  border-bottom: 1px solid #83C0CB;
  text-align: left;
}

#pharmacy_list .location table th[scope=row] {
  background-color: #D6EAEE;
  font-weight: 800;
}

#pharmacy_list .location table td ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#pharmacy_list .location table td ul li {
  margin: 0px;
  line-height: 1.65em;
}

@media screen and (max-width: 512px) {
  #pharmacy_list {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
}

/*# sourceMappingURL=pharmacies.css.map */
