/**
 * CSS Converters Styles â€” v6.0
 * FAQ restyled (always open), language switcher moved to hero
 */

/* ===== QUICK SWITCHER (Hub page) ===== */
.converter-quick-switcher {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
}

.switcher-inner {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 35px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  border: none;
}

.switcher-inner::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899);
  border-radius: 22px;
  opacity: 0.3;
}

.switcher-field {
  flex: 1;
}

.switcher-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin-bottom: 6px;
}

.switcher-select {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.switcher-select:focus {
  border-color: rgba(99, 102, 241, 0.6);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.switcher-select option {
  background: #fff;
  color: #0f172a;
}

.switcher-arrow {
  color: #94a3b8;
  font-size: 14px;
  padding-bottom: 12px;
}

.switcher-btn {
  height: 54px;
  padding: 0 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-out, transform 0.1s ease-out;
  white-space: nowrap;
}

.switcher-btn:hover {
  background: linear-gradient(135deg, #818cf8, #6366f1);
}

.switcher-btn:active {
  transform: scale(0.97);
}

.switcher-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .switcher-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px;
  }
  .switcher-arrow {
    display: none;
  }
  .switcher-btn {
    width: 100%;
  }
}

/* ===== LANGUAGE SWITCHER (now inside hero) ===== */
.hero-lang-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}

.language-switcher-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 6px 14px;
}

.language-switcher-icon {
  font-size: 18px;
  color: #6366f1;
}

.language-switcher {
  display: inline-block;
}

.lang-select {
  height: 32px;
  padding: 0 28px 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 8px center;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}

.lang-select:hover {
  border-color: rgba(99, 102, 241, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
}

.lang-select:focus {
  border-color: rgba(99, 102, 241, 0.6);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.lang-select option {
  background: #fff;
  color: #0f172a;
  font-weight: 500;
}

/* ===== TOP SEARCHES ===== */
.converter-section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #64748b;
  margin-bottom: 12px;
}

.top-searches-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.top-search-chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  font-family: 'Space Grotesk', sans-serif;
}

.top-search-chip:hover {
  background: #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  color: #0f172a;
  text-decoration: none;
}

.top-search-chip:active {
  transform: scale(0.97);
}

/* ===== CONVERTER TOOLS GRID (Color + Unit cards) ===== */
.converter-tools-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 16px !important;
}

.converter-tools-grid .feature-card,
.converter-tools-grid .tool-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: #0f172a;
  transition: border-color 0.2s ease-out, box-shadow 0.25s ease-out, transform 0.15s ease-out;
  cursor: pointer;
}

.converter-tools-grid .feature-card:hover,
.converter-tools-grid .tool-card:hover {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: #0f172a;
}

.converter-tools-grid .feature-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ede9fe, #e0e7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
  color: #6366f1;
}

.converter-tools-grid .feature-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px;
  font-family: 'Space Grotesk', sans-serif;
}

.converter-tools-grid .feature-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 4px 0 8px;
}

.converter-tools-grid .inline-link {
  font-size: 13px;
  font-weight: 600;
  color: #6366f1;
  margin-top: auto;
}

/* ===== INTERNAL LINKS GRID ===== */
.internal-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.internal-link-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.15s ease-out;
}

.internal-link-card i {
  color: #6366f1;
  font-size: 16px;
  flex-shrink: 0;
}

.internal-link-card:hover {
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-1px);
}

.internal-link-card:active {
  transform: scale(0.98) translateY(0);
}

.section-subtitle {
  font-size: 15px;
  color: #64748b;
  margin-top: 4px;
}

/* ===== SEARCH & FILTER BAR ===== */
.converter-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.converter-search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.converter-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}

.converter-search-input {
  width: 100%;
  height: 44px;
  padding: 0 14px 0 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Space Grotesk', sans-serif;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.converter-search-input::placeholder {
  color: #94a3b8;
}

.converter-search-input:focus {
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.converter-filter-btns {
  display: flex;
  gap: 6px;
}

.converter-filter-btn {
  height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  display: flex;
  align-items: center;
  gap: 6px;
}

.converter-filter-btn:hover {
  border-color: rgba(99, 102, 241, 0.4);
  color: #0f172a;
}

.converter-filter-btn.active {
  background: #6366f1;
  border-color: #6366f1;
  color: #fff;
}

.converter-filter-btn:active {
  transform: scale(0.97);
}

.converter-no-results {
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  padding: 24px 0;
  font-family: 'Space Grotesk', sans-serif;
}

/* ===== ALL CONVERTERS GRID ===== */
.all-converters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.all-converter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.all-converter-item:hover {
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08);
  color: #0f172a;
  text-decoration: none;
}

.all-converter-item:active {
  transform: scale(0.98);
}

/* ===== EXPANDED SEO CARD ===== */
.seo-card-expanded h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.seo-card-expanded h3 {
  font-size: 1.2rem;
  margin-top: 28px;
  margin-bottom: 10px;
  color: #0f172a;
}

.seo-card-expanded h4 {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #1e293b;
  font-weight: 600;
}

.seo-card-expanded p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

.seo-card-expanded ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.seo-card-expanded ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 6px;
}

.seo-card-expanded code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  color: #0f172a;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}

/* ===== SEO CONVERSION TABLE ===== */
.seo-conversion-table-wrap {
  overflow-x: auto;
  margin: 16px 0;
}

.seo-conversion-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'Space Grotesk', sans-serif;
}

