/*
 Theme Name:   Biscuit Bar Theme
 Theme URI:    https://git.curtistinkers.com/ross-brands/biscuitbar-wptheme
 Description:  A custom WordPress theme for Biscuit Bar website.
 Author:       curtistinkers
 Author URI:   https://curtistinkers.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      MIT
 Tags:         blog, dark, light, accessibility-ready, one-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
 Text Domain:  biscuitbar-wptheme
*/

/* Calendar Styles Overrides */
.simcal-day .simcal-day-label {
    background-color: var(--wp--preset--color--accent-2) !important;
}

.simcal-day-has-events .simcal-day-label {
    background-color: var(--wp--preset--color--contrast) !important;
    color: var(--wp--preset--color--white) !important;
}

.simcal-today .simcal-day-label {
    background-color: var(--wp--preset--color--accent-1) !important;
    color: var(--wp--preset--color--white) !important;
}

.simcal-today > div {
    border: 1px solid var(--wp--preset--color--accent-1) !important;
}

/* Next Pop-Up Event Display Styles */
.next-pop-up-event-display > p,
.next-pop-up-event-display .simcal-default-calendar-list p.simcal-align-right,
.next-pop-up-event-display dt.simcal-day-label,
.next-pop-up-event-display li.simcal-event .simcal-event-title,
.next-pop-up-event-display li.simcal-event div.simcal-event-details p br:first-of-type {
    display: none !important;
}

.next-pop-up-event-display > div.simcal-calendar {
    margin-top: 0.5rem;
    padding: 0 !important;
}

.next-pop-up-event-display p.simcal-align-right,
.next-pop-up-event-display dl.simcal-events-list-container,
.next-pop-up-event-display ul.simcal-events,
.next-pop-up-event-display li.simcal-event {
    margin: 0 !important;
    padding: 0 !important;
}
