/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#wp-c2spdf-terms-use-text-media-buttons {
    display: none;
}
.custom-button {
    display: inline-block;
    padding: 2px 20px;
    background-color: #00a32a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.custom-button:hover {
    background-color: #0056b3;
    color: #fff;
}
