a {
  color: #a80067;
}
a:hover {
  color: #7f004e;
}

body.medical-card-page {
  font-size: 14px;
  font-family: "Samsung Sans", sans-serif;
  background-color: #fff;
}

.medical-card-wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
}

.medical-card-logo {
  max-width: 160px;
  margin: 0 0 20px 10px;
}

.medical-card-h {
  font-size: 20px;
  color: #363636;
  margin-bottom: 0;
}

.medical-card {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.medical-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 30px;
}
.medical-card .medical-card-inner {
  background-color: #fff;
  width: calc(100% + 20px);
  margin: 0 -10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.medical-card .medical-card-before {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.medical-card .medical-card-before button {
  margin-left: auto;
}
.medical-card .medical-card-after {
  padding: 40px 20px;
}

.medical-card-footer {
  padding-left: 10px;
}

.medical-card-call-button {
  position: relative;
  border-radius: 5px;
  border: 1px solid #8f0057;
  background-color: #a80067;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}
.medical-card-call-button i {
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 10px 0 0;
  border-radius: 5px;
}
.medical-card-call-button > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.medical-card-call-button:last-child {
  margin-bottom: 0;
}
.medical-card-call-button .call-button-text {
  font-size: 15px;
  margin-bottom: 2px;
}
.medical-card-call-button .call-button-phone {
  font-weight: 400;
}

.text-block {
  font-size: 14px;
  padding: 10px 14px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
}
.text-block .text-block-label {
  margin-bottom: 0;
  color: #6e6e6e;
}
.text-block .text-block-text {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
}

.medical-card-button-download {
  background-color: #a80067;
  color: #fff;
  border: 0;
  padding: 3px 10px;
  border-radius: 5px;
}
.medical-card-button-download:hover {
  background-color: #9e0061;
}
.medical-card-button-download:focus {
  outline: none;
  background-color: #8f0057;
}
.medical-card-button-download i {
  margin-right: 5px;
}

/*# sourceMappingURL=medical-card.css.map */
