/* ############# EMPLEOS LIST ############### */
.empleos .cabecera-lista {
    color: #00a3d4;
}

.empleos .empleo-sign {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    line-height: 36px;
    color: #00a3d4 !important;
}

.empleos .titulo-empleo {
    font-size: 20px;
}

.empleos #empleosAccordion button {
    cursor: pointer;
}

.empleos #empleosAccordion button:hover,
.empleos #empleosAccordion button:active {
    background-color: #f8f9fa !important;
    /* bg-light */
}

.empleos #empleosAccordion button:focus {
    outline: 0;
    background-color: #f8f9fa !important;
}

/* Alto fijo del bloque desplegado (lado izquierdo) + fade abajo */
.empleos .empleo-preview {
    position: relative;
    max-height: 475px;
    overflow: hidden;
}

/* Gradiente “fade” al final */
.empleos .empleo-preview:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0), rgba(248, 249, 250, 1));
}

.empleos .btn-outline-primary {
    text-transform: uppercase;
    border-color: #00a3d4;
    color: #00a3d4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.empleos .btn-outline-primary:hover {
    border-color: #00a3d4;
    background-color: #00a3d4;
    color: #ffffffff;
}

.empleos .btn-primary {
    text-transform: uppercase;
    border: 1px solid #00a3d4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.empleos .empleos-sort-link {
    color: #00a3d4;
    text-decoration: none;
}
.empleos .empleos-sort-link:hover {
    text-decoration: none;
}

.empleos .empleos-sort-icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
    opacity: .35;
}
.empleos .empleos-sort-icon .up,
.empleos .empleos-sort-icon .down {
    display: block;
    line-height: 10px;
}

.empleos .empleos-sort-icon.active {
    opacity: 1;
}






/* ############# EMPLEO SINGLE ############### */
.empleo-single .empleo-topbar {
        margin-top: -20px;
}

/* Topbar */
.empleo-single .empleo-topbar {
    background: #00a3d4;
}

/* Jerarquía tipo Lidl (imagen 2) */
.empleo-single .empleo-topbar h1 {
    font-size: 28px;
    font-weight: 700;
}

.empleo-single .meta-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.empleo-single .meta-value {
    font-size: 15px;
    line-height: 1.45;
}


.empleo-single .empleo-meta-icon svg {
    width: 30px;
    height: 30px;
}

/* Acciones (derecha) */
.empleo-single .empleo-actions {
    white-space: nowrap;
}

.empleo-single .empleo-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #0b3d57;
}

.empleo-single .empleo-action svg {
    width: 30px;
    height: 30px;
    display: block;
}

.empleo-single .empleo-action:hover,
.empleo-single .empleo-action:focus {
    text-decoration: none;
    background: rgba(255, 255, 255, .25) !important;
    outline: 0;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #00a3d4;
    color: #00a3d4;
}

.upload-field label {
    line-height: 30px !important;
}

.form-control,
.custom-select {
    border-color: #00a3d4; 
}

@media screen and (max-width: 767px) {
    label {
        width: 100%;
    }
}
