code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

label {
    cursor: default;
}

.settings_page_reviewscouk .tabs-menu {
    height: 29px;
    clear: both;
    margin: 0;
    margin-bottom: 10px;
}

.settings_page_reviewscouk .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: -2px;
    margin-right: 10px;
    border-width: 1px;
    border-radius: 4px;
    background: #fff;
    border-color: rgba(35, 36, 53, .1);
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 7%);
}

.settings_page_reviewscouk .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.settings_page_reviewscouk .tabs-menu li a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

.settings_page_reviewscouk .tabs-menu .current a {
    color: #000;
    font-weight: 600;
}

.settings_page_reviewscouk .tab {
    clear: both;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 7%);
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.settings_page_reviewscouk .tab-content {
    padding: 20px;
    display: none;
}

.settings_page_reviewscouk #tab-1 {
    display: block;
}

.menu-container {
    display: flex;
}

.side-menu {
    width: 200px;
}

.side-menu ul {
    width: 200px;
}

.side-menu ul li {
    padding: 10px 5px;
    cursor: pointer;
}

.tab-contents {
    display: none;
}

.list {
    list-style: disc;
    padding-left: 40px;
}

.remove-button {
    margin: 0 0 0 5px;
    /* padding: 0; */
    border: none;
    background: 0 0;
    cursor: pointer;
    vertical-align: initial;
    font: 700 16px Arial, sans-serif;
}

.TagsInputElement .tags li {
    display: flex !important;
    justify-content: space-between !important;
    text-align: center !important;
    padding: 5px 15px !important;
    gap: 5px;   
}

.Field--colourPicker .colourPicker__indicator .pickr .pcr-button {
    transform: scale(2);
}

.reviews-collapse-content {
    display: none;
}

.reviews-content-active {
    display: flex !important;
}