/*
 * FAQ Section Block — faq-section.css
 * Loaded automatically by WordPress when this block appears on a page.
 * Edit this file directly for styling changes.
 */

.wpfx-faq {
}
.wpfx-faq .faq-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 15px;
}
@media (max-width: 1399px) {
  .wpfx-faq .faq-inner {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .wpfx-faq .faq-inner {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .wpfx-faq .faq-inner {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .wpfx-faq .faq-inner {
    max-width: 540px;
    padding: 60px 20px;
  }
}
.wpfx-faq h2,
.wpfx-faq h2.visible,
#page-container .wpfx-faq h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #231F20 !important;
  font-size: 3.0rem !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  opacity: 1 !important;
  transform: none !important;
}
@media (max-width: 768px) {
  .wpfx-faq h2,
  .wpfx-faq h2.visible,
  #page-container .wpfx-faq h2 {
    font-size: 2rem !important;
  }
}
.wpfx-faq h2 + .faq-subtitle {
  margin-top: -20px;
}
.wpfx-faq .faq-subtitle {
  text-align: center;
  margin-bottom: 40px;
}
.wpfx-faq .faq-subtitle p {
  margin: 0;
}
.wpfx-faq .faq-subtitle a.contact,
.wpfx-faq .faq-subtitle a {
  text-decoration: underline;
  color: #231F20 !important;
}
.wpfx-faq .faq-subtitle a.contact:hover,
.wpfx-faq .faq-subtitle a:hover {
  text-decoration: none;
  color: #231F20 !important;
}
.wpfx-faq .faq-panels {
  padding-top: 0;
}
.wpfx-faq .custom-panel {
  border-radius: 12px;
  background: #FEFEFC;
  box-shadow: 0 8px 20px 0 rgba(9, 58, 82, 0.05);
  border: none;
  margin-bottom: 24px;
  overflow: hidden;
  font-size: 1.25rem;
}
.wpfx-faq .custom-panel:has(.btn[aria-expanded="true"]) {
  box-shadow: none;
}
.wpfx-faq .custom-panel .btn {
  border-radius: 12px;
  background: #FEFEFC;
  border: none;
  padding: 1rem 1.5rem;
  text-align: left;
  width: 100%;
  color: #51504F;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpfx-faq .custom-panel .btn:hover {
  background: transparent;
  box-shadow: 0 8px 25px 0 rgba(9, 58, 82, 0.08);
  color: #0A8DFF;
}
.wpfx-faq .custom-panel .btn:focus {
  box-shadow: 0 8px 25px 0 rgba(9, 58, 82, 0.08);
}
.wpfx-faq .custom-panel .btn:focus,
.wpfx-faq .custom-panel:has(.btn[aria-expanded="true"]) .btn:focus {
  box-shadow: none;
}
.wpfx-faq .custom-panel .btn::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2351504F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.wpfx-faq .custom-panel .btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.wpfx-faq .custom-panel .collapse-content {
  background: #FEFEFC;
  padding: 0 1.5rem 1.5rem;
  border-radius: 0 0 12px 12px;
}
.wpfx-faq .faq-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.wpfx-faq .faq-logo-grid img {
  max-height: 80px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
