.elementor-8436 .elementor-element.elementor-element-2725f408{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:30px;--margin-right:30px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}/* Start custom CSS for text-editor, class: .elementor-element-3d740cc5 *//* ================= WTF CASH DIAGNOSTIC ================= */

#wft-diagnostic-container {
  max-width: 750px;
  margin: 50px auto;
  border: 3px solid #274e37;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(39, 78, 55, 0.15);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  overflow: hidden;
}

#wft-diagnostic-container::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(
    90deg,
    #274e37 0%,
    #2f7d32 50%,
    #e67e22 100%
  );
}

#wft-inner {
  padding: 40px;
}

/* === Headings === */
#wft-diagnostic-container h2 {
  text-align: center;
  color: #274e37;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

#wft-diagnostic-container p.subhead {
  text-align: center;
  font-style: italic;
  color: #555;
  margin-bottom: 30px;
}

/* === Questions === */
.wft-question {
  background: #f9fbf9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #cfd8dc;
  margin-bottom: 25px;
  transition: border-left-color 0.3s ease;
}

.wft-question:hover {
  border-left-color: #e67e22;
}

.wft-question h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

.wft-question label {
  display: block;
  margin: 8px 0;
  font-size: 16px;
  cursor: pointer;
  color: #444;
}

.wft-question input[type="radio"] {
  accent-color: #274e37;
  transform: scale(1.2);
  margin-right: 10px;
}

/* === Button === */
.wft-btn {
  background: #274e37;
  color: #ffffff;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 800;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.wft-btn:hover {
  background: #e67e22;
  transform: translateY(-2px);
}

/* === Results === */
#wft-result {
  display: none;
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #e67e22;
  border-radius: 8px;
  text-align: center;
  animation: fadeIn 0.4s ease;
}

.low {
  color: #274e37;
  font-weight: 800;
}

.medium {
  color: #e67e22;
  font-weight: 800;
}

.high {
  color: #c62828;
  font-weight: 800;
}

/* === Animation === */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= END WTF CASH DIAGNOSTIC ================= *//* End custom CSS */