.cfmc-marquee {
    width: 100%;
}

.cfmc-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: var(--cfmc-height, 260px);
    display: flex;
    align-items: center;
}

.cfmc-track {
    display: flex;
    align-items: center;
    gap: var(--cfmc-gap, 16px);
    will-change: transform;
    height: 100%;
}

.cfmc-item {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cfmc-item img {
    height: 100% !important;
    width: auto;
    display: block;
    object-fit: contain;
}

.cfmc-marquee--placeholder {
    padding: 12px 14px;
    border: 1px dashed #c8c8c8;
    border-radius: 8px;
    color: #666;
    font-size: 13px;
}

.cfmc-hoverable:hover .cfmc-track {
    animation-play-state: paused !important;
}