/* Custom CSS for 121Shoes */

/* Group participants text styling */
.group-participants-text,
.group-participants-text small,
.group-participants-text * {
    font-size: 15px !important;
}

@media (max-width: 1099px) {
    .group-participants-text,
    .group-participants-text small,
    .group-participants-text * {
        font-size: 11px !important;
    }
}

@media (min-width: 1440px) {
    .group-participants-text,
    .group-participants-text small,
    .group-participants-text * {
        font-size: 17px !important;
    }
}

/* Add more custom styles here as needed */