/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    aspect-ratio: 1;
    text-align: left;
    padding: .5em;
}

/* Estilos para las animaciones de Olentzero */
.olentzero-animation {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 10 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.olentzero-animation svg {
    /* max-width: 80%;
    max-height: 80%; */
    width: auto;
    height: auto;
}

/* Asegurar que los elementos bookable tengan position relative */
.bookable {
    position: relative !important;
}

/* Mejorar la visibilidad de los días con animación */
.bookable-range .ui-state-active .olentzero-animation,
.bookable:hover .olentzero-animation {
    transform: scale(1.1);
    transform-origin: bottom;
    transition: transform 0.2s ease;
}
