/*
Theme Name: Expedition Mallorca Child
Theme URI: 
Author: Anja Zoerner – Internet Houses™
Author URI: 
Description: Internet Houses™ Child Theme for Expedition Mallorca. A Full Site Editing (FSE) theme focused on semantic information architecture, editorial knowledge rooms, and Meaning-First web design.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: expedition-mallorca
Tags: 
*/

/* Expedition Mallorca – aktive Tage im Kalender */
.wp-block-calendar tbody a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.2rem;

    color: #000000;
    background: rgba(179, 156, 125, 0.16);
    border: 1px solid #000000;
    border-radius: 50%;

    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.wp-block-calendar tbody a:hover,
.wp-block-calendar tbody a:focus-visible {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    transform: scale(1.06);
}

.wp-block-calendar tbody a:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 3px;
}