.code-group {
    margin: 1.5em 0;
}

.code-tabs {
    margin-bottom: -1px;
}

.tab-buttons {
    display: flex;
    gap: 1px;
    background: #2d2d2d;
    padding: 8px 8px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tab-buttons button {
    padding: 6px 12px;
    border: none;
    background: #1e1e1e;
    color: #888;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 0.9em;
}

.tab-buttons button.active {
    background: #272822;
    color: #fff;
}

.code-group pre {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
