.section-title {
  text-align: justify !important;
  text-justify: inter-word !important;
  white-space: pre-line !important;
}
.text-green {
    color: green !important;
}
.marginLeft-10 {
	margin-left: -10px !important;
}
.text-align-center {
  text-align: center !important;
}
.marginLeft5 {
	margin-left: 0.5px !important;
}
.link {
    word-wrap: break-word !important;
}
.regionSelect {
  display: inline-block !important; /* Match inline prop behavior */
}
@media (max-width: 767px) {
  .regionSelect,
  .regionSelect * {
    display: block !important; /* Override inline layout */
    text-align: left !important; /* Force left alignment */
    margin-left: 0 !important; /* Remove any left margin that might center */
    width: 100%; /* Ensure full width for stacking */
  }
}
