/*
Theme Name: Talleresqueral Child
Theme URI: https://www.talleresqueral.com
Description: Tema hijo para Automotive theme con mejoras de accesibilidad
Author: Clicacs
Author URI: https://clicacs.com
Template: automotive
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
Text Domain: talleresqueral-child
Domain Path: /languages
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('../automotive/style.css');

/* Skip link (enlace saltar al contenido) */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Mejorar contraste de botones prev/next */
.bx-prev,
.bx-next {
    background-color: rgba(199, 8, 27, 1) !important;
}

.bx-prev:hover,
.bx-next:hover {
    background-color: rgba(199, 8, 27, 0.8) !important;
}

/* Paginación: background color */
.pagination li a {
    background-color: rgba(199, 8, 27, 1) !important;
    color: rgb(255, 255, 255) !important;
}

.pagination li a:hover {
    background-color: rgba(199, 8, 27, 0.8) !important;
}