/* ==========================================================================
   FAQ — Resort Kostelec
   Vzor 7: Rozbalovací seznam otázek a odpovědí
   Ovládáno přes script.js ([data-lodging-faq])
   ========================================================================== */

.lodging-faq {
  background: #ffffff;
}

.lodging-faq__inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.lodging-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(63, 47, 37, 0.1);
}

.lodging-faq-item {
  border-bottom: 1px solid rgba(63, 47, 37, 0.1);
  background: transparent;
}

.lodging-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.lodging-faq-item button strong {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1;
  flex-shrink: 0;
}

.lodging-faq-item p,
.lodging-faq-item div {
  margin: 0;
  padding: 0 0 20px;
  color: rgba(63, 47, 37, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.lodging-faq-item div ul {
  margin: 8px 0;
  padding-left: 18px;
}

.lodging-faq-item div li {
  margin-bottom: 4px;
}
