/*
Theme Name:   Florial Child
Theme URI:    https://www.memoriesflowershopandgifts.com/
Author:       Daniel Aleman
Description:  Florial Child Theme
Author URI:   https://www.danielgockel.com/
Template:     florial
Version:      1.0.0
*/

/* Hier kannst du zusätzliche CSS-Regeln hinzufügen */

.bwp-header .wpbingoLogo img {
    max-width: 200px;
}

.item-ocasion {
    cursor: pointer;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9; /* Hintergrundfarbe für bessere Sichtbarkeit */
    border-radius: 5px; /* Leichte Abrundung der Ecken */
}

.item-ocasion:hover {
    background-color: #e0e0e0; /* Hintergrundfarbe bei Hover */
}

.ocasion-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none; /* Entfernt die Standard-Unterstreichung des Links */
}

.ocasion-name {
    flex-grow: 1;
    color: #333;
}

.ocasion-count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f1f1f1;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #333;
}

