.elementor-1607 .elementor-element.elementor-element-78bf570{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b5e6ef1 */.network-one-form {
  max-width: 1300px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #d32f2f;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.form-header h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
}

.form-date {
  font-size: 14px;
}

.form-instructions {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 20px;
}

.section-header {
  background-color: #d32f2f;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  margin-bottom: 10px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field input[type="number"],
.form-field input[type="date"],
.form-field textarea {
  width: 100%;
  padding: 6px 8px;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  font-size: 14px;
  box-sizing: border-box;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom: 2px solid #d32f2f;
}

.dues-fixed {
  font-weight: bold;
  margin: 6px 0 0 0;
}

.expectations-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.expectation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  gap: 15px;
}

.expectation-row span {
  font-size: 14px;
  flex: 1;
}

.initials {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.initials input {
  width: 60px;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  padding: 4px;
}

.agreement-box {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.agreement-box p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.wpcf7-submit {
  background-color: #d32f2f;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.wpcf7-submit:hover {
  background-color: #b71c1c;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .expectation-row {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */