#drug-prices {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto;
}

#drug-prices .drug-loading {
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' width='250' height='250' style='shape-rendering: auto; display: block; background: transparent;' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Ccircle stroke-dasharray='141.37166941154067 49.12388980384689' r='30' stroke-width='5' stroke='%23276600' fill='none' cy='50' cx='50'%3E%3CanimateTransform keyTimes='0;1' values='0 50 50;360 50 50' dur='1s' repeatCount='indefinite' type='rotate' attributeName='transform'%3E%3C/animateTransform%3E%3C/circle%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#drug-prices .location-row {
  width: max-content;
  margin-right: auto;
  display: flex;
  height: 30px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  color: #276600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.364px;
  margin-bottom: 24px;
  cursor: pointer;
}

#drug-prices .location-row:hover {
  background-color: #f7f7f7;
}

#drug-prices .location-row img {
  display: block;
  height: 22px;
}

#drug-prices .scroller-controls {
  margin-top: 12px;
}

#drug-prices .list-wrapper {
  margin-bottom: 32px;
}

#drug-prices .list-title {
  color: #000000;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.364px;
}

#drug-prices .list-title strong {
  display: block;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #drug-prices .list-title {
    font-size: 14px;
  }

  #drug-prices .list-title strong {
    font-size: 18px;
  }
}

#drug-prices .list-container {
  display: grid;
  grid-auto-columns: 20%;
  grid-auto-flow: column;
  overflow: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}

#drug-prices .list-container::-webkit-scrollbar {
  display: none;
}

#drug-prices .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;

  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, 0.10);
}

#drug-prices .list-item:not(.drug-list-item):hover {
  border-color: #858585;
}

#drug-prices .list-item.selected {
  border-color: #bbf19a;
  background-color: #f4ffee;
}

#drug-prices .list-item.selected:not(.drug-list-item):hover {
  border-color: #4db310;
}

#drug-prices .list-item img {
  width: 50px;
  height: 32px;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
}

#drug-prices .pharmacy-list {
  grid-auto-columns: 100px;
  gap: 12px;
}

#drug-prices .pharmacy-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.404px;
  gap: 3px;
  /*margin-right: 12px;*/
}

#drug-prices .pharmacy-item {
  text-transform: capitalize;
}

#drug-prices .provider-list {
  grid-auto-columns: 138px;
  gap: 5px;
}

#drug-prices .provider-item {
  width: 138px;
  height: 106px;
  border-radius: 14px;
  /*margin-right: 5px;*/
}

#drug-prices .provider-item img {
  width: 120px;
  height: 45px;
}

#drug-prices .drug-list {
  grid-auto-columns: 237px;
  gap: 16px;
  padding: 1px;
}

#drug-prices .drug-list-item {
  width: 237px;
  height: 282px;
  border-radius: 10px;
  background: #ffffff;
  display: grid;
  grid-template-rows: 87px auto;
  align-items: start;
  overflow: hidden;
  font-family: Roboto, sans-serif;
}

#drug-prices .drug-list-item-top {
  padding: 13px 15px 20px;
  background: black;
  color: white;
  height: 87px;
}

#drug-prices .drug-list-item-bottom {
  padding: 9px 15px;
}

#drug-prices .drug-name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: capitalize;
}

#drug-prices .drug-details {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

#drug-prices .drug-price {
  border-bottom: 1px solid #aeaeb2;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#drug-prices .drug-price span {
  display: block;
  color: #276600;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

#drug-prices .drug-discount {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
  min-width: 205px;
  min-height: 35px;
}

#drug-prices .drug-discount span {
  color: #4db310;
}

#drug-prices .drug-varied {
  color: #5e5e5e;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 0.66px;
  margin-bottom: 7px;
}

#drug-prices .drug-link a {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 20px;
  padding: 5px 40px;
  flex: 1 0 0;
  color: #102900;

  /*width: 199px;*/
  /*height: 44px;*/
  /*line-height: 44px;*/

  background-color: #bbf19a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  fill: #102900;
  border: 2px solid #bbf19a;
  font-size: 16px;
  font-style: normal;
  line-height: 22.816px;
}

#drug-prices .drug-link a:hover {
  background-color: #ffffff;
  border-color: #000000;
}
