.cs-size-chart-builder table input {
    width: 100%;
}

.cs-sc-controls {
    margin-top: 10px;
}

/* Full width selects and textareas */
.cs-full-width {
    width: 100%;
}

/* Nav tab wrapper margin */
.nav-tab-wrapper.cs-tab-margin {
    margin-bottom: 20px;
}

/* AI status span margin */
.cs-ai-status-margin {
    margin-left: 10px;
}

/* Hidden by default */
.cs-hidden {
    display: none !important;
}

/* Reset styles button margin */
.cs-reset-styles-button {
    margin-right: 10px;
}

/* API Key Toggle Button */
.cs-api-key-wrapper {
    position: relative;
    display: inline-block;
}

.cs-api-key-input {
    padding-right: 35px;
}

.cs-api-key-toggle {
    position: absolute;
    right: 2px;
    top: 0;
    height: 26px;
    width: 30px;
    padding: 0;
    min-width: auto;
    border-left: 1px solid #8c8f94;
}

.cs-api-key-toggle .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1.4;
}

.cs-button-group {
    display: flex;
    align-items: center;
}

.cs-button-group>p {
    margin: 0px 15px 0 0px;
    padding: 0;
}