.ad-common {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D8D8D8;
    border-radius: 8px;
}
.ad-common:before {
    content: "Advertisement";
    font-size: 12px;
    color:#000;
    line-height: 20px;
}

.s-mash__img-box {
    position: relative;
}

.s-mash__img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.count-container {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    align-items: center;
}
.count-item {
    display: flex;
    align-items: center;
    gap: 2px;
}
.count-item svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}
.detail-count-container {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
    align-items: center;
}
