.custom-plugin-dashboard { width:100%; border-collapse: collapse; margin-bottom: 1.5em; }
.custom-plugin-dashboard th, .custom-plugin-dashboard td { border:1px solid #ddd; padding:8px; text-align:left; }
.custom-plugin-dashboard th { background:#f7f7f7; }
.custom-plugin-form-wrapper, .custom-plugin-edit-wrapper { margin-top:1em; padding:1em; border:1px solid #eee; background:#fff; }
.custom-plugin-form-wrapper input[type="text"], .custom-plugin-form-wrapper textarea { width:100%; }
.custom-plugin-form-wrapper .wp-editor-wrap {
    margin-top: 6px !important;
}

.custom-plugin-form-wrapper .wp-editor-tools {
    display: none !important;
}

.custom-plugin-form-wrapper .mce-tinymce {
    margin-top: 0 !important;
}

/* Forms Buttons */
.cpp-submit-btn,
.cpp-update-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 28px !important;
    background-color: #27ae60 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    min-width: 140px !important;
}

.cpp-submit-btn:hover,
.cpp-update-btn:hover {
    background-color: #229954 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.cpp-submit-btn:focus,
.cpp-update-btn:focus {
    outline: 2px solid #1e8449 !important;
    outline-offset: 2px !important;
}

.cpp-delete-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 28px !important;
    background-color: #e74c3c !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    min-width: 140px !important;
    margin-left: 8px !important;
}

.cpp-delete-btn:hover {
    background-color: #c0392b !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

.cpp-delete-btn:focus {
    outline: 2px solid #a93226 !important;
    outline-offset: 2px !important;
}
