/* Admin page styles for the Custom Mouse Cursor plugin */

.custom-cursor-preview-section,
.upload-new-cursor-section {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-cursor-preview-section h3,
.upload-new-cursor-section h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.current-cursor-preview {
    display: flex;
    align-items: center;
    gap: 20px;
}

.current-cursor-preview img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.current-cursor-preview p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.button-primary {
    background-color: #0073aa;
    border-color: #006799;
    color: #fff;
}