﻿/* ===== BELOW-THE-FOLD CSS - DEFERRED LOADING ===== */

/* Section Blocks */
.section-block-pro {
    margin: 35px 0;
}

.section-title-pro {
    font-size: 24px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}

.section-icon-pro {
    font-size: 28px;
}

/* Professional Tables */
.info-table-container {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.info-table-pro {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 15px;
}

    .info-table-pro thead {
        background: linear-gradient(135deg, #1A365D 0%, #2c5282 100%);
    }

        .info-table-pro thead th {
            color: #ffffff;
            font-weight: 600;
            padding: 15px;
            text-align: left;
            border: 1px solid #dee2e6;
        }

    .info-table-pro tbody tr {
        transition: background-color 0.2s ease;
    }

        .info-table-pro tbody tr:nth-child(even) {
            background: #f8f9fa;
        }

        .info-table-pro tbody tr:hover {
            background: #fff3e0;
        }

    .info-table-pro td {
        padding: 14px 15px;
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

.table-label-col {
    font-weight: 600;
    color: #1A365D;
    width: 40%;
}

.table-value-col {
    color: #2c3e50;
}

.vacancies-highlight-text {
    color: #FF6B35;
    font-weight: 700;
    font-size: 16px;
}

.last-date-highlight-text {
    color: #d32f2f;
    font-weight: 700;
}

.days-left-badge {
    color: #ff6b35;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.official-link-text {
    color: #FF6B35;
    text-decoration: none;
    font-weight: 600;
}

    .official-link-text:hover {
        color: #1A365D;
        text-decoration: underline;
    }

/* Buttons */
.btn-pro {
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border: 2px solid transparent;
}

.btn-apply-pro {
    background: #FF6B35;
    color: #ffffff;
    border-color: #FF6B35;
}

    .btn-apply-pro:hover {
        background: #ff5722;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
        color: #ffffff;
    }

.btn-download-pro {
    background: #1A365D;
    color: #ffffff;
    border-color: #1A365D;
}

    .btn-download-pro:hover {
        background: #0f2742;
        transform: translateY(-2px);
        color: #ffffff;
    }

.btn-official-pro {
    background: #ffffff;
    color: #1A365D;
    border-color: #1A365D;
}

    .btn-official-pro:hover {
        background: #1A365D;
        color: #ffffff;
    }

.btn-whatsapp-pro {
    background: #25d366;
    color: #ffffff;
    border-color: #25d366;
}

    .btn-whatsapp-pro:hover {
        background: #1ebe57;
        color: #ffffff;
    }

.btn-telegram-pro {
    background: #0088cc;
    color: #ffffff;
    border-color: #0088cc;
}

    .btn-telegram-pro:hover {
        background: #0077b3;
        color: #ffffff;
    }

.btn-apply-sidebar-pro:hover {
    background: #ff5722;
    transform: translateY(-2px);
    color: #ffffff;
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #ffffff;
}

/* Content Blocks */
.content-block-pro {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    line-height: 1.8;
}

    .content-block-pro ul,
    .content-block-pro ol {
        padding-left: 25px;
        margin: 15px 0;
    }

    .content-block-pro li {
        margin-bottom: 8px;
    }

/* Important Links Section */
.important-links-block {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 35px 0;
}

/* Footer Info */
.job-footer-disclaimer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.disclaimer-box {
    padding: 15px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #856404;
}

.social-channels-box {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
}

.channels-title-text {
    font-size: 18px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 15px;
}

.channel-buttons-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.channel-btn-pro {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.apply-deadline-text {
    margin-top: 15px;
    padding: 10px;
    background: #fff3cd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #856404;
    font-weight: 600;
}

/* Social Boxes */
.social-box-pro {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.social-box-whatsapp {
    background: #e8f5e9;
    color: #25d366;
}

    .social-box-whatsapp:hover {
        background: #25d366;
        color: #ffffff;
    }

.social-box-telegram {
    background: #e3f2fd;
    color: #0088cc;
}

    .social-box-telegram:hover {
        background: #0088cc;
        color: #ffffff;
    }

.social-box-pro i {
    font-size: 32px;
    margin-right: 15px;
}

.social-info-text {
    display: flex;
    flex-direction: column;
}

.social-name-text {
    font-weight: 600;
    font-size: 15px;
}

.social-action-text {
    font-size: 13px;
    opacity: 0.8;
}

/* Related Jobs */
.related-job-item-pro {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

    .related-job-item-pro:hover {
        background: #ffffff;
        border-color: #FF6B35;
        transform: translateX(5px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

.related-job-title-pro {
    font-size: 15px;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 6px;
    line-height: 1.4;
}

.related-job-org-pro {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 6px;
}

.related-job-date-pro {
    font-size: 12px;
    color: #FF6B35;
    font-weight: 600;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title-pro {
        font-size: 20px;
    }

    .table-label-col,
    .table-value-col {
        display: block;
        width: 100%;
    }

    .table-label-col {
        padding-bottom: 5px;
        border-bottom: 1px solid #dee2e6;
    }

    .table-value-col {
        padding-top: 10px;
    }

    .channel-buttons-row {
        flex-direction: column;
    }

    .channel-btn-pro {
        width: 100%;
        justify-content: center;
    }
}
