/*
 * pcboy – Einzelveranstaltung: SITE-CUSTOM CSS
 * ------------------------------------------------------------
 * Diese Datei ist absichtlich separat.
 * Hier können pro Website Farben, Hintergrund, Schatten usw.
 * angepasst werden, ohne die technische Layout-Datei anzufassen.
 */

body.single-tribe_events {
    --pcboy-single-accent: #7d9300;
}

/* Seitenhintergrund – standardmäßig neutral / transparent */
body.single-tribe_events,
body.single-tribe_events #primary {
    background: transparent !important;
}

/* Weiße Hauptbox: kein Schatten, keine "Karte" */
body.single-tribe_events .tribe-events-single {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/*
 * Falls eine Website später doch wieder eine Karte haben soll:
 *
 * body.single-tribe_events .tribe-events-single {
 *     background: #fff !important;
 *     box-shadow: 0 6px 24px rgba(0,0,0,.08) !important;
 *     border-radius: 8px !important;
 * }
 */

/* Datumskachel – gleiche Bildsprache wie Listenansicht */
body.single-tribe_events .pcboy-single-date-tile {
    border-color: var(--pcboy-single-accent) !important;
}

body.single-tribe_events .pcboy-single-date-tile__month {
    background: var(--pcboy-single-accent) !important;
}

/* Beitragsbild */
body.single-tribe_events .pcboy-single-featured-image {
    background: #eef1f2;
}
