.mgr-instructions {
    max-width: 720px;
    margin: 2em auto;
}

.mgr-instructions-intro {
    font-size: 1.05em;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 1.75em;
}

.mgr-instructions-platform {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.5em 1.75em;
    margin-bottom: 1.5em;
}

.mgr-instructions-platform h2 {
    margin: 0 0 0.75em;
    color: #1e293b;
    font-size: 1.35em;
}

.mgr-instructions-steps {
    margin: 0;
    padding-left: 1.25em;
    color: #334155;
    line-height: 1.6;
}

.mgr-instructions-steps li {
    margin-bottom: 0.5em;
}

.mgr-instructions-steps li:last-child {
    margin-bottom: 0;
}

.mgr-instructions-link {
    font-weight: 600;
    color: #1e40af;
    text-decoration: underline;
}

.mgr-instructions-link:hover,
.mgr-instructions-link:focus {
    color: #1e3a8a;
}

.mgr-instructions-outro {
    font-size: 0.95em;
    color: #64748b;
    margin-top: 1.75em;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .mgr-instructions-platform {
        padding: 1.2em 1.1em;
    }

    .mgr-instructions-steps {
        padding-left: 1.1em;
    }
}
