.caa-wrapper {
  max-width: 780px;
  margin: 0 auto;
  font-family: 'Source Sans Pro';
  padding: 20px;
}

.caa-step { display: none; }
.start-title { text-align: center; margin-bottom: 20px; }

.caa-scale-box {
  background: #f4f4f4;
  padding: 10px;
  border-left: 4px solid #000126;
  margin-bottom: 20px;
}
.caa-scale-box span {
  margin-right: 12px;
  display: inline-block;
  font-size: 0.9rem;
}

.caa-question-row {
  margin-bottom: 16px;
}
.caa-question-row label {
  display: block;
  font-weight: 600;
}
.caa-options {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.caa-buttons {
  text-align: center;
  margin-top: 24px;
}
.caa-buttons button {
  background: #000126;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  margin: 0 6px;
}
.caa-buttons .caa-prev {
  background: #555;
}

.caa-card {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 24px;
  margin-top: 20px;
}

.caa-tag {
  background: teal;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
.caa-tag span {
  margin-right: 6px;
}

.caa-card h4 {
  margin-top: 0;
  color: #1a174d;
  font-size: 1.5rem;
}
.caa-card-subtitle {
  background: #f4f4f4;
  padding: 12px;
  margin: 16px 0;
  border-radius: 4px;
  font-size: 1rem;
}

.caa-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.caa-card ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.caa-check {
  color: teal;
  margin-right: 10px;
  font-weight: bold;
}

.caa-enroll-button {
  display: block;
  text-align: center;
  background: #1a174d;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 auto 10px auto;
}

.caa-enroll-button:hover {
  background: #000126;
}

.caa-mbguarantee {
  text-align: center;
  font-size: 0.85rem;
  text-decoration: underline;
  color: #000126;
}

a.caa-enroll-button {
    color: white !important;
}

button.caa-next:hover {
    background-color: #1C9DA0;
}

button.caa-prev:hover {
    background-color: #1C9DA0;
}


@media only screen and (max-width: 844px) {
  
button.caa-prev {
    margin-bottom: 10px !important;
}

}