.jmrae-rotator {
    width: 100%;
    margin: 0;
    color: inherit;
}

.jmrae-disclosure {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #667085;
}

.jmrae-link {
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.jmrae-link:hover,
.jmrae-link:focus-visible {
    text-decoration: none;
    border-color: rgba(15, 23, 42, .28);
}

.jmrae-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(220px, 28vw, 340px);
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
}

.rb-single-sidebar .jmrae-media {
    height: 300px;
}

.jmrae-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transition: opacity .16s ease;
}

.jmrae-image.is-changing {
    opacity: .18;
}

.jmrae-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.jmrae-merchant {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.jmrae-cta {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
}

.jmrae-empty {
    padding: 10px 12px;
    border: 1px dashed rgba(15, 23, 42, .25);
    border-radius: 8px;
    font-size: 12px;
}

@media (prefers-reduced-motion: reduce) {
    .jmrae-image { transition: none; }
}
