.ssh-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.ssh-row {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.ssh-port {
    font-weight: bold;
    margin-right: 8px;
    color: #333;
}

.ssh-port-value {
    font-size: 1.2rem;
    color: #0077cc;
}

.ssh-doc {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
}

.ssh-doc strong {
    color: #222;
}

.ssh-doc pre {
    background: #272822;
    color: #f8f8f2;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.9rem;
}

.ssh-doc code {
    background: #eee;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.9rem;
}
