.sc-consent {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #f6f6f6;
  padding: 1.5rem;
  margin: 1.5rem 0;
  text-align: center;
  font-family: inherit;
}
.sc-consent .sc-provider {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  color: #444;
}
.sc-consent .sc-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  color: #111;
}
.sc-consent .sc-info {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 auto 1rem auto;
  max-width: 36rem;
}
.sc-consent .sc-link {
  display: inline-block;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.sc-consent .sc-button {
  background: #00449e;
  color: white;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}
.sc-consent .sc-button:hover {
  background: #003474;
}
.sc-iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.sc-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
