/* Base64 Converter Styles */

.tabs-nav {
    margin-bottom: 20px;
}

.base64-form {
    flex-direction: column;
}

.base64-textarea {
    width: 100%;
    height: 150px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid var(--input-border);
    border-radius: 6px;
    background: var(--input-bg);
    color: var(--text-color);
}

.content-section-base64 {
    margin-top: 60px;
    max-width: 800px;
}

/* Result styles injected by JS */
.kv-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.result-code-block {
    background: #0f1724;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    margin-top: 4px;
    word-break: break-all;
    color: #22c55e;
}