/* Etoskills admin pagination styling */
.etoskills-pagination {
  display: inline-flex;
  align-items: center;
}

.etoskills-pagination nav.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.etoskills-pagination nav.pagination a,
.etoskills-pagination nav.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  border-radius: 9999px;
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-decoration: none;
  border: 1px solid rgba(79, 70, 229, 0.15);
  color: #4F46E5;
  background: rgba(79, 70, 229, 0.08);
  transition: all 0.2s ease;
  box-shadow: 0 12px 30px -22px rgba(79, 70, 229, 0.6);
}

.etoskills-pagination nav.pagination a:hover {
  color: #ffffff;
  border-color: transparent;
  background-image: linear-gradient(135deg, #4F46E5 0%, #22D3EE 50%, #6366F1 100%);
  box-shadow: 0 14px 38px -20px rgba(79, 70, 229, 0.65);
}

.etoskills-pagination nav.pagination .current {
  color: #ffffff;
  border-color: transparent;
  background-image: linear-gradient(135deg, #4F46E5 0%, #22D3EE 50%, #6366F1 100%);
  box-shadow: 0 16px 40px -18px rgba(79, 70, 229, 0.7);
}

.etoskills-pagination nav.pagination .disabled {
  opacity: 0.45;
  cursor: not-allowed;
  color: #94A3B8;
  border-color: rgba(148, 163, 184, 0.25);
  background: rgba(148, 163, 184, 0.08);
  box-shadow: none;
}

.etoskills-pagination nav.pagination .gap {
  min-width: 1rem;
  border: none;
  background: transparent;
  color: #94A3B8;
  box-shadow: none;
  padding: 0.35rem 0.25rem;
}
/* Trix Editor Custom Styling */
trix-editor {
  min-height: 200px;
  padding: 1rem;
  border: 1px solid #CBD5F0;
  border-radius: 1rem;
  background: white;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1A2142;
}

trix-editor:focus {
  outline: none;
  border-color: #4F46E5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);
}

trix-toolbar {
  border: 1px solid #CBD5F0;
  border-radius: 0.75rem 0.75rem 0 0;
  background: #F6F7FB;
  padding: 0.5rem;
  margin-bottom: -1px;
}

trix-toolbar .trix-button-group {
  margin: 0;
  border: none;
  border-radius: 0.5rem;
  background: white;
  padding: 0.25rem;
}

trix-toolbar .trix-button {
  border: none;
  border-radius: 0.375rem;
  padding: 0.375rem 0.5rem;
  margin: 0 0.125rem;
  color: #64748B;
  background: transparent;
}

trix-toolbar .trix-button:hover {
  background: #EEF2FF;
  color: #4F46E5;
}

trix-toolbar .trix-button.trix-active {
  background: #EEF2FF;
  color: #4F46E5;
}

trix-toolbar .trix-button-group-spacer {
  border-left: 1px solid #E2E8F0;
  margin: 0 0.5rem;
}

trix-toolbar .trix-dialog {
  border: 1px solid #CBD5F0;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

trix-toolbar .trix-dialog__link-fields {
  padding: 0.75rem;
}

trix-toolbar .trix-input {
  border: 1px solid #CBD5F0;
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-size: 0.875rem;
}

trix-toolbar .trix-input:focus {
  outline: none;
  border-color: #4F46E5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);
}

trix-editor h1, trix-editor h2, trix-editor h3 {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #1A2142;
}

trix-editor p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

trix-editor ul, trix-editor ol {
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
}

trix-editor blockquote {
  border-left: 3px solid #4F46E5;
  padding-left: 1rem;
  margin: 1rem 0;
  color: #64748B;
  font-style: italic;
}

trix-editor code {
  background: #F1F5FF;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  color: #4F46E5;
}

trix-editor pre {
  background: #F1F5FF;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1rem 0;
}

trix-editor a {
  color: #4F46E5;
  text-decoration: underline;
}

trix-editor a:hover {
  color: #3e3bc2;
}

trix-editor img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
