.uc-settings-container {
    margin-top: 20px;
    max-width: 1200px;
}

.uc-settings-section {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    margin-top: -1px;
}

.uc-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.uc-preview-box {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

.uc-form-table th {
    width: 250px;
    vertical-align: top;
}

.uc-form-table textarea {
    width: 100%;
    min-height: 100px;
}

.uc-status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.uc-status-active {
    background: #e7f7ed;
    color: #0a4b26;
}

.uc-nav-wrapper {
    margin-bottom: 0;
}

.uc-nav-wrapper .nav-tab {
    cursor: pointer;
    outline: none;
}