/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/
.job-list.v7 .job-title , .job-list.v6 .job-title{
    font-size: 17px;
    font-weight: 700;
    color: #001f47;
}
.job-list.v7 .type-job , .job-list.v7 .job-metas > div:not(.job-type) {
    padding: 5px 10px;
    font-size: 12px;
}
.testimonials-item.style11 {
    background: #ffffff;
}
.job-list.v7 .job-deadline > * {
    font-size: 15px;
    font-weight: 500;
}
.jobs-ordering-wrapper , .post-layout .top-info , .post-layout .readmore , form.form-superio-ppp , .results-filter-wrapper  {
    display: none;
}
.post-layout .entry-title {
    font-size: 17px;
    font-weight: 700;
}
.breadscrumb-inner.clearfix{
    text-align: left;
}
.breadscrumb-inner.clearfix h2.bread-title {
    color: white;
}
.apus-breadscrumb .breadcrumb .active , .apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active , .apus-breadscrumb .breadcrumb a {
    color: #ffffff;
}
.breadscrumb-inner.clearfix h2.bread-title {
    font-weight: bold;
}


@media (min-width: 767px) {
    .widget-features-box.quy_trinh_gia_nhap.style2 .item {
        position: relative;
    }
    .widget-features-box.quy_trinh_gia_nhap.style2 .item::after {
        content: "";
        position: absolute;
        top: 19%;
        right: -50%;
        width: 100%;
        height: 80px;
        background-image: url(https://workconnect.vn/wp-content/uploads/2026/01/unnamed-47.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
        pointer-events: none;
    }
    .widget-features-box.quy_trinh_gia_nhap.style2 .item:last-child::after {
        display: none;
    }
    
}

.custom-auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px; 
}
.custom-auth-buttons .btn-auth {
    padding: 14px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
}
.custom-auth-buttons .btn-login-outline {
    background-color: transparent;
    border: 1px solid #128B60; 
    color: #041E46; 
}

.custom-auth-buttons .btn-login-outline:hover {
    background-color: #eef4fd;
}
.custom-auth-buttons .btn-register-solid {
    background-color:#041E46; 
    border: 1px solid #041E46;
    color: #ffffff !important; 
    box-shadow: 0 4px 12px rgba(25, 103, 210, 0.2);
}

.custom-auth-buttons .btn-register-solid:hover {
    background-color: #128B60; 
    border-color: #1455b0;
    transform: translateY(-1px); 
}

.blog .layout-blog {
    width: 1320px !important;
}
.layout-blog .inner-bottom .entry-title a  {
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-detail-description h2 {
    font-size: 22px;
    font-weight: 700;
}
.post_layout h3.elementor-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
    margin-bottom: 10px;
    font-weight: bold;
}
.info-detail-job .job-detail-title{
    font-size: 28px;
    font-weight: 700;
    color: #001f47;
}
.sidebar-job .widget.has-content {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.job-detail-description {
    margin-top: -30px;
}
.job-detail-description {
    font-size: 16px;
    color: #3a3939;
}
nav.navigation.post-navigation {
    display: none;
}
.job-detail-description.job-detail-section{
    font-size: 16px;
}
h3.job-title-detail , .widget.releated-jobs .widget-title{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #001f47;
}
.job-detail-description.job-detail-section .wp-block-heading {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
}