.advert-box {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ad-limited {
    max-height: 215px;
}

.advertising {
    flex-grow: 2;
    margin: 10px;
    padding: 5px;
    text-align: center;
    background-color: #454545;
    height: 180px;
    min-width: 100px;
    width: clamp(200px, 100px, 400px);
    user-select: none;
    cursor: default;
    box-shadow: inset 0px 0px 0px 125px rgba(18, 18, 18, 0.5);
    border: solid 3px #ececec;
    border-radius: 5px;
}