.elementor-2420 .elementor-element.elementor-element-669ca07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2420 .elementor-element.elementor-element-747c170{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-5863f6e *//* One Club - Premium CF7 Form Design */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

.one-club-form {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
  color: #333;
}

.one-club-form .form-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 35px 0 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.one-club-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.one-club-form .form-group {
  display: flex;
  flex-direction: column;
}

.one-club-form .half {
  flex: 1 1 calc(50% - 12px);
}

.one-club-form .full {
  flex: 1 1 100%;
}

.one-club-form label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.one-club-form input[type="text"],
.one-club-form input[type="email"],
.one-club-form input[type="tel"],
.one-club-form input[type="number"],
.one-club-form select,
.one-club-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
  box-sizing: border-box;
  color: #333;
}

.one-club-form input:focus,
.one-club-form select:focus,
.one-club-form textarea:focus {
  border-color: #111;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #111;
}

.one-club-form textarea {
  resize: vertical;
}

/* Checkbox Styling */
.one-club-form .consent-row {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.one-club-form .wpcf7-list-item {
  margin-left: 0;
}

.one-club-form input[type="checkbox"] {
  accent-color: #111;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transform: translateY(2px);
}

/* Submit Button Styling */
.one-club-form .submit-row {
  margin-top: 40px;
  justify-content: flex-start;
}

.one-club-form input[type="submit"] {
  background-color: #111;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 45px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.one-club-form input[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Loader and Error messages */
.one-club-form .wpcf7-spinner {
  margin-left: 15px;
}

.one-club-form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #dc3232;
  margin-top: 5px;
  font-family: 'Inter', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
  .one-club-form .half {
    flex: 1 1 100%;
  }
  .one-club-form {
    padding: 30px 20px;
  }
  .one-club-form input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */