/* General Wrapper */
.wrap {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Buttons */
.button {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.button-primary {
    background: #0073aa;
    color: #fff;
    border: none;
}

.button-primary:hover {
    background: #005f8d;
}

.button-secondary {
    background: #ccc;
    color: #333;
    border: none;
}

.button-secondary:hover {
    background: #bbb;
}

/* Status Message */
#wphhsecure_status {
    margin-top: 15px;
    font-weight: bold;
    color: #0073aa;
}

/* Excluded Folders Section */
#wphhsecure-excluded-folders {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 15px;
}

#wphhsecure-excluded-folders h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
}

#excluded-folder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#excluded-folder-list li {
    padding: 8px;
    background: #f1f1f1;
    margin-bottom: 5px;
    border-radius: 4px;
}

/* Input Field */
#new-excluded-folder {
    width: 300px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

/* Add Excluded Folder Section */
#wphhsecure-add-excluded-folders {
    margin-top: 15px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px;
}
#add-excluded-folder {
    margin: 0px 7px;
}

#wphhsecure-dynamic-notice {
    margin-top: 35px;
    margin-right: 20px;
}
