.sossc-faq__item {
  border: 1px solid #f2999f;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.sossc-faq__button {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  background: #fff;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}

.sossc-faq__button:focus {
  outline: 2px solid #be8734;
  outline-offset: 2px;
}

.sossc-faq__panel {
  padding: 0 16px 16px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.sossc-faq__panel--hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sossc-faq__button {
  position: relative;
  padding-right: 40px;
}

.sossc-faq__button::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.sossc-faq__button[aria-expanded="true"]::after {
  content: '−';
}

.sossc-tarifs__table {
  width: 100%;
  border-collapse: collapse;
}

.sossc-tarifs__table th,
.sossc-tarifs__table td {
  border-bottom: 1px solid #eee;
  padding: 10px 8px;
}

.sossc-tarifs__table th {
  text-align: left;
  width: 65%;
}

/* FAQ typography harmonization */
.sossc-faq__button {
  font-size: 1.0625rem;
  line-height: 1.4;
}

.sossc-faq__panel {
  font-size: 1rem;
  line-height: 1.65;
}

.sossc-faq__panel p {
  margin: 0 0 0.8em;
}

@media (max-width: 768px) {
  .sossc-faq__button {
    font-size: 1rem;
  }

  .sossc-faq__panel {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
