.jmvstream-dashboard-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.jmvstream-dashboard-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.jmvstream-dashboard-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jmvstream-dashboard-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.jmvstream-steps {
    list-style-type: none;
    padding: 0;
}

.jmvstream-steps li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.jmvstream-steps li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0073aa;
}