/* Estilos generales */

.container-job-top {
    margin-top: -60px;
    width: 100%;
    box-shadow: 0 0 10px rgba(49, 49, 49, 0.80);
    flex-wrap: wrap;
}

.container-job {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}

.container-job-detail {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-job-detail-columns {
    display: flex;
    flex-wrap: wrap;
}
/* Barra vertical */
.vertical-bar {
    display: none;
}

.left-column {
    width: 100%;
    padding: 0;
    min-height: auto;
}

.left-column input, .left-column select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
}

.left-column input::placeholder {
    color: #aaa;
}

.left-column .rcrm-btn-search {
    text-align: center;
    border: none;
    cursor: pointer;
}

/* Estilos back-button */

.back-button {
    display: flex;
    color: #004887;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

/* Estilos para boton regresar e icono*/
.back-ico {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 5px;
}

.back-text {
    vertical-align: middle;
}

/* Estilos para formulario */

/* Secciones para formulario */

.container-job-form {
    display: flex;
    justify-content: center;
}

.right-column-form {
    flex:1;
}

.left-column-form {
    flex: 0 0 30%;
}

.container-job-form .left-column-form p {
    margin: 0;
    font-size: 0.8em;
}

.container-job-form .left-column-form h4 {
    margin-bottom: 0;
}
.search-form-container {
    margin-top: 30px;
}

.search-row {
    display: flex;
    align-items: center;
}

.rcrm-btn-search {
    background-color: #004887;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    margin-left: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.rcrm-btn-search:hover {
    background-color: #003366;
}

.rcrm-btn-search .search-icon {
    filter: brightness(0) invert(1);
}

.search-icon {
    width: 24px;
    height: 24px;
}

/* Estilos para el contenedor del select */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
/* Flecha utilizando un pseudo-elemento */
.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 20px; /* Ajusta la posición horizontal */
    top: 50%;    /* Centra verticalmente */
    transform: translateY(-50%); /* Ajusta la posición vertical */
    pointer-events: none; /* Permite hacer clic en el select */
    color: rgb(64, 77, 96); /* Color de la flecha */
    font-size: 16px; /* Tamaño de la flecha */
}

/* Mensajes de alerta */

.alert-message {
    background-color: #fff4e5; /* Fondo amarillo pastel */
    color: #5c5c5c; /* Texto gris oscuro */
    padding: 10px 20px; /* Espacio interno */
    border-radius: 5px; /* Bordes sutilmente redondeados */
    border-left: 5px solid #ffc107; /* Línea decorativa en el borde izquierdo */
    font-family: Arial, sans-serif; /* Tipografía */
    font-size: 15px; /* Tamaño de fuente */
    margin: 15px 0; /* Espacio superior e inferior */
}

.success-message {
    background-color: #e8f5e9; /* Fondo verde claro */
    color: #2e7d32; /* Texto verde oscuro */
    padding: 10px 20px; /* Espacio interno */
    border-radius: 5px; /* Bordes sutilmente redondeados */
    border-left: 5px solid #66bb6a; /* Línea decorativa en el borde izquierdo */
    font-family: Arial, sans-serif; /* Tipografía */
    font-size: 15px; /* Tamaño de fuente */
    margin: 15px 0; /* Espacio superior e inferior */
  }


/* Estilos para el input y el select */

.ubicacion-select {
    width: 100%;
    padding: 8px 10px;
    padding-right: 40px; /* Añade espacio para la flecha */
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: transparent; /* Transparente para mostrar el fondo del contenedor */
    font-size: 16px;
    color: rgb(64, 77, 96);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none; /* Para Safari y Chrome */
    -moz-appearance: none;    /* Para Firefox */
    cursor: pointer; /* Cambia el cursor al pasar sobre el select */
}

.search-input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-style: normal;
    color: rgb(64, 77, 96);
}

/* Estilos para el placeholder del input */
.search-input::placeholder {
    color: #aaa;
    font-style: normal;
}

/* Estilos para la opción placeholder del select */
.ubicacion-select option[disabled] {
    color: rgb(64, 77, 96);
    font-style: normal;
}

/* Asegurar que el texto seleccionado en el select tenga el color correcto */
.ubicacion-select {
    color: rgb(64, 77, 96);
}
/* Fin Estilos para formulario */

/* Barra superior del buscador (derecha de la paginación) */
.rcrm-top-bar {
    display: flex;
    margin-bottom: 12px;
}

.rcrm-search-form {
    width: 100%;
    max-width: 420px;
}

/* Estilos para Columna Derecha */
.left-column .divider {
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    margin: 10px 0;
}

