/*
Theme Name: Future Tech Spot
Theme URI: https://futuretechspot.info/
Author: Future Tech Spot
Description: A sleek dark tech magazine WordPress theme with purple/blue gradients, category filters, and modern card layouts.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: futuretechspot
Tags: blog, news, magazine, dark, technology, custom-menu, featured-images
*/
*,
::after,
::before {
  border-color: #1e1e2e;
}
ul{
  list-style: disc;
}

/* ── Table Styling ────────────────────────────────────── */
.fts-prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.5rem 0;
  background: #13131c;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1e1e2e;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.fts-prose th,
.fts-prose td {
  padding: 1.125rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #1e1e2e;
  color: #e2e8f0;
}

.fts-prose th {
  background: rgba(255,255,255,0.03);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #8b5cf6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #1e1e2e;
}

.fts-prose tr:last-child td {
  border-bottom: none;
}

.fts-prose tr:hover td {
  background: rgba(124,58,237,0.08);
}

.fts-prose td {
  font-size: 0.95rem;
  line-height: 1.6;
  transition: background 0.2s ease;
}