.elementor-3545 .elementor-element.elementor-element-c9d3681{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3cfe7f5 */.participant-grid-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin: 0 0 3rem
}
.participant-grid-toggle button {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 350px;
        font-family: "Gotham Bold", Sans-serif;
}
.participant-grid-toggle button.active {
        background-color: #f378c1;
}
.participant-grid-toggle button:hover, .participant-grid-toggle button:focus {
        background-color: #f378c1;
}

.participant-tile {
    border: 1px solid #fff;
    padding: 15px;
}
.participant-tile h3 {
    margin-bottom: 12px;
    font-family: "Gotham Bold", Sans-serif;
    text-transform: uppercase;
}
.participant-tile a {
    color: #fff;
}
.participant-tile p {
    color: #fff;
    text-transform: uppercase;
}
.participant-tile .store-id {
    margin: 4px 0;
   font-family: "Trenda", Sans-serif;
    font-size: 1.1rem;
}
.participant-tile .store-name {
    margin: 0;
    font-family: "Trenda", Sans-serif;
    font-size: .875rem;
}
.participant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
        margin-top: 3rem;
}
.participant-no-results {
    display:none;
    text-align:center;
    margin-top: 30px;
    font-style: italic;
    color: #fff;
}
.participant-grid-widget {
    min-height: 1600px;
    max-width: 1450px;
    margin: 4rem auto 0;
    padding: 0 16px;
}
#search-store {
    padding: 8px;
    width: 450px;
    font-size: 21px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
}
#search-store::placeholder {
  color: rgba(0,0,0,.2);
  opacity: 1; /* Override Firefox default */
}

.participant-grid-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.participant-grid-header h2 {
        color: #fff;
        font-family: "Gotham Bold", Sans-serif;
    font-size: 56px;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .participant-grid-header h2 {
    font-size: 40px;
}
#search-store {
    width: 350px;
    font-size: 18px;
    height: 40px;
}
.participant-tile h3 {
    font-size: 1.5rem;
}
}

@media (max-width: 767px) {
    .participant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
   .participant-grid-header h2 {
    font-size: 21px;
} 
#search-store {
    padding: 6px;
    width: 180px;
    font-size: 16px;
    height: 30px;
}
.participant-tile h3 {
    font-size: 1rem;
}
.participant-tile .store-id {
    font-size: .8rem;
}
.participant-tile .store-name {

    font-size: .75rem;
}
.participant-grid-toggle {
    gap: 1rem;

}
    .participant-grid-toggle button {
    font-size: 21px;
    width: 50%;
}
}/* End custom CSS */