.integrations_wrapper {
    background-color: white;
    border-radius: 20px;
}
.integration_label {
    display: inline-block;
    width: 200px;
    text-align: left;
}

.integration_input input[type="checkbox"] {
    width: 20px;
    display: inline-block;
    margin-left: 5px;
}

pre {
    margin: 0;
}

code {
    font-family: courier;
}

.code-snippet {
    background-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    width: 80%;
}

.integrations_page {
    width: 100%;
}

