@layer components {
    .marketing-rating {
            align-items: center;
            color: var(--dashboard-color-text-muted);
            display: flex;
            flex-wrap: wrap;
            font-size: 0.9375rem;
            font-weight: 650;
            gap: 0.75rem;
            line-height: 1.35;
        }

    .marketing-rating a {
            color: var(--dashboard-color-text-muted);
            text-decoration: none;
        }

    .marketing-rating a:hover {
            color: var(--dashboard-color-text);
        }
}
