/**
 * Yardım / SSS — Uproot accordion (body.up-sss)
 * Kabuk: theme-sorgula.css (up-sorgula-*) ile paylaşılır.
 */

body.up-sss .up-main-narrow {
  max-width: 640px;
}

body.up-sss .up-faq {
  border: 1.5px solid #e6e6e6;
  border-radius: 14px;
  padding: 8px;
  background: #fff;
}

body.up-sss .sss-faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.up-sss .sss-faq-item {
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

body.up-sss .sss-faq-item[open] {
  border-color: #111;
  background: #fafafa;
}

body.up-sss .sss-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111;
  user-select: none;
}

body.up-sss .sss-faq-q::-webkit-details-marker { display: none; }

body.up-sss .sss-faq-q__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f4f4f2;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

body.up-sss .sss-faq-item[open] .sss-faq-q__icon {
  background: #111;
  color: #fff;
}

body.up-sss .sss-faq-q__text {
  flex: 1 1 auto;
  text-align: left;
  line-height: 1.35;
}

body.up-sss .sss-faq-q__chev {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4f4f2;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

body.up-sss .sss-faq-item[open] .sss-faq-q__chev {
  background: #111;
  color: #fff;
  transform: rotate(180deg);
}

body.up-sss .sss-faq-a {
  padding: 0 14px 16px 60px;
}

body.up-sss .sss-faq-a__inner {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.55;
}

body.up-sss .sss-faq-a__inner a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.up-sss .sss-faq-a__inner strong {
  color: #111;
}

@media (max-width: 480px) {
  body.up-sss .sss-faq-a {
    padding-left: 14px;
  }
}

body.up-sss .sss-page-hero-img {
  margin: 0 0 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #e6e6e6;
  background: #f4f4f2;
}

body.up-sss .sss-page-hero-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body.up-sss .sss-faq-prose {
  padding: 12px 14px 16px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

body.up-sss .sss-faq-prose h3,
body.up-sss .sss-faq-prose h4 {
  margin: 1.1em 0 0.4em;
  color: #111;
  font-size: 1.05rem;
}

body.up-sss .sss-faq-prose a {
  color: #111;
  font-weight: 600;
}

body.up-sss .up-slot-card {
  margin-top: 16px;
}

body.up-sss .up-slot-card .info-form__submit,
body.up-sss .up-slot-card .sss-form-panel .info-form__submit {
  width: 100%;
  padding: 14px;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
