.rrhh-container{
    max-width:1100px;
    margin:auto;
    padding:50px 20px;
}

.rrhh-container h1{

    font-size:18px !important;

}


.rrhh-header{
    text-align:center;
    margin-bottom:45px;
}

.rrhh-header h1{
    font-size:42px;
    margin-bottom:10px;
}

.rrhh-header p{
    color:#666;
    font-size:18px;
}

.rrhh-job-list{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.rrhh-job-card{

    background:#fff;

    border-radius:14px;

    padding:28px;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    transition:.25s;

    border:1px solid #ececec;

}

.rrhh-job-card:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.rrhh-job-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    margin-bottom:18px;

}

.rrhh-job-card h2{
    
    font-size:30px !important;
    margin:0 0 8px;

}

.rrhh-job-card h2 a{

    text-decoration:none;

    color:#222;

}

.rrhh-company{

    color:#888;

}

.rrhh-meta{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin:20px 0;

    font-size:15px;

}

.rrhh-intro{

    color:#555;

    line-height:1.7;

}

.rrhh-button{

    background:#111;

    color:white;

    padding:12px 22px;

    border-radius:8px;

    text-decoration:none;

    white-space:nowrap;

}

.rrhh-button:hover{

    background:#333;

    color:white;

}


.rrhh-hero{

    background:linear-gradient(135deg,#0f172a,#1e293b);

    color:white;

    border-radius:18px;

    padding:70px 50px;

    text-align:center;

    margin-bottom:45px;

}

.rrhh-hero h1{

    font-size:42px !important;

    line-height:1.2;

    font-weight:700;

    margin:0 0 15px;

    color:#fff;

}

.rrhh-hero p{

    font-size:20px;

    opacity:.9;

    max-width:700px;

    margin:auto;

}

.rrhh-badge{

    display:inline-flex;

    align-items:center;

    padding:8px 14px;

    background:#f3f4f6;

    border:1px solid #e5e7eb;

    border-radius:999px;

    font-size:14px;

    color:#374151;

    font-weight:500;

}

.rrhh-filters{

    background:#fff;

    padding:25px;

    border-radius:18px;

    margin-bottom:40px;

    border:1px solid #eee;

}


.rrhh-filters form{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}


.rrhh-filters input,
.rrhh-filters select{

    padding:14px 16px;

    border-radius:10px;

    border:1px solid #ddd;

    font-size:15px;

    min-width:220px;

}


.rrhh-filters button{

    background:#111827;

    color:white;

    border:none;

    padding:14px 28px;

    border-radius:10px;

    cursor:pointer;

    font-weight:600;

}


.rrhh-filters button:hover{

    background:#374151;

}


.rrhh-results{

    margin-bottom:25px;

    font-size:18px;

    color:#555;

}


.rrhh-results strong{

    color:#111827;

}


.rrhh-clear{

    display:flex;

    align-items:center;

    padding:14px 20px;

    border-radius:10px;

    border:1px solid #ddd;

    text-decoration:none;

    color:#555;

    background:white;

}


.rrhh-clear:hover{

    background:#f3f4f6;

}

.rrhh-filters input{

    flex:1;

}


.rrhh-filters select{

    background:white;

    cursor:pointer;

}


.rrhh-filters{

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}