﻿.you-entry {
    font-size: 0.9rem;
    color: black;
    background-color: rgba(152, 251, 152, 0.4);
}

.available-entry {
    font-size: 0.9rem;
    color: black;
    background-color: rgba(93, 212, 255, 0.4);
}

.other-entry {
    font-size: 0.9rem;
    color: black;
    background-color: rgba(195, 255, 195, 0.4);
}

.unavailable-entry {
    font-size: 0.9rem;
    color: black;
    background-color: rgba(210, 210, 210, 0.4);
}

.calendar-button {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
    min-height: 0;
    flex-shrink: 0; /* prevents shrinking */
    z-index: 2;
    display: flex;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 1rem;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    text-align: center; /* Optional: center multi-line text */
    overflow-x: hidden;
    overflow-y: hidden;
    word-wrap: break-word;
}
