.ac-collections-sold-ads-wrapper {
    background: #f7f4ec;
}

.ac-collections-sold-ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    color: #a59b8a;
}

.ac-collections-sold-ads .entry {
    width: 250px;
    height: auto;
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ac-collections-sold-ads .pic-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    flex-shrink: 0;
    padding: 0px;
}

.ac-collections-sold-ads .pic {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    border-radius: 6px;
}

.ac-collections-sold-ads .pic-wrapper .sold {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: white;
    border-radius: 5px;
    padding: 5px 8px;
    font-weight: bold;
}

.ac-collections-sold-ads .info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}

.ac-collections-sold-ads .info .title {
    font-size: 18px;
    line-height: 22px !important;
    font-weight: bold;
    color: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ac-collections-sold-ads .info a {
    color: inherit;
}

.bx-media-phone .ac-collections-sold-ads {
    flex-direction: column;
    align-items: center;
}

.bx-media-phone .ac-collections-sold-ads .entry {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bx-media-phone .ac-collections-sold-ads .pic-wrapper {
    aspect-ratio: 1 / 1;
}

.bx-media-phone .ac-collections-sold-ads .pic {
    width: 100%;
    height: 100%;
}