.biggym-faq * {
  box-sizing: border-box;
}
.biggym-faq {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #000000;
  color: #ffffff;
}
.biggym-faq header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/public/assets/images/BigGym_2026_Klantenservice.webp") center center/cover no-repeat;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  display: none;
}
.biggym-faq header.admin-header {
  background: none;
  min-height: inherit;
  display: flex;
}
.biggym-faq header .header-content {
  max-width: 992px;
}
.biggym-faq header .header-content h1 {
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.biggym-faq header .header-content h1 span {
  color: #E6007E;
}
.biggym-faq header .header-content h2 {
  display: inline-block;
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.biggym-faq header .header-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .biggym-faq header .header-content {
    padding: 0 20px;
  }
  .biggym-faq header .header-content h1 {
    font-size: 1.6rem;
  }
  .biggym-faq header .header-content h2 {
    font-size: 1rem;
  }
}
.biggym-faq header .btn-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.biggym-faq header a.btn {
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 10px 1rem;
  background: #E6007E;
  border-radius: 0 10px 0 10px;
  color: #ffffff;
  line-height: 30px;
}
.biggym-faq header a.btn.btn-faq {
  background: #ffffff;
  color: #000000;
}
.biggym-faq #header {
  padding: 1rem;
  text-align: center;
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
.biggym-faq #header h1 {
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
}
.biggym-faq main {
  margin-bottom: 50px;
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
.biggym-faq .intro {
  margin-bottom: 1rem;
  text-align: left;
}
.biggym-faq #faq-search {
  position: relative;
}
.biggym-faq #faq-search input[type=text] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}
.biggym-faq .lang-switch {
  margin: 1rem 0;
  text-align: right;
}
.biggym-faq .lang-switch a {
  font-size: 2.5rem;
  margin: 0 0.5rem;
  text-decoration: none;
  opacity: 0.6;
}
.biggym-faq .lang-switch a:hover {
  opacity: 1;
}
.biggym-faq .lang-switch a.active {
  opacity: 1;
  pointer-events: none;
}
.biggym-faq .suggestions-container {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 0;
}
.biggym-faq .suggestions-container .suggestion-item {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 10px;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  opacity: 0.7;
}
.biggym-faq .suggestions-container .suggestion-item .suggestion-text {
  flex: 1;
}
.biggym-faq .suggestions-container .suggestion-item .suggestion-icon {
  flex-shrink: 0;
  font-weight: bold;
}
.biggym-faq .suggestions-container .suggestion-item:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.biggym-faq .suggestions-container .suggestion-item:active {
  transform: translateY(0);
}
.biggym-faq .no-results-message {
  margin-top: 0.5rem;
  padding: 1rem;
  background: rgba(230, 0, 126, 0.1);
  color: #B8B8B8;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9rem;
}
.biggym-faq .categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 10px;
  gap: 10px;
}
.biggym-faq .categories h2 {
  width: 100%;
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.biggym-faq .categories .cat-chip {
  text-align: center;
  user-select: none;
  width: calc(50% - 10px);
  height: 60px;
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  font-size: 0.5rem;
  padding: 10px 1rem;
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 0 10px 0 10px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex; /* or flex / inline-block */
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.biggym-faq .categories .cat-chip.active {
  background: #E6007E;
  border-color: #E6007E;
}
@media (max-width: 575px) {
  .biggym-faq .categories .cat-chip {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .biggym-faq .categories .cat-chip {
    width: calc(25% - 10px);
  }
}
.biggym-faq .category-block {
  padding: 1rem;
}

.cat-chip:hover { 
  background: #E6007E !important;
  transition: 0.3s ease;
}

.biggym-faq .category-block h2 {
  display: block;
  font-family: "Eurostile Extd";
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.biggym-faq .category-block .subcategory {
  margin-bottom: 1rem;
}
.biggym-faq .category-block .subcategory h3 {
  width: 100%;
  display: block;
  font-family: "EurostileExt-Bla";
  text-transform: uppercase;
  margin: 40px 0;
  color: #E6007E;
}
.biggym-faq .faq-item {
  margin-bottom: 0.5rem;
}
.biggym-faq .faq-item .external-link {
  color: #E6007E;
  text-decoration: none;
  font-weight: bold;
}
.biggym-faq .faq-item .external-link:hover {
  text-decoration: underline;
}
.biggym-faq .faq-item .question {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  width: 100%;
  text-align: left;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.6rem;
  background: #1E1E1E;
  border: none;
  border-radius: 0 10px 0 10px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.biggym-faq .faq-item .question .icon {
  font-size: 1.8rem;
}
.biggym-faq .faq-item .answer {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3rem;
  margin-top: 0.25rem;
}
.biggym-faq .faq-item .answer a {
  color: #E6007E;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}
.biggym-faq .faq-item .answer .feedback-container {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #B8B8B8;
}
.biggym-faq .faq-item .answer .feedback-container p {
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  color: #B8B8B8;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-buttons {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #B8B8B8;
  background: transparent;
  color: #B8B8B8;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-btn:hover {
  background: #E6007E;
  color: #000000;
  border-color: #E6007E;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-btn:disabled:hover {
  cursor: not-allowed;
  background: transparent;
  color: #B8B8B8;
  opacity: 0.5;
  border-color: #B8B8B8;
}
.biggym-faq .faq-item .answer .feedback-container .feedback-message {
  padding: 0.75rem;
  border-radius: 4px;
  background: rgba(230, 0, 126, 0.1);
  color: #E6007E;
}
.faq-item .answer .feedback-container .feedback-message a {
  color: #E6007E;
  text-decoration: underline;
}
.faq-item .answer .feedback-container .feedback-message a:hover {
  text-decoration: none;
}

.admin-header {
  padding: 1rem;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.admin-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.admin-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.admin-tabs button {
  padding: 0.75rem 1.5rem;
  background: #1E1E1E;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
  font-weight: bold;
  font-family: "EurostileExt-Bla", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.admin-tabs button.active {
  background: #E6007E;
  border-color: #E6007E;
}

.admin-tabs button:hover {
  opacity: 0.9;
}

.tab-content {
  border-radius: 0 10px 0 10px;
  display: none;
}
.tab-content h2 {
  text-align: center;
}

.tab-content.active {
  display: block;
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
}

input[type=text],
textarea,
select {
  width: 100%;
  padding: 0.75rem;
  background: #ffffff;
  color: #1E1E1E;
  border: 1px solid #444;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

textarea {
  min-height: 150px;
  font-family: monospace;
  resize: vertical;
}

input[type=text]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #E6007E;
  box-shadow: 0 0 0 2px rgba(230, 0, 126, 0.2);
}

.form-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

button[type=submit] {
  padding: 0.75rem 1.5rem;
  background: #E6007E;
  color: #ffffff;
  border: none;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
  font-weight: bold;
  font-family: "EurostileExt-Bla", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

button[type=submit]:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-secondary {
  background: #333;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0 10px 0 10px;
  font-family: "EurostileExt-Bla", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-secondary:hover {
  background: #444;
}

.message {
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(144, 238, 144, 0.1);
  color: #90ee90;
  border-radius: 4px;
  border-left: 4px solid #90ee90;
}

.message.error {
  background: rgba(255, 153, 153, 0.1);
  color: #ff9999;
  border-left-color: #ff9999;
}

/* Tree structure */
.tree-view {
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.tree-item {
  border-bottom: 1px solid #333;
}

.tree-item:last-child {
  border-bottom: none;
}

.tree-toggle {
  width: 100%;
  padding: 1rem;
  background: #1E1E1E;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  font-family: "EurostileExt-Bla", sans-serif;
}

.tree-toggle:hover {
  background: #2a2a2a;
}

.tree-toggle.category-toggle {
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  position: relative;
}

.tree-toggle.subcategory-toggle {
  padding-left: 3rem;
  font-size: 0.95rem;
  position: relative;
}
.tree-toggle.subcategory-toggle span {
  display: inline-block;
}

.tree-content {
  display: none;
  background: #0a0a0a;
}

.tree-content.expanded {
  display: block;
}

.tree-content.subcategory-content {
  margin-left: 1rem;
}

.question-item {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #2a2a2a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.question-item:last-child {
  border-bottom: none;
}

.question-text {
  flex: 1;
  font-size: 0.9rem;
}

.question-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.question-actions a,
.question-actions button {
  padding: 0.5rem 1rem;
  background: #E6007E;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
}

.question-actions a:hover,
.question-actions button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.question-actions button.delete {
  background: #ff0000;
}

.category-list,
.subcategory-list {
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.category-list-item,
.subcategory-list-item {
  padding: 1rem;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.category-list-item:last-child,
.subcategory-list-item:last-child {
  border-bottom: none;
}

.back-link {
  text-align: center;
  margin-top: 2rem;
}

.back-link a {
  color: #E6007E;
  text-decoration: none;
  font-weight: bold;
}

.back-link a:hover {
  text-decoration: underline;
}

.count-badge {
  background: #E6007E;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.empty-state {
  color: #888;
  text-align: center;
  padding: 2rem;
}

.category-section {
  background: #1E1E1E;
  padding: 1rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
}

.category-section:last-child {
  border-bottom: none;
}

.category-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.btn-rename {
  padding: 0.5rem 1rem;
  background: #B8B8B8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: bold;
  transition: all 0.2s ease;
}

.btn-rename:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

#description {
  padding: 1rem;
}
