/* Event detail labels (When, Location, Registration) */
.WaGadgetEvents .EventInfo td.label,
.WaGadgetEvents .EventInfo .label,
.WaGadgetEvents .EventInfo th {
    background-color: #A8B9A5 !important;  /* Muted Sage */
    color: #ffffff !important;             /* White text for contrast */
    font-weight: 600;                      /* Make labels stand out */
    text-transform: uppercase;             /* Optional: all caps for polish */
}

/* The values next to the labels (date, time, location text) */
.WaGadgetEvents .EventInfo td,
.WaGadgetEvents .EventInfo span,
.WaGadgetEvents .EventInfo div {
    background-color: transparent !important; /* Keep background clean */
    color: #ffffff !important;                /* White text for readability */
}
