.fc .fc-h-event {
    background-color: var(--phoenix-success-bg-subtle) !important;
    border: 1px solid var(--phoenix-success-border-subtle) !important;
}

.fc .fc-h-event {
    color: rgba(var(--phoenix-secondary-rgb)) !important;
}

.fc .fc-h-event:after {
    background-color: var(--phoenix-success-border-subtle) !important;
}

.fc .fc-daygrid-event {
    border-width: 0 !important;
}