/* =====================================
   MS Affiliate Items – SIMPLE AD STYLE
   ===================================== */

.msai-root {
    margin: 8px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.msai-wrapper {
    display: block;
}

.msai-shelf {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* Item */
.msai-card {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Image */
.msai-card__media {
    width: 100px;
    height: 100px;
    margin-bottom: 4px;
}

.msai-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Title */
.msai-card__title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
}

/* Button */
.msai-btn {
    font-size: 13px;
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}
