.cf7-is-full {
  padding: 1.5rem;
  border: 2px solid #d63638;
  background: #fff5f5;
  color: #222;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.cf7-is-full p:last-child {
  margin-bottom: 0;
}

.wpcf7 input[disabled][data-cf7-limit-full="1"] {
  opacity: 0.5;
  cursor: not-allowed;
}

.wpcf7 input[disabled][data-cf7-limit-full="1"] + .wpcf7-list-item-label {
  color: #777;
  text-decoration: line-through;
  opacity: 0.7;
}

.cf7-group-is-full {
  color: #d63638;
  font-weight: 600;
  margin-left: 0.5rem;
  font-size: 0.95em;
}
