/* ============================================================
   EVENT CONTAINER STYLING
   Glass treatment for the event scrolls
   ============================================================ */

#eb-events > div.eb-category-1.eb-event-container,
#eb-event-page {
    /* Deep blue/black tint with transparency */
    background-color: rgba(10, 15, 30, 0.65);

    /* The 'Frost' effect */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
    
    /* Subtle gold rim */
    border: 1px solid rgba(218, 165, 32, 0.2);
    
    /* Rounded edges */
    border-radius: 8px;
    
    /* Spacing inside the box */
    padding: 15px;

    /* Drop shadow for depth */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);

   /* Gold text for continuity and viosibility */
   color: #a98706 !important;
}
.eb-event-container {
    background-image: none !important;
}
#eb-event-page table,
.eb-event-container table {
    color: #a98706 !important; /* "I said what I said." */
    --bs-table-color: #a98706;
}