/* Security Ninja MainWP Admin Styles */

.mainwp-tabs {
    margin-bottom: 20px;
}

.mainwp-tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.welcome-message {
    margin-bottom: 20px;
}

.welcome-message h2 {
    margin-top: 0;
}

/* Status icons */
.status-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.enabled-icon {
    background-color: #46b450;
    color: #fff;
}

.disabled-icon {
    background-color: #dc3232;
    color: #fff;
}

/* Settings sections */
.settings-section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
}

.section-title {
    margin-top: 0;
    cursor: pointer;
    padding: 10px;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.section-content {
    padding: 15px;
}

/* Scan results */
.scan-results {
    margin-top: 20px;
}

.scan-item {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.scan-key {
    font-weight: bold;
}

.scan-value {
    margin-left: 10px;
}

.scan-array {
    margin-left: 20px;
    list-style-type: disc;
} 