/**
 * Styles for the courses page in Course Flow.
 * Version: 1.0.0
 * Author: Pawel Borowiec
 * Text Domain: course-flow
 */

/* Copy notification toast styles - WITHOUT overlay */
.courseflow-copy-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #28a745;
    color: #fff;
    padding: 0.9375rem 1.875rem;
    border-radius: 8px;
    z-index: 99999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    text-align: center;
    display: none;
    font-weight: 600;
}
