/* Page FAQ Nautic Holidays */
.nh-faq { max-width: 800px; margin: 0 auto; }
.nh-faq-cat {
  color: #1e729a; margin: 2em 0 0.8em; padding-bottom: 0.3em;
  border-bottom: 3px solid #1e729a; font-size: 1.4em;
}
.nh-faq-item {
  background: #f4f8fb; border-radius: 10px; margin-bottom: 10px;
  border: 1px solid #e3e9ee; overflow: hidden;
}
.nh-faq-item[open] { background: #fff; box-shadow: 0 2px 8px rgba(10,92,138,.1); }
.nh-faq-q {
  cursor: pointer; padding: 14px 18px; font-weight: 600;
  color: #1a2b3c; font-size: 1.02em; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
}
.nh-faq-q::-webkit-details-marker { display: none; }
.nh-faq-q::after { content: "+"; color: #1e729a; font-size: 1.4em; font-weight: 700; margin-left: 12px; }
.nh-faq-item[open] .nh-faq-q::after { content: "–"; }
.nh-faq-a { padding: 0 18px 16px; color: #33475b; line-height: 1.6; }
