/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.deluxe-mondkalender-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.mond-card {
    background: linear-gradient(145deg, #fdf6f0, #e0f7ff);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    padding: 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.mond-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.mond-date {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.mond-month {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

.mond-icon {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.mond-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FF4500;
    color: white;
    font-size: 0.75em;
    padding: 4px 8px;
    border-radius: 10px;
}

.mond-countdown {
    margin-top: 10px;
    font-size: 0.85em;
    color: #333;
}
