/**
 * @package  mod_events_next_ajax
 */

/* Date box */
.mod-acf .square {
    min-height: 100px;
}

/* Tag chips */
.mod-acf__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mod-acf__chip {
    display: inline-block;
    padding: 4px 14px;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #333;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 100px;
    white-space: nowrap;
}

/* Load more – left aligned, auto width */
.mod-acf__loadmore-wrap {
    text-align: left;
}

.mod-acf__loadmore-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.mod-acf__loadmore-btn--loading {
    pointer-events: none;
    opacity: 0.7;
}

.mod-acf__counter {
    font-size: 0.8rem;
    color: #999;
}
