/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.job-title-primary {
    color: #24b9d7;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}

.job-detail-wrapper {
    max-width: 800px;
    width: 100%;
}

.card.job-card {
    border: 1px solid #dee2e6;
    border-left: 5px solid #00e1ff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background-color: #ffffff;
    transition: transform 0.2s ease-in-out;
}

.card.job-card:hover {
    transform: scale(1.01);
}

.card.job-card h4 {
    margin-top: 25px;
    font-weight: bold;
    color: #333;
}

.card.job-card p {
    margin-bottom: 8px;
    color: #444;
}

.btn-apply-now {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 6px;
    background-color: #24b9d7;
    color: white;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 204, 255, 0.2);
    text-decoration: none;
}

.btn-apply-now:hover {
    background-color: #0077aa;
    color: white;
}

.btn-view-now-application-career-page,
.btn-apply-now-career-page {
    display: inline-block;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 10px;
}

.btn-apply-now-career-page {
    background-color:#24b9d7;
    color: #fff;
    border: none;
}

.btn-apply-now-career-page:hover {
    background-color: #24d7bf;
    color: #fff;
}

.btn-view-now-application-career-page {
    background-color: #f8f9fa;
    color: #24b9d7;
    border: 1px solid #24b9d7;
}

.btn-view-now-application-career-page:hover {
    background-color: #e2e6ea;
    color:#24b9d7;
}

.job-card ul,
.job-card ol {
    list-style: disc;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
}

.job-card li {
    margin-bottom: 0.5rem;
}
