.rac-hosting-includes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid #29413e;
  border-radius: 14px;
  background: #0d181b;
}

.rac-hosting-includes strong {
  color: #fff;
}

.rac-hosting-includes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rac-hosting-includes li {
  padding: 6px 9px;
  border-radius: 999px;
  background: #162a28;
  color: #bfe1d7;
  font-size: 11px;
}

.rac-hosting article h3 {
  font-size: 1.8rem;
}

.rac-plan-provider {
  margin: 0;
  color: #829b95;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.rac-plan-audience {
  min-height: 72px;
  color: #c8d8d3;
  line-height: 1.5;
}

.rac-plan-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.rac-plan-actions a {
  display: block;
  text-align: center;
}

.rac-plan-actions .rac-plan-provider-link {
  border: 1px solid #35504b;
  background: transparent;
  color: #bce4d8;
  font-size: 11px;
}

.rac-hosting-disclosure {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.rac-hosting-note {
  text-align: center;
}

@media (max-width: 760px) {
  .rac-hosting-includes {
    align-items: flex-start;
    flex-direction: column;
  }

  .rac-hosting-includes ul {
    justify-content: flex-start;
  }

  .rac-plan-audience {
    min-height: 0;
  }
}
