/*
Theme Name: Lightning Child
Template: lightning
*/

.post-type-counseling-center .swiper-container {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.post-type-counseling-center .swiper-slide {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.post-type-counseling-center .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpuf-name-field-wrap.format-first-last {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px;
}

.wpuf-name-field-first-name,
.wpuf-name-field-last-name {
  width: 50% !important;
}

.pass-strength-result {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.9em;
}