.right-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Estilos para el mensaje de carga */
.loading-message {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.job-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.job-main p {
    margin-top: 0;
    margin-bottom: 0;
}

.right-column h3, .right-column p {
    margin: 0px;
}

/* Listado de trabajos */
ul.job-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-list li, .right-column ul li {
    background-color: #ffffff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.job-list li:hover, .right-column ul li:hover {
    background-color: #004887;
    box-shadow: 0 4px 14px rgba(0, 72, 135, 0.35);
}

/* Icono maletín en caja azul claro */
.job-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #dbeeff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease;
}

.job-list li:hover .job-icon-wrap,
.right-column ul li:hover .job-icon-wrap {
    background-color: rgba(255, 255, 255, 0.15);
}

.job-icon-wrap .job-icon {
    width: 26px;
    height: 26px;
    transition: filter 0.25s ease;
}

.job-list li:hover .job-icon-wrap .job-icon,
.right-column ul li:hover .job-icon-wrap .job-icon {
    filter: brightness(0) invert(1);
}

.job-info, .right-column ul li .job-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.job-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.job-info h2, .right-column ul li h2 {
    font-size: 15px;
    color: #004887;
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.job-list li:hover .job-info h2,
.right-column ul li:hover h2 {
    color: #ffffff;
}

.job-id {
    font-size: 13px;
    color: #004887 !important;
    margin: 0 !important;
    font-weight: 600;
    transition: color 0.25s ease;
}

.job-list li:hover .job-id,
.right-column ul li:hover .job-id {
    color: #ffffff !important;
}

.job-location {
    font-size: 13px;
    color: #444;
    margin: 0 !important;
    transition: color 0.25s ease;
}

.job-list li:hover .job-location,
.right-column ul li:hover .job-location {
    color: rgba(255, 255, 255, 0.9);
}

.job-pub-date {
    font-size: 11px;
    color: #777;
    margin: 4px 0 0 !important;
    font-weight: normal;
    background: none;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.job-list li:hover .job-pub-date,
.right-column ul li:hover .job-pub-date {
    color: rgba(255, 255, 255, 0.7);
}

.right-column ul li img {
    width: 35px;
}

/* Botón SOLICITAR */
.rcrm-btn-solicitar {
    background-color: #004887;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    border: 0;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    transition: background-color 0.25s ease;
    white-space: nowrap;
    display: inline-block;
}

.job-list li:hover .rcrm-btn-solicitar,
.right-column ul li:hover .rcrm-btn-solicitar {
    background-color: #ffffff;
    color: #004887;
}

.rcrm-btn-solicitar:hover {
    background-color: #003366;
    color: white;
}

.job-list li:hover .rcrm-btn-solicitar:hover,
.right-column ul li:hover .rcrm-btn-solicitar:hover {
    background-color: #e6f0ff;
    color: #004887;
}

.job-list li .button, .right-column ul li .button, .button.primary {
    background-color: #c22e37;
    color: white;
    padding: 2px 15px;
    border-radius: 50px;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.button.aplicar {
    background-color: #c22e37;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: large !important;
    border:0px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.job-list li .button:hover, .right-column ul li .button:hover {
    background-color: #c22e37;
}

.job-actions-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Estilos para sección jobs detail*/
.left-column-jobs-detail {
    flex: 0 0 75%;
    padding: 20px 20px 0 0;
    min-height: 200px;
}

.right-column-jobs-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.container-job-detail {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    display: inline-block;
    gap: 20px;
    align-items: flex-start;
    box-sizing: border-box;
}

.job-header {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.job-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.button.secondary {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #e7e7e7;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.job-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    margin: 10px 0;
}

.job-sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
}

.social-link {
    margin-right: 10px;
    font-size: 18px;
    color: #666;
}

.social-link:hover {
    color: #004887;
}

.top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    height: 180px;
    margin-top: -240px;
}

.img-left {
    flex: 0 0 30%; /* Ocupa el 30% del ancho */
}

.img-left img {
    max-width: 60% !important;
    height: auto;
    margin-left: 100px;
}

.top-title-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-title {
    color: white !important;
    font-size: 1.5em !important;
    margin: 0;
    padding-left: 10px; /* Espacio para separar del borde izquierdo */
    font-weight: bold;
}

.job-title-detail {
    text-transform: uppercase;
    color: #004887;
}

/* Estilo para el spinner */
.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #004887; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto; /* Centrar el spinner */
}

/* Estilo ventana modal - aplicacion exitosa */
.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Estilos para seccion Detalle, en pagina detail-job */
.details-section {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px; 
    color: #8f8f8f;
}
  
.details-section h2 {
    font-size: 1.1em !important;
    color: #8f8f8f !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}
  
.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
  
.detail-item i {
    font-size: 2em;
    margin-right: 15px;
    color: #999;
}
  
.detail-item h3 {
    margin: 0;
    font-size: 0.8em;
    color: #666;
}
  
.detail-item p {
    margin: 0;
    font-size: 0.9em;
    color: #333;
}

/* Iconos Detail */

.icon-crm {
    width: 25px;  /* Ajusta el tamaño del ícono según necesites */
    height: 25px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-categoria {
    background-image: var(--rcrm-icon-categoria);
}

.icon-sector {
    background-image: var(--rcrm-icon-sector);
}

.icon-jornada {
    background-image: var(--rcrm-icon-jornada);
}

.icon-nivel {
    background-image: var(--rcrm-icon-nivel);
}


/* Estilos para formulario de aplicación */
.form-group {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
}
.form-row .form-group label {
    padding-bottom: 5px;
    font-size: 14px;
}
.form-row .form-group input {
    width: 100%;
    padding: 14px;
    margin-top: 2px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
}

.form-row .form-group input::placeholder {
    color: #aaa;
}

.container-job-main {
    display: flex;
    flex-direction: column;
}

/* Selecciona solo el input file dentro de .right-column-form */
.right-column-form .custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: black; /* Cambia el color del texto a negro */
    background-color: #aaa; /* Cambia el color del botón a #aaa */
    border-radius: 25px; /* Borde más redondeado */
    cursor: pointer;
    font-size: 16px;
    border: none;
    width: 100%; /* Ocupa el 100% del ancho */
    box-sizing: border-box;
    margin: 0;
    line-height: normal;
}

.right-column-form .custom-file-upload .icon-left {
    width: 24px; /* Ajusta el tamaño del ícono */
    height: 24px;
    margin-right: 10px; /* Espacio entre el ícono y el texto */
}
.form-row-full {
    width: 100%;
}
  
/* Cambiar el color cuando se pasa el mouse por encima */
.right-column-form .custom-file-upload:hover, .button.aplicar:hover {
    background-color: #97abc1;
    color:#333;
    cursor: pointer;
}
  
/* Ocultar el input file real */
.right-column-form input[type="file"] {
   display: none;
}

.file-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #888;
}
  
.dashed-divider {
    border-top: 2px dashed #ccc;
    margin: 20px auto;  /* 'auto' en los márgenes horizontales centra el divisor */
    width: 100%;         /* El divisor ocupará el 80% del ancho del contenedor */
}

  
/* Estilo del span para mostrar el nombre del archivo seleccionado */
.right-column-form #file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
  

/* Fin Estilos para formulario de aplicación*/

/* =====================================================
   RESPONSIVE - TABLETS (max-width: 768px)
   ===================================================== */
@media (max-width: 768px) {

    /* --- Top Section (header con logo + texto) --- */
    .top-section {
        padding: 30px 20px;
        border-radius: 0 0 30px 30px;
    }

    .top-section .top-section-img-left .image-container img {
        max-width: 180px;
    }

    /* font-size y max-width del top-section-text los controla el admin (style tag en template) */

    .top-detail-jobs-tile {
        font-size: 22px !important;
        max-width: 100%;
        text-align: center;
    }

    /* --- Top Title (detalle, con margin negativo) --- */
    .top-title {
        margin-top: -60px;
        height: auto;
        flex-direction: column;
        padding: 15px;
    }

    .img-left {
        flex: 0 0 auto;
    }

    .img-left img {
        margin-left: 0 !important;
        max-width: 50% !important;
    }

    /* --- Listado: columna única --- */
    .container-job {
        padding: 15px;
    }

    /* --- Items del listado de jobs (AJAX) --- */
    .job-list li, .right-column ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .job-info, .right-column ul li .job-info {
        width: 100%;
    }

    .job-actions-list {
        align-self: center;
    }

    .rcrm-btn-solicitar {
        align-self: center;
    }

    /* --- Detalle de empleo --- */
    .container-job-detail {
        padding: 15px;
    }

    .container-job-detail-columns {
        flex-direction: column;
    }

    .left-column-jobs-detail {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }

    .right-column-jobs-detail {
        width: 100%;
        margin-top: 20px;
    }

    .job-actions {
        flex-direction: column;
    }

    .button.primary, .button.secondary {
        width: 100%;
        text-align: center;
    }

    .job-main, .job-sidebar {
        flex: 100%;
        padding: 15px;
    }

    /* --- Formulario de aplicación --- */
    .container-job-form {
        flex-direction: column;
    }

    .left-column-form {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .right-column-form {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .button.aplicar {
        width: 100%;
        box-sizing: border-box;
    }

    /* --- General --- */
    .back-button {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .job-title {
        font-size: 22px !important;
        margin-bottom: 10px;
    }
}

/* Estilos para la sección superior */
.top-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--rcrm-bg-top);
    padding: 40px 30px;
    box-sizing: border-box;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(49, 49, 49, 0.80);
    background-position: center;
    background-size: cover;
    border-radius: 0 0 40px 40px;
}

.top-section .top-section-img-left {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.top-section .top-section-img-left .image-container {
    background: none;
    border-radius: 0;
    padding: 0;
}

.top-section .top-section-img-left .image-container img {
    max-width: 250px;
    height: auto;
    display: block;
}

.top-section .top-title-right {
    text-align: center;
}

.top-section .top-title-right .top-section-text {
    margin: 0;
    text-align: center;
    color: white;
}

.top-section .top-title-right .top-section-text strong {
    font-weight: bold;
}

.top-detail-jobs-tile {
    color: white !important;
    font-size: 30px !important;
    line-height: normal;
    max-width: 65%;;
}


/* =====================================================
   RESPONSIVE - TABLETS (769px - 1024px)
   ===================================================== */
@media (min-width: 769px) and (max-width: 1024px) {

    .top-section .top-section-img-left .image-container img {
        max-width: 200px;
    }

    .top-section .top-title-right .top-section-text {
        font-size: 16px;
        max-width: 70%;
    }

    .top-detail-jobs-tile {
        font-size: 26px !important;
        max-width: 80%;
    }

    .container-job {
        padding: 20px;
    }

    .left-column-jobs-detail {
        flex: 0 0 65%;
    }

    .form-group {
        width: 50%;
    }

    .job-title {
        font-size: 28px;
    }

    .job-actions {
        flex-direction: row;
        justify-content: space-between;
    }

    .button.primary, .button.secondary {
        width: 45%;
    }

    .job-sidebar {
        padding: 20px;
    }

    .top-title {
        height: 180px;
    }

    .img-left img {
        margin-left: 30px !important;
    }
}

/* =====================================================
   RESPONSIVE - SMARTPHONES (max-width: 480px)
   ===================================================== */
@media (max-width: 480px) {

    /* --- Top Section --- */
    .top-section {
        padding: 20px 15px;
        border-radius: 0 0 24px 24px;
    }



    .top-section .top-section-img-left .image-container img {
        max-width: 140px;
    }



    .top-detail-jobs-tile {
        font-size: 18px !important;
    }

    /* --- Contenedores principales --- */
    .container-job {
        padding: 10px;
        gap: 15px;
    }

    .container-job-detail {
        padding: 10px;
    }

    /* --- Buscador --- */
    .search-form-container {
        margin-top: 15px;
    }

    .search-input, .ubicacion-select {
        font-size: 14px;
        padding: 6px 10px;
    }

    /* --- Items del listado --- */
    .job-info h2, .right-column ul li h2 {
        font-size: 14px;
    }

    .job-info p, .right-column ul li p {
        font-size: 12px;
    }

    .right-column ul li img {
        width: 28px;
    }

    /* --- Detalle de empleo --- */
    .details-section {
        padding: 15px;
    }

    .detail-item h3 {
        font-size: 0.7em;
    }

    .detail-item p {
        font-size: 0.8em;
    }

    /* --- Formulario --- */
    .form-row .form-group input {
        padding: 10px;
        font-size: 13px;
    }

    .form-row .form-group label {
        font-size: 13px;
    }

    .button.aplicar {
        padding: 12px 20px;
        font-size: 14px !important;
    }

    .right-column-form .custom-file-upload {
        font-size: 14px;
        padding: 8px 15px;
    }

    /* --- Modal --- */
    .modal-content {
        margin: 0 15px;
        padding: 15px;
    }

    .spinner {
        width: 40px;
        height: 40px;
        border-width: 5px;
    }
}

/* =====================================================
   PAGINACIÓN
   ===================================================== */

.rcrm-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 16px 0;
}

.rcrm-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    line-height: 1;
}

.rcrm-page-btn:hover:not([disabled]):not(.active) {
    background: #f0f4f8;
    border-color: #004887;
    color: #004887;
}

.rcrm-page-btn.active {
    background: #004887;
    border-color: #004887;
    color: #fff;
    cursor: default;
}

.rcrm-page-btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

.rcrm-prev,
.rcrm-next {
    font-size: 12px;
    padding: 0 12px;
}

.rcrm-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 36px;
    color: #999;
    font-size: 14px;
}

@media (max-width: 480px) {
    .rcrm-page-btn {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
        padding: 0 8px;
    }

    .rcrm-prev,
    .rcrm-next {
        padding: 0 8px;
    }
}

