textarea {
            min-height: 200px;
        }
        .cert-result {
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            border-radius: 6px;
            padding: 15px;
            position: relative;
        }
        .cert-name {
            color: #007acc;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 14px;
            text-transform: uppercase;
        }
        .cert-output {
            background: #1e1e1e;
            color: #d4d4d4;
            padding: 12px;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            word-break: break-all;
            min-height: 40px;
            white-space: pre-wrap;
        }
        #sampleCert {
            white-space: pre;
            overflow-x: auto;
            word-break: normal;
        }