.store-item, .stuff.item {
    clear: both;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 200px;
}

.store-item .col-photo .photo,
.stuff-item .col-photo .photo {
    width: min(200px, 17vw);
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: 1px 0 1rem #ddd;
}

.stuff-item .stuff-link,
.store-item .store-link {
    font-size: min(1.05vw, 1rem) !important;
}

.stuff-item h3 a,
.store-item h3 a {
    font-size: min(1.2vw, 1.1rem) !important;
}

.stuff-link,
.store-link {
    background: rgba(238, 238, 238, 0.42);
    border-bottom-left-radius: 2rem;
    padding: 0.5rem 1rem 0.35em;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
}

@media (max-width: 1080px) {
    .store-item h3 a {
        font-size: 1rem !important;
    }

    .store-item .store-link {
        font-size: 0.9rem !important;
    }

    h3 a,
    h3 a:hover {
        font-size: 0.9rem !important;
    }
}

.verified {
    z-index: 30;
}

.store-item .cities {
    line-height: 17px;
    width: 100%;
    padding: 0 4px 0 1px;
}

.store-item .cities .city {
    margin: 0 0 0 3px;
    padding: 2px 1px;
    font-size: 0.8rem;
    border-radius: 5px;
    background: #eeeeeedd;
    display: block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.store-item {
    width: max(calc(2px + 17vw), 192px);
    height: max(calc(17vw + 45px), 237px);
    overflow: hidden;
    background: #fafdf9;
}

h3.store-title {
    box-shadow: 0 5px 5px #ccc;
    line-height: 36px;
    height: 36px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

h3.store-title a,
h3.store-title a:visited,
h3.store-title a:active,
h3.store-title a:hover {
    font-size: 13px !important;
    line-height: 28px;
    font-weight: bold;
    display: block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
}

.store-item .photo,
.stuff-item .photo {
    width: 150px;
    height: 150px;
    box-shadow: none;
}

.store-item,
.stuff-item {
    width: 150px;
    height: 240px;
    overflow: hidden;
    background: #fafdf9;
    background: linear-gradient(0deg, #fff 0%, var(--green-100) 100%);
}
.store-item.no-cities,
.stuff-item.no-cities {
    height: 200px;
}

#clp-clear-net a {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin-left: -15px;
}

.stuff-item .store-link {
    text-decoration: none;
    color: #555;
    background: rgba(255,255,255,0.7);
    z-index: 25;
    position: relative;
    font-size: 11px;
    text-align: right;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    border-radius: 10px;
    margin-top: -2px;
    padding: 3px 12px;
    margin-left: auto;
}

.price-from {
    width: 100%;
    overflow: hidden;
    color: #555;
    display: block;
    z-index: 25;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
}

.form-label {
    font-weight: normal;
    font-size: 0.9rem;
    color: #777;
}

#partner-stores .store-item {
    width: min(150px, 47%);
    height: 215px;
}

#partner-stores .store-item .photo {
    width: 100%;
    height: 150px;
}

#stats_row .d-flex > div.flex-fill {
    overflow: hidden;
    text-overflow: ellipsis;
}

#stats_row .d-flex > div {
    white-space: nowrap;
}

.contest-list > div {
    max-width: 270px;
}

.contest-list .photo {
    box-shadow: none;
}

.d-flex .unit {
    padding: 0.25rem;
}

.animate-character {
    text-transform: uppercase;
    background-image: linear-gradient(
            -225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

#chat-content {
    max-height: 350px !important;
    overflow-y: auto;
}

.flex-even > div {
    flex: auto 0 1;
}

.h220 {
    max-height: 220px;
}

.field-city_filter .select2-container--krajee-bs5 .select2-selection--single {
    background-color: var(--green-200);
}