/* Gujarat Fatafat Scraper - style.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

/* ── Wrapper ─────────────────────────────────────────── */
.gujaratfatafat-container {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px 32px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* ── Hide all junk ───────────────────────────────────── */
.gujaratfatafat-container nav,
.gujaratfatafat-container .menu,
.gujaratfatafat-container header,
.gujaratfatafat-container footer,
.gujaratfatafat-container .site-header,
.gujaratfatafat-container .site-footer,
.gujaratfatafat-container .site-branding,
.gujaratfatafat-container img,
.gujaratfatafat-container .wp-block-navigation {
    display: none !important;
}

/* ── General headings ────────────────────────────────── */
.gujaratfatafat-container h1,
.gujaratfatafat-container h2,
.gujaratfatafat-container h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #15803d;
    margin: 16px 0 8px;
}

/* ── Paragraphs / text ───────────────────────────────── */
.gujaratfatafat-container p {
    color: #374151;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

/* ── Links disabled ──────────────────────────────────── */
.gujaratfatafat-container a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

/* ══════════════════════════════════════════════════════
   TABLE STYLES — matching the screenshot exactly
   ══════════════════════════════════════════════════════ */

.gujaratfatafat-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 18px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    table-layout: fixed;
}

/* ── Row 1: Date header — dark green ─────────────────── */
.gujaratfatafat-container table tr:nth-child(1) td,
.gujaratfatafat-container table tr:nth-child(1) th {
    background: #1a7a3f !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 12px 8px;
    border: none !important;
    letter-spacing: 0.3px;
}

/* ── Row 2: Baji numbers (1–8) — pink/crimson ────────── */
.gujaratfatafat-container table tr:nth-child(2) td,
.gujaratfatafat-container table tr:nth-child(2) th {
    background: #d63060 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    padding: 10px 4px;
    border: none !important;
}

/* Today's table: baji row is blue (first entry of the day) */
.gujaratfatafat-container table:first-of-type tr:nth-child(2) td,
.gujaratfatafat-container table:first-of-type tr:nth-child(2) th {
    background: #2563eb !important;
}

/* ── Row 3: 3-digit results ───────────────────────────── */
.gujaratfatafat-container table tr:nth-child(3) td {
    background: #ffffff !important;
    color: #111 !important;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    padding: 11px 4px;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-left: none !important;
    border-right: none !important;
}

/* ── Row 4: Single digit results ─────────────────────── */
.gujaratfatafat-container table tr:nth-child(4) td {
    background: #f0fdf4 !important;
    color: #111 !important;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    padding: 11px 4px;
    border-top: 1px solid #d1fae5 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

/* ── Any extra rows fallback ─────────────────────────── */
.gujaratfatafat-container table tr:nth-child(n+5) td {
    background: #fff;
    color: #111;
    text-align: center;
    padding: 9px 4px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */
@media (max-width: 600px) {
    .gujaratfatafat-container {
        padding: 6px 6px 24px;
    }

    .gujaratfatafat-container table tr:nth-child(1) td,
    .gujaratfatafat-container table tr:nth-child(1) th {
        font-size: 0.85rem;
        padding: 10px 4px;
    }

    .gujaratfatafat-container table tr:nth-child(2) td,
    .gujaratfatafat-container table tr:nth-child(2) th {
        font-size: 0.8rem;
        padding: 8px 2px;
    }

    .gujaratfatafat-container table tr:nth-child(3) td,
    .gujaratfatafat-container table tr:nth-child(4) td {
        font-size: 0.82rem;
        padding: 8px 2px;
    }
}

/* ── Error / fallback box ────────────────────────────── */
.gujff-error-box {
    background: #fff8f0;
    border: 2px solid #f59e0b;
    border-radius: 10px;
    padding: 20px 24px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin: 16px 0;
}
.gujff-error-box p {
    color: #92400e;
    margin: 0 0 8px;
    font-size: 0.95rem;
}
.gujff-error-box button {
    margin-top: 10px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.gujff-error-box button:hover {
    background: #15803d;
}