/**
 * Admin Settings Styles
 */

.hscf-settings-wrap {
    max-width: 1200px;
}

.hscf-settings-container {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.hscf-help-box {
    background: #f0f6fc;
    border-left: 4px solid #2271b1;
    padding: 15px;
    margin-top: 15px;
}

.hscf-help-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #2271b1;
}

.hscf-help-box ol {
    margin: 0;
    padding-left: 20px;
}

.hscf-help-box li {
    margin-bottom: 8px;
}

.hscf-test-connection {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

#hscf-connection-status {
    margin-left: 15px;
    font-weight: 600;
}

#hscf-connection-status .testing {
    color: #666;
}

#hscf-connection-status .success {
    color: #28a745;
}

#hscf-connection-status .error {
    color: #dc3545;
}

.form-table th {
    width: 200px;
}

.form-table input[type="text"],
.form-table input[type="password"] {
    width: 100%;
    max-width: 500px;
}

.form-table fieldset label {
    display: block;
    margin-bottom: 15px;
}

.form-table fieldset .description {
    display: block;
    margin-left: 25px;
    margin-top: 5px;
    color: #666;
}
