.magenest-post-ticker {
    overflow: hidden;
    background-color: #FCF3F9;
    padding: 8px 0;
    position: relative;
}

.ticker-track {
    display: flex;
    width: max-content;
}

.ticker-inner {
    display: flex;
    gap: 80px;
    white-space: nowrap;
}

.ticker-item {
    white-space: nowrap;
    color: #d1006f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-decoration: none;
}