.course-action-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f6098f,#8c52ff);border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s;display:flex;box-shadow:0 0 12px #f6098f40}.course-action-button:hover:not(:disabled){background:linear-gradient(135deg,#f6098f,#b275ff)}.course-action-button:disabled{opacity:.6;cursor:not-allowed}
