﻿/*Mustafa CSS File*/


/*Item Master*/
/*Item Master Card Section*/
.mCard-Header-Title {
    color: var(--Title-Color);
    margin: 0px;
    font-weight: 500;
    display: inline-block;
}

    
.mHeight275 {
    height: 275px;
}

.mRequired {
    color: var(--CR);
}
/*END*/
    

/*Job Screen*/
/*Job Hiring Card Section*/
/* Job Hiring Card Section */



.job-poster-container {
    max-width: 450px;
    height: 650px;
    background-color: #fff;
}

.job-overlay-content {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.job-title-block {
    margin-bottom: 2rem;
}

.tiny-list {
    font-size: 11px;
    line-height: 1.4;
}

    .tiny-list li:last-child {
        margin-bottom: 0;
    }

.object-cover {
    object-fit: cover;
}

@media (max-width: 768px) {
    .job-poster-container {
        height: auto;
    }

    .job-overlay-content {
        padding: 1.5rem;
    }
}

.btn-primary {
    transition: transform 0.2s, box-shadow 0.2s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

/*

.job-poster-container {
    max-width: 450px;  
}

.job-title-block {
    margin-bottom: 160px !important;
}

.tiny-list {
    font-size: 11px;
}
        .tiny-list li:last-child {
            margin-bottom: 0;
        }

@media (max-width: 768px) {
    .overlay-content {
        padding: 1.5rem !important;
    }
}

.btn-primary {
    transition: transform 0.2s, box-shadow 0.2s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }*/


/*END*/

