/** @format */

.provider-details-container-expired {
  padding: 1rem;
  border-top: 4px solid #c93327 !important;
  border-left: 1px solid #c93327 !important;
  border-right: 1px solid #c93327 !important;
  border-bottom: 1px solid #c93327 !important;
}

.badge--red {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #c93327;
  padding: 0.1875rem 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.hr-dark-red {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #c93327;
}

.download-card {
  padding: 1rem;
  background-color: #ecf2f9;
}

.provider-ad {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #c93327;
  text-align: center;
}

.btn-borderless:visited {
  border: none;
}

.btn-white-red:visited {
  color: #c93327;
  background-color: #fff;
  border: 1px solid #c93327;
}

.btn-white-red {
  color: #c93327;
  background-color: #fff;
  border: 1px solid #c93327;
}

.btn-white-red:visited {
  color: #c93327 !important;
  background-color: #fff !important;
  border: 1px solid #c93327 !important;
}

.bullet--red li::marker {
  color: #c93327;
}

@media (min-width: 992px) {
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .provider-ad {
    flex-direction: row;
    justify-content: center;
    line-height: 1.5;
  }
}
