.pfc-card,
.pfc-card * {
  font-family: 'Poppins', sans-serif;
}

.pfc-card {
  max-width: 340px;
  background: #f5f5f5;
}

.pfc-kicker {
  text-align: left;
  color: #695436;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 8px 0;
}

.pfc-select-wrap { position: relative; margin-bottom: 12px; }
.pfc-select {
  appearance: none;
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 0;
  background: #f5f5f5;
  color: #3a352d;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border-bottom: 2px solid #695436;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.pfc-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid #6b5a44;
  border-width: 0 2px 2px 0;
  padding: 5px;
}

.pfc-rule {
  border: 0;
  height: 2px;
  background: #8b7760;
  opacity: .8;
  margin: 14px 0 8px;
}

.pfc-subheading {
  color: #695436;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 12px;
  font-weight: 700;
}

.pfc-pill {
  display: block;
  width: 80%;
  margin: 12px auto;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.pfc-month-suffix { margin-left: 0.25ch; }

.pfc-included-label {
  color: #695436;
  font-size: 16px;
  margin: 16px 0 6px;
}

.pfc-includes {
  padding-left: 18px;
  margin: 0 0 18px 0;
}

.pfc-button {
  display: inline-block;
  background: #5e472e;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  border: 0;
  padding: 12px 18px;
  border-radius: 2px;
  cursor: pointer;
}
.pfc-button:hover { filter: brightness(1.05); }

.pfc-pill {
  font-size: 16px;
}

.pfc-button {
  background-color: #695436 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  text-decoration: none !important;
}