.elementor-30241 .elementor-element.elementor-element-b09692e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30241 .elementor-element.elementor-element-b09692e:not(.elementor-motion-effects-element-type-background), .elementor-30241 .elementor-element.elementor-element-b09692e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F8FC;}.elementor-30241 .elementor-element.elementor-element-3b15049f > .elementor-widget-container{padding:140px 0px 60px 0px;}/* Start custom CSS */<style>
/* Container */
.bankruptcy-course-selection {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  gap: 1rem;
  padding: 2rem;
}

/* Panels */
.bankruptcy-course-selection .course-card {
  flex: 1;
  text-align: center;
  padding: 1rem;
  border-radius: 6px;
  background: #fafafa;
}

/* Course Label */
.course-card .course-label {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* Title */
.course-card h3 {
  font-size: 1.25rem;
  color: #0A174E; /* Dark blue */
  margin-bottom: 1rem;
}

/* Buttons */
.course-card .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  white-space: pre-line;
}

.course-card .btn-primary {
  background-color: #00A48F; /* Green */
  color: #ffffff;
  border: none;
}

.course-card .btn-outline {
  background: transparent;
  color: #E20B69;     /* Magenta */
  border: 2px solid #E20B69;
}

/* Price text under button */
.course-card .btn .price {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.25rem;
}

/* Note below each card */
.course-card .course-note {
  color: #333;
  font-size: 0.875rem;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .bankruptcy-course-selection {
    flex-direction: column;
  }
}
</style>/* End custom CSS */