/* Content Protection Messages */
.cpde-message {
    background-color: #ff0000;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Admin Settings Page */
.cpde-settings-page {
    max-width: 800px;
    margin: 20px auto;
}

.cpde-settings-page .form-table th {
    width: 200px;
}

.cpde-settings-page .form-table td {
    padding: 20px 10px;
}

.cpde-settings-page .regular-text {
    width: 100%;
    max-width: 400px;
}

.cpde-settings-page .description {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}
