.apis360-marketplace-shell .apis360-mkt-ad-slot {
    align-items: center;
    background: #fffaf5;
    border: 1px solid #e2d8cd;
    border-radius: 8px;
    box-sizing: border-box;
    color: #4f4338;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: center;
    margin: 0;
    padding: clamp(20px, 4vw, 42px) 18px;
    text-align: center;
    width: 100%;
}

.apis360-marketplace-shell > .apis360-mkt-ad-slot--m1 {
    margin: 0 6px 18px;
    width: calc(100% - 12px);
}

.apis360-marketplace-shell .apis360-mkt-ad-slot__label {
    background: #fff;
    border: 1px solid #a89d92;
    border-radius: 999px;
    color: #5f554c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1;
    padding: 5px 8px;
}

.apis360-marketplace-shell .apis360-mkt-ad-slot__code {
    color: #302820;
    font-size: 15px;
    letter-spacing: .04em;
}

.apis360-marketplace-shell .apis360-mkt-ad-slot__text {
    color: #71665b;
    font-size: 13px;
}

.apis360-marketplace-shell .apis360-mkt-ad-slot-wrap {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .apis360-marketplace-shell > .apis360-mkt-ad-slot--m1 {
        margin: 0 14px 16px;
        width: calc(100% - 28px);
    }

    .apis360-marketplace-shell .apis360-mkt-ad-slot-wrap {
        padding-bottom: 20px;
    }

    .apis360-marketplace-shell .apis360-mkt-ad-slot {
        align-content: center;
        flex-direction: column;
        gap: 7px;
        padding: 22px 14px;
    }
}
