#cf-confirm {
  display: none;
}

.cf-confirm-lead {
  margin: 0 0 1.5em;
  font-weight: 600;
  line-height: 1.8;
}

.cf-confirm-row .cf-td {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  font-weight: 500;
  line-height: 1.8;
  word-break: break-all;
}

.cf-confirm-row .cf-th {
  font-weight: 600;
}

.cf-empty {
  color: #9aa4ad;
  font-weight: 500;
}

.cf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 2.4em;
}

.cf-btn,
#cf-confirm input[type="submit"] {
  min-width: 260px;
  padding: 1em 2em;
  border: 1px solid #356484;
  border-radius: 4px;
  background: #356484;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cf-btn:hover,
#cf-confirm input[type="submit"]:hover {
  opacity: 0.85;
}

.cf-btn-sub {
  background: #fff;
  color: #356484;
}

#cf-error {
  display: none;
  margin: 1.6em 0 0;
  padding: 1em 1.2em;
  border-left: 3px solid #b4553f;
  background: #fbf2f0;
  color: #8f3f2d;
  font-weight: 600;
  line-height: 1.7;
}

.cf-invalid {
  border-color: #b4553f !important;
  background-color: #fdf6f5 !important;
}

@media (max-width: 767px) {
  .cf-actions {
    flex-direction: column-reverse;
  }

  .cf-btn,
  #cf-confirm input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}
