.elementor-5658 .elementor-element.elementor-element-8885cd7{--display:flex;overflow:visible;}.elementor-5658 .elementor-element.elementor-element-30910cd{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-fe05bb2 */.ssldl-card-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff; /* Swapped from #f9fbfd for contrast under shadow */
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06); /* Slightly softer and larger */
  border: 1px solid #e0e6ed; /* Lighten the border for subtlety */
}


.ssldl-card-form h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #3E5063;
}

.ssldl-card-form .form-row {
  margin-bottom: 1.25rem;
}

.ssldl-card-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1c2b3a;
}

.ssldl-card-form input,
.ssldl-card-form select,
.ssldl-card-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccd3db;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.ssldl-card-form input[type="radio"],
.ssldl-card-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  transform: scale(1.1);
}

.ssldl-card-form .form-row label input[type="radio"],
.ssldl-card-form .form-row label input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.5rem;
  transform: scale(1.2);
}
.ssldl-card-form button[type="submit"] {
  background: #3E5063;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
}

.ssldl-card-form button[type="submit"]:hover {
  background: #2d3c4d;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8885cd7 *//** Form Container and Header Section **/

/* Outer wrapper for the Memories form */
.ssldl-form-section {
  max-width: 700px;              /* Keeps form narrow for readability */
  margin: 0 auto;                /* Centers the form horizontally */
  padding: 2rem 1rem;            /* Outer spacing */
}

/* Main form heading */
.ssldl-form-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #003366;                /* SSLDL brand navy */
}

/* Supporting paragraph text under the heading */
.ssldl-form-section p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #444;                   /* Neutral gray for readability */
}/* End custom CSS */