/* Admin Styles */
.filestack-admin-wrap {
    padding: 20px;
}

.filestack-admin-header {
    margin-bottom: 20px;
}

.filestack-admin-header h1 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px;
    line-height: 1.3;
}

.filestack-settings-form {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.filestack-settings-form .form-table {
    margin-top: 20px;
}

.filestack-settings-form .form-table th {
    padding: 20px 10px 20px 0;
    width: 200px;
}

.filestack-settings-form .form-table td {
    padding: 15px 10px;
}

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

.filestack-settings-form .description {
    font-style: italic;
    color: #666;
    margin-top: 5px;
}

.filestack-button {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    display: inline-block;
    padding: 0 10px 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    cursor: pointer;
}

.filestack-button:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

/* Status Messages */
.filestack-status {
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 3px;
}

.filestack-status.success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.filestack-status.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

/* API Key Section */
.filestack-api-key-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

/* Upload Settings */
.filestack-upload-settings {
    margin-top: 20px;
}

.filestack-upload-settings label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Help Text */
.filestack-help-text {
    background: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #0085ba;
    margin: 20px 0;
}
