
.material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
      }

.glass-effect {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
      }

.faq-chip {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  line-height: 1.2;
  padding: 8px 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.faq-chip:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
}

.search-result {
  margin-top: 14px;
  min-height: 28px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.search-result.success {
  color: #14532d;
}

.search-result.error {
  color: #b91c1c;
}

.search-result.loading {
  color: #475569;
}

.search-result a {
  color: #0058be;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.search-result a:hover {
  color: #2170e4;
}

.search-result-card {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #c2c6d6;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.search-result-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #0b1c30;
  margin-bottom: 4px;
}

.search-result-meta {
  display: block;
  font-size: 14px;
  color: #475569;
}

.search-result {
  margin-top: 14px;
  min-height: 28px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.search-result-card {
  background: #ffffff;
  border: 1px solid #c2c6d6;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.search-result-list-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.search-result-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d7deea;
  flex-shrink: 0;
}

.search-result-body {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-size: 18px;
  font-weight: 700;
  color: #0b1c30;
  margin-bottom: 4px;
}

.search-result-meta {
  font-size: 14px;
  color: #475569;
  margin-bottom: 8px;
}

.search-result-preview {
  margin: 0 0 12px 0;
  padding-left: 18px;
  color: #334155;
  font-size: 15px;
}

.search-result-preview li {
  margin-bottom: 4px;
}

.search-result a,
.search-result-action {
  display: inline-block;
  background: #0058be;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.search-result a:hover,
.search-result-action:hover {
  background: #2170e4;
}

@media (max-width: 640px) {
  .search-result-list-card {
    flex-direction: column;
  }

  .search-result-thumb {
    width: 100%;
    height: 160px;
  }
}

/* =========================
   EDITOR STARS
========================= */

.input-with-link {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.row-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
  flex-shrink: 0;
}

.hidden-stars {
  display: none !important;
}

.item-star {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 2px;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #c9c9c9;
  appearance: none;
  -webkit-appearance: none;
}

.item-star:hover {
  transform: scale(1.08);
}

.item-star.filled {
  color: #ffc107;
}


/* =========================
   PREVIEW STARS
========================= */

.preview-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.preview-item-text {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.preview-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}

.preview-star {
  font-size: 16px;
  line-height: 1;
  color: #d2d2d2;
}

.preview-star.filled {
  color: #ffc107;
}


/* =========================
   MULTI-COLUMN PREVIEW
========================= */

.preview-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  width: 100%;
}


/* =========================
   MOBILE TWEAKS
========================= */

@media (max-width: 640px) {
  .input-with-link {
    gap: 4px;
  }

  .row-stars {
    margin-left: 4px;
  }

  .item-star {
    font-size: 17px;
  }

  .preview-item-content {
    gap: 8px;
  }

  .preview-stars {
    margin-left: 6px;
  }

  .preview-star {
    font-size: 15px;
  }

  .preview-col {
    gap: 6px;
  }
}

.date-column-input {
  min-width: 140px;
}

.icon-btn.active {
  background: #e8f0fe;
}

.preview-date {
  font-size: 0.9rem;
  color: #555;
  font-weight: 600;
  white-space: nowrap;
}