.fc-col-header{
    color: #1a1d20;
}

    /* teljes event */
.raid-event[data-type="raid-event"] {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 6px;
    /*min-height: 129px;*/
    font-size: 13px; /* alap nagyobb */
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
}

/* overlay az olvashatósághoz */
.raid-event[data-type="raid-event"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* tartalom a háttér fölött */
.raid-event > * {
    position: relative;
    z-index: 1;
}

/* Raid neve */
.raid-event [data-type="name"] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

/* Difficulty */
.raid-event [data-type="difficulty"] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

/* Idő */
.raid-event [data-type="time"] {
    font-size: 14px;
    opacity: 0.9;
}

/* Signups jobb alsó sarokban */
.raid-event [data-type="signups"] {
    position: absolute;
    right: 6px;
    bottom: 4px;
    font-size: 13px;
    font-weight: 700;
}

.raid-event .total {
    opacity: 0.8;
    font-weight: 400;
}