/*
Theme Name: Viajar sin parar
Template:   twentytwentyfive
Version:    1.0
Description: Tema hecho con amor para el magnífico blog Viajar Sin Parar
Author: durmieu
Text Domain: viajarsinparar
*/

/* === CAJAS AFILIADOS === */

.caja_amazon_1 {
    border-radius: 10px;
    background: #FF9900;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.caja_decathlon_1 {
    border-radius: 10px;
    background: #3643BA;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.caja_booking_1 {
    border-radius: 10px;
    background: #003B95;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.post-grid-divider,
.post-grid-entry-meta {
    display: none;
}

.post-grid-content h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

/* === TARJETA VIAJERA === */

.tarjeta-viaje {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    filter: brightness(0.9);
}

.tarjeta-viaje .wp-block-cover__image-background {
    transition: transform 0.5s ease, filter 0.3s ease;
}

.tarjeta-viaje:hover .wp-block-cover__image-background {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.tarjeta-viaje a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.tarjeta-viaje h3 a {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 8px #000000;
}


\n\n.wp-element-caption {\n    font-size: 0.8rem;\n}\n
