.empty-products-notice {
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    margin: 1rem auto;
}

.empty-products-notice__message {
    margin-bottom: 0.75rem;
    color: #23282D;
    font-size: 14px;
    font-weight: 500;
}

.empty-products-notice__support {
    margin-bottom: 1.25rem;
    color: #50575E;
    font-size: 13px;
}

.empty-products-notice__support a {
    color: #902EEF;
    text-decoration: none;
}

.empty-products-notice__support a:hover {
    text-decoration: underline;
}

.empty-products-notice__actions {
    display: flex;
    justify-content: center;
}
