/* Custom styles for ApexRL documentation */

/* Improve code block readability */
.highlight {
    border-radius: 4px;
}

/* Better table styling */
table.docutils {
    border-collapse: collapse;
    width: 100%;
}

table.docutils th {
    background-color: var(--color-background-secondary);
    font-weight: 600;
}

table.docutils td,
table.docutils th {
    border: 1px solid var(--color-background-border);
    padding: 8px 12px;
}

/* Language switcher styling */
.language-switcher {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-background-border);
}

/* Version badge */
.version-badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: var(--color-brand-primary);
    color: white;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}
