.page-template-page-tuyendung-2025 article {
    padding: 15px;
}
.page-template-page-tuyendung-2025 .button-w-arrow {
    font-size: 14px !important;
}
.page-template-page-tuyendung-2025 .button-w-arrow:hover {
    background-color: #00a88e;
}


/* Main container styles (Mobile Base) */
.tuyen-dung-container {
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
    padding: 20px 15px;
}
.page-template-page-tuyendung-2025 article h2,
.tuyen-dung-container h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 500;
    color: #00a88e;
    width: fit-content;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.tuyen-dung-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Filter section styles (Mobile Base) */
.tuyen-dung-filter {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.filter-section {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-section h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.filter-item {
    margin-bottom: 10px;
}

.filter-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.filter-item input[type="checkbox"] {
    margin-right: 8px;
}

.filter-item .count {
    margin-left: 5px;
    color: #777;
    font-size: 12px;
}

/* Content section styles (Mobile Base) */
.tuyen-dung-content {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.tuyen-dung-search {
    margin-bottom: 20px;
    display: flex;
}

.tuyen-dung-search input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
}

.tuyen-dung-search button {
    padding: 12px 20px;
    background: #f8ae49;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
    outline: none;
}

.tuyen-dung-search button:hover {
    background: #00a88e;
}
.tuyen-dung-search button:focus { /* Added focus style */
    outline: 2px solid #00a88e;
    outline-offset: 2px;
}


/* Post item styles (Mobile Base) */
.tuyen-dung-post {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    box-shadow: 0 3px 16px rgba(10, 41, 100, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.tuyen-dung-thumbnail {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

.tuyen-dung-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}

/* Content area within post item - provides padding */
.tuyen-dung-post-content-area {
    padding: 15px;
    display: flex;
    flex-direction: column;
}



.tuyen-dung-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.3;
}

.tuyen-dung-content h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.tuyen-dung-content h3 a:hover,
.tuyen-dung-content h3 a:focus {
    color: #000;
}

.tuyen-dung-meta {
    margin-bottom: 10px;
    color: #666;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: center;
    background-size: 16px;
    font-size: 13px;
}
.tuyen-dung-meta.location {
    background-image: url(https://www.bravo.com.vn/wp-content/uploads/2022/12/location2.svg);
}
.tuyen-dung-meta.deadline {
    background-image: url(https://www.bravo.com.vn/wp-content/uploads/2022/12/time.svg);
}
.tuyen-dung-meta.luong {
    background-image: url(https://www.bravo.com.vn/wp-content/uploads/2022/12/salary.svg);
}
/*
.tuyen-dung-excerpt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}
*/
.tuyen-dung-more {
    display: inline-block;
    margin-top: 15px;
    align-self: flex-start;
    padding: 8px 15px;
    background-color: #f8ae49;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.3s;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
}
a.tuyen-dung-more {
    color: #FFF;
}
.tuyen-dung-more:hover,
.tuyen-dung-more:focus {
    background: #00a88e;
    color: #fff;
}

.hoatdong-content h4,
.hoatdong-content p.excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.hoatdong-content h4 {
    -webkit-line-clamp: 2;
    margin-top: 0;
    padding-top: 12px;
}
.hoatdong-content p.excerpt {
    -webkit-line-clamp: 3;
}
/* Pagination styles 
#tuyen-dung-pagination {
    margin-top: 30px;
    text-align: center;
}

.tuyen-dung-pagination-links {
    display: inline-block;
}

.tuyen-dung-page-link {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
}

.tuyen-dung-page-link:hover,
.tuyen-dung-page-link:focus {
    background: #e0e0e0;
    color: #333;
}

.tuyen-dung-page-link.current {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

.tuyen-dung-ellipsis {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    color: #999;
}
*/

/* No results message */
.tuyen-dung-no-results {
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 5px;
}

/* Loading indicator */
.loading {
    text-align: center;
    padding: 40px 0;
    color: #666;
}

/* --- Responsive styles (applying desktop styles from here up) --- */

/* Tablet and larger */
@media (min-width: 769px) {
    .tuyen-dung-post {
        flex-direction: row;
    }
    .tuyen-dung-thumbnail {
        flex: 0 0 210px;
        max-width: 210px;
        margin: 10px 10px 0 10px;
        width: auto;
    }

    .tuyen-dung-post-content-area {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    /* Wrapper for text content to take up space */
    .tuyen-dung-text-content {
        flex-grow: 1;
        margin-right: 20px;
    }

    /* Restored excerpt margin-bottom if it exists 
     .tuyen-dung-excerpt {
         margin-bottom: 15px;
     }
    */

     .tuyen-dung-more {
        position: static;
        margin-top: 0;
        margin-left: auto;
        align-self: flex-start;
        flex-shrink: 0;
        font-size: 13px;
        top: auto;
        right: auto;
        z-index: auto;
     }
}

/* Desktop and larger */
@media (min-width: 1024px) {
    body:not([class*=elementor-page-]) .site-main,
    .page-template-page-tuyendung-2025 article {
        padding-left: 5px;
        padding-right: 0;
    }
    .post-title {
        max-width: 975px;
    }
    .tuyen-dung-container {
         padding-left: 0;
         padding-right: 0;
     }
    .tuyen-dung-filter {
        flex: 0 0 25%;
        margin-bottom: 0;
    }
    .filter-section {
        padding-left: 0;
    }
    .tuyen-dung-content {
        flex: 0 0 75%;
    }
}