/**
 * Front-end Stylesheet for AtoZ AI Scheme Writer Posts
 * Matches the clean Indian Sarkari / Scheme Result portal layout
 */

/* Social Channel Banner */
.scheme-social-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 24px 0;
}

.scheme-social-banner .social-btn {
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.scheme-social-banner .social-btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #ffffff !important;
    border: 1px solid #1ebe57;
}

.btn-telegram {
    background-color: #0088cc;
    color: #ffffff !important;
    border: 1px solid #0077b5;
}

.social-action {
    background: rgba(255, 255, 255, 0.25);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Notice / Advisory Alert Box */
.scheme-notice-box {
    background-color: #fff9e6;
    border-left: 4px solid #f39c12;
    padding: 14px 18px;
    margin: 20px 0;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #5d4037;
}

/* Structured Scheme Tables */
.scheme-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 28px 0;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #d0d7de;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.scheme-table thead th {
    background-color: #0d6efd;
    color: #ffffff;
    text-align: left;
    padding: 12px 16px;
    font-weight: 700;
    border: 1px solid #0a58ca;
    letter-spacing: 0.3px;
}

.scheme-table tbody td {
    padding: 10px 16px;
    border: 1px solid #dee2e6;
    vertical-align: middle;
    color: #212529;
}

.scheme-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.scheme-table tbody tr:hover {
    background-color: #f1f3f5;
}

.scheme-table td:first-child {
    font-weight: 600;
    width: 38%;
    color: #333333;
}

/* Action Buttons inside Tables */
.scheme-btn {
    display: inline-block;
    background-color: #0d6efd;
    color: #ffffff !important;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    transition: background-color 0.2s ease;
}

.scheme-btn:hover {
    background-color: #0b5ed7;
}

/* Links table specific */
.links-table td:last-child {
    text-align: center;
}

/* Content Headings & Typography */
.entry-content h2,
.post-content h2 {
    margin-top: 30px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid #0d6efd;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.entry-content h3,
.post-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #2b2b2b;
}

.entry-content ul,
.post-content ul,
.entry-content ol,
.post-content ol {
    margin: 12px 0 20px 24px;
    line-height: 1.8;
}

.entry-content li,
.post-content li {
    margin-bottom: 6px;
}