.seo-conversion-table th,
.seo-conversion-table td {
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.seo-conversion-table th {
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.seo-conversion-table td {
  color: #475569;
}

.seo-conversion-table tbody tr:hover {
  background: #f8fafc;
}

/* ===== FAQ SECTION (Always Open, Styled) ===== */
.faq-clean {
  max-width: 800px;
  margin: 0 auto;
}

.faq-clean h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 28px;
  font-family: 'Space Grotesk', sans-serif;
}

.faq-clean-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 14px;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.faq-clean-item:last-child {
  margin-bottom: 0;
}

.faq-clean-item:hover {
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.06);
}

.faq-clean-question {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faq-clean-question::before {
  content: "Q";
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  margin-top: 1px;
}

.faq-clean-answer {
  font-size: 15px;
  color: #475569;
  line-height: 1.75;
  margin: 0;
  padding-left: 40px;
}

/* ===== CONVERTER TOOL PAGE ===== */
.hero-section-compact {
  padding: 40px 0 36px !important;
}

/* Home button in hero */
.hero-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(9, 185, 12, 1);
  font-size: 13px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}

.hero-home-btn:hover {
  background: rgba(61, 119, 255, 1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.hero-home-btn:active {
  transform: scale(0.97);
}

.hero-home-btn i {
  font-size: 12px;
}

.hero-section-compact .hero-title {
  font-size: 2.2rem;
  line-height: 1.15;
}

.converter-breadcrumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.converter-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.converter-breadcrumb a:hover {
  color: #fff;
}

.converter-breadcrumb span {
  margin: 0 6px;
}

.converter-tool-card {
  max-width: 600px;
  margin: 0 auto;
}

.converter-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.converter-text-input {
  flex: 1;
  height: 48px;
  font-size: 16px;
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}

.converter-color-picker {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  padding: 3px;
  background: transparent;
  flex-shrink: 0;
  transition: border-color 0.2s ease-out;
}

.converter-color-picker:hover {
  border-color: rgba(99, 102, 241, 0.4);
}

.converter-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.converter-color-picker::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

.converter-color-picker::-moz-color-swatch {
  border: none;
  border-radius: 6px;
}

.converter-config-hint {
  color: #94a3b8;
  font-size: 0.8rem;
  margin-top: 4px;
  display: block;
}

.btn-convert {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: #6366f1;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Space Grotesk', sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-out, transform 0.1s ease-out;
}

.btn-convert:hover {
  background: #818cf8;
}

.btn-convert:active {
  transform: scale(0.97);
}

.btn-convert:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

.converter-error {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  font-size: 14px;
  font-weight: 500;
  animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.converter-result-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
}

.converter-result-css {
  background: #0f172a;
  border-color: rgba(255, 255, 255, 0.06);
}

.converter-result-css .result-value-text {
  color: #cbd5e1;
}

.converter-result-css .copy-btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.converter-result-css .copy-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.result-value-text {
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  word-break: break-all;
  overflow-wrap: break-word;
}

.converter-color-preview-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.converter-color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease-out;
}

.converter-color-label {
  font-size: 12px;
  color: #64748b;
}

.converter-share-btn {
  background: none;
  border: none;
  color: #6366f1;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-family: 'Space Grotesk', sans-serif;
  transition: color 0.2s ease-out;
}

.converter-share-btn:hover {
  color: #818cf8;
}

.converter-share-btn:active {
  transform: scale(0.97);
}

/* Copy button */
.converter-result-box .copy-btn {
  position: relative;
  top: auto;
  right: auto;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  color: #64748b;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  flex-shrink: 0;
}

.converter-result-box .copy-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

.converter-result-box .copy-btn:active {
  transform: scale(0.95);
}

.converter-result-box .copy-btn:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

.converter-result-box .copy-btn.copied {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.3);
  color: #16a34a;
}

/* ===== HERO BLOB ANIMATIONS ===== */
@keyframes heroFloat {
  0% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -50px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
  100% { transform: translate(0, 0) scale(1); }
}

.hero-blob-1 { animation: heroFloat 18s ease-in-out infinite; }
.hero-blob-2 { animation: heroFloat 22s ease-in-out infinite reverse; }
.hero-blob-3 { animation: heroFloat 20s ease-in-out infinite 2s; }

.hero-text-wrapper {
  text-align: center;
}

.hero-subtitle {
  display: block;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== RTL ADJUSTMENTS ===== */
[dir="rtl"] .lang-select {
  padding: 0 10px 0 28px;
  background-position: left 8px center;
}

[dir="rtl"] .converter-search-icon {
  left: auto;
  right: 14px;
}

[dir="rtl"] .converter-search-input {
  padding: 0 40px 0 14px;
}

[dir="rtl"] .faq-clean-question {
  text-align: right;
}

[dir="rtl"] .faq-clean-answer {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] .hero-lang-row {
  justify-content: flex-start;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 576px) {
  .hero-section-compact {
    padding: 20px 0 28px !important;
  }
  .hero-section-compact .hero-title {
    font-size: 1.6rem;
  }
  .hero-lang-row {
    margin-bottom: 8px;
    margin-top: 0;
    padding-top: 0;
  }
  .converter-text-input {
    font-size: 14px;
  }
  .lang-select {
    width: auto;
  }
  .language-switcher-wrap {
    justify-content: flex-end;
  }
  .hero-home-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .converter-tools-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
  }
  .all-converters-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .internal-links-grid {
    grid-template-columns: 1fr;
  }
  .converter-search-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .converter-filter-btns {
    justify-content: center;
  }
  .faq-clean-item {
    padding: 18px 20px;
  }
  .faq-clean-question {
    font-size: 14px;
  }
  .faq-clean-answer {
    font-size: 14px;
    padding-left: 0;
  }
  .faq-clean-question::before {
    width: 24px;
    height: 24px;
    font-size: 11px;
    border-radius: 6px;
  }
}