.eb-event-item-grid-default-layout .eb-event-main-category {
    background-color: #c1d650;
    border-radius: 0px;
}

.eb-events-grid-items {
    --eb-grid-default-main-category-color: #c7cd00;
}

.anchor-offset {
  scroll-margin-top: 50px;
}

.eb-event-item-grid-default-layout .eb-event-categories-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.eb-event-item-grid-default-layout .eb-event-categories-wrapper .eb-event-main-category {
    position: static;
    left: auto;
    top: auto;
    z-index: auto;
}

.eb-event-item-grid-default-layout .eb-event-sub-category {
    background-color: #3dbfbf;
    padding: 6px 10px;
    color: #fff;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
}

/* ============================
   Search bar horizontal layout
   ============================ */
.eb-search-bar-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.eb-search-bar-horizontal .eb-search-field,
.eb-search-bar-horizontal .eb-search-actions {
    display: flex;
    align-items: center;
    margin: 0;
}

.eb-search-bar-horizontal .eb-search-field input,
.eb-search-bar-horizontal .eb-search-field select {
    height: 40px;
    min-width: 150px;
}

.eb-search-bar-horizontal .eb-search-field input[type="text"] {
    min-width: 200px;
}

.eb-search-bar-horizontal .eb-search-actions {
    gap: 6px;
}
