.daygrid-day-top {
    display: flex;
    flex-direction: row;
}
.day-number {
    color: #6b7280;
    font-weight: 600;
    padding: 4px;
        position: relative;
        z-index: 4;
}
.day-other {
    opacity: 0.3;
}

.daygrid-day-events {
    margin-top: 1px;
    min-height: 2em;
    position: relative;
}

.event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 600;
    min-width: 0px;
    overflow: hidden;
}

.event-amount {
    display: block;
    right: 0;
    position: absolute;
}

.mark-paid-section {
    display: flex !important;
    flex-direction: row-reverse;
}

.mark-paid-section .mark-paid-label {
    font-size: 12px;
}