.cpp-submit-button {
    background-color: #2271b1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
}

.qt_content_toolbar{
    display: none !important;
}
.cpp-editor-wrapper {
    overflow: visible;
    margin-bottom: 20px;
    position: relative;
}

#wp-content-wrap {
    position: relative !important;
    z-index: 10 !important;
    background: #fff;
    padding: 0 !important;
}

.mce-container,
.mce-panel {
    z-index: 1000 !important;
    position: relative !important;
}

#wp-content-editor-tools {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.cpp-submit-button:hover {
    background-color: #1d5d99;
}

.cpp-form input[type="text"],
.cpp-form input[type="url"],
.cpp-form textarea,
.cpp-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.cpp-form input[type="submit"] {
    background: #2271b1;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.cpp-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.cpp-dashboard-table th,
.cpp-dashboard-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.cpp-pagination {
    margin-top: 20px;
}
