/* CTA Section Component Styles */

.block-wrapper .faculty-questions {
  /* Container for nested components */
  min-width: 150px;
  min-height: 100px;
  width: auto;
  border:2px dashed #ccc;
}

.faculty-questions{
  flex-wrap: wrap;
  width:auto !important;
}

.faculty-questions-info {
  /* Info column with title, subtitle, and button */
  max-width: 680px !important;
}

/* Placeholder for empty nested container */
.nestable-placeholder {
  padding: 2rem;
  text-align: center;
  border: 2px dashed #ccc;
  background-color: rgba(255, 255, 255, 0.05);
  color: #999;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

