.myrest-settings-wrapper {
    max-width: 1000px;
}
.myrest-settings-wrapper h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.myrest-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.myrest-section h2 {
    margin-top: 0;
}

.myrest-color-row .myrest-reset-color {
    margin-left: 10px;
}
