.elementor-289 .elementor-element.elementor-element-59edadb{--display:flex;}.elementor-289 .elementor-element.elementor-element-c5cdf5a{--display:flex;}/* Start custom CSS */.psw-faq {
  background: var(--bone, #F2EDE4);
  padding: 100px 56px 120px;
}

.psw-faq__hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
}

.psw-faq__eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper, #B5622A);
  margin-bottom: 14px;
}

.psw-faq__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 500;
  color: var(--oxblood, #6B1E2A);
  line-height: 1.15;
  margin-bottom: 16px;
}

.psw-faq__sub {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: var(--taupe, #8A7B6F);
  line-height: 1.7;
}

.psw-faq__body {
  max-width: 760px;
  margin: 0 auto;
}

.psw-faq__group {
  margin-bottom: 48px;
}

.psw-faq__group-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--oxblood, #6B1E2A);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid rgba(181, 98, 42, 0.3);
}

.psw-faq__item {
  border-bottom: 0.5px solid rgba(181, 98, 42, 0.2);
}

.psw-faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 20px 0;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  font-weight: 500;
  color: #2A2320;
}

.psw-faq__q.psw-faq__q:hover,
.psw-faq__q.psw-faq__q:focus {
  background: none;
  color: var(--copper, #B5622A);
  outline: none;
}

.psw-faq__icon {
  flex-shrink: 0;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: var(--copper, #B5622A);
  transition: transform 0.2s ease;
}

.psw-faq__item.is-open .psw-faq__icon {
  transform: rotate(45deg);
}

.psw-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.psw-faq__item.is-open .psw-faq__a {
  max-height: 300px;
}

.psw-faq__a p {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--taupe, #8A7B6F);
  padding: 0 0 22px;
}

.psw-faq__a a {
  color: var(--oxblood, #6B1E2A);
  text-decoration: underline;
}

.psw-faq__a a:hover,
.psw-faq__a a:visited {
  color: var(--copper, #B5622A);
}

@media (max-width: 768px) {
  .psw-faq { padding: 64px 24px 80px; }
  .psw-faq__hero { margin-bottom: 48px; }
}/* End custom CSS */