/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/src/scss/front-end.scss ***!
  \*********************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --spoti-bg-color: #FAFBFD;
  --spoti-success-color: #22bd65;
  --spoti-danger-color: #bd2222;
  --accent_color: var(--accent-100);
  --second_accent_color: #FAFBFD;
  --spoti-border-color: rgba(0,0,0,0.1);
  --spoti-border-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

.site-main-kb {
  padding: 2rem 0;
}

.ml-auto {
  margin-left: auto !important;
}

[id^=spoti-blog-].posts-template.post-layout-cards, [id^=spoti-blog-].posts-template.post-layout-list,
.spoti-blog-scope.posts-template.post-layout-cards,
.spoti-blog-scope.posts-template.post-layout-list {
  max-width: 758px;
  margin: 2rem auto;
}
[id^=spoti-blog-].posts-template.post-layout-cards h2, [id^=spoti-blog-].posts-template.post-layout-list h2,
.spoti-blog-scope.posts-template.post-layout-cards h2,
.spoti-blog-scope.posts-template.post-layout-list h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post, [id^=spoti-blog-].posts-template.post-layout-list .post,
.spoti-blog-scope.posts-template.post-layout-cards .post,
.spoti-blog-scope.posts-template.post-layout-list .post {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post.sticky, [id^=spoti-blog-].posts-template.post-layout-list .post.sticky,
.spoti-blog-scope.posts-template.post-layout-cards .post.sticky,
.spoti-blog-scope.posts-template.post-layout-list .post.sticky {
  border-bottom: 2px solid var(--accent_color);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-thumbnail, [id^=spoti-blog-].posts-template.post-layout-list .post .post-thumbnail,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-thumbnail,
.spoti-blog-scope.posts-template.post-layout-list .post .post-thumbnail {
  flex-shrink: 0;
  margin: 0 40px 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 300px;
  height: 200px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-thumbnail img, [id^=spoti-blog-].posts-template.post-layout-list .post .post-thumbnail img,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-thumbnail img,
.spoti-blog-scope.posts-template.post-layout-list .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-main, [id^=spoti-blog-].posts-template.post-layout-list .post .post-main,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-main,
.spoti-blog-scope.posts-template.post-layout-list .post .post-main {
  flex-grow: 1;
  max-width: 100%;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-sticky-badge, [id^=spoti-blog-].posts-template.post-layout-list .post .post-sticky-badge,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-sticky-badge,
.spoti-blog-scope.posts-template.post-layout-list .post .post-sticky-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: var(--accent_color);
  margin-bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-category-list, [id^=spoti-blog-].posts-template.post-layout-list .post .post-category-list,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-category-list,
.spoti-blog-scope.posts-template.post-layout-list .post .post-category-list {
  margin-bottom: 14px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-category-list a, [id^=spoti-blog-].posts-template.post-layout-list .post .post-category-list a,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-category-list a,
.spoti-blog-scope.posts-template.post-layout-list .post .post-category-list a {
  color: #4D5E6F;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  background-color: #EEF1F7;
  padding: 3px 5px;
  margin: 0 0 7px 5px;
  text-decoration: none;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-category-list a:first-child, [id^=spoti-blog-].posts-template.post-layout-list .post .post-category-list a:first-child,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-category-list a:first-child,
.spoti-blog-scope.posts-template.post-layout-list .post .post-category-list a:first-child {
  margin-left: 0;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-title h2, [id^=spoti-blog-].posts-template.post-layout-list .post .post-title h2,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-title h2,
.spoti-blog-scope.posts-template.post-layout-list .post .post-title h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 14px;
  text-align: left;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-excerpt, [id^=spoti-blog-].posts-template.post-layout-list .post .post-excerpt,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-excerpt,
.spoti-blog-scope.posts-template.post-layout-list .post .post-excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-excerpt p:first-child, [id^=spoti-blog-].posts-template.post-layout-list .post .post-excerpt p:first-child,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-excerpt p:first-child,
.spoti-blog-scope.posts-template.post-layout-list .post .post-excerpt p:first-child {
  margin-top: 0;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-excerpt p:last-child, [id^=spoti-blog-].posts-template.post-layout-list .post .post-excerpt p:last-child,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-excerpt p:last-child,
.spoti-blog-scope.posts-template.post-layout-list .post .post-excerpt p:last-child {
  margin-bottom: 1em;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-date, [id^=spoti-blog-].posts-template.post-layout-list .post .post-date,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-date,
.spoti-blog-scope.posts-template.post-layout-list .post .post-date {
  color: #808C98;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.7;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item:before, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item:before,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item:before,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item:before {
  font-family: Linearicons-Free;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
  font-size: 125%;
  color: var(--accent_color);
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item.post-categories:before, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item.post-categories:before,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item.post-categories:before,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item.post-categories:before {
  content: "\e828";
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item.post-author:before, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item.post-author:before,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item.post-author:before,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item.post-author:before {
  content: "\e82a";
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item.post-date:before, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item.post-date:before,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item.post-date:before,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item.post-date:before {
  content: "\e836";
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item.post-comment:before, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item.post-comment:before,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item.post-comment:before,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item.post-comment:before {
  content: "\e83f";
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item a, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item a,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item a,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item a {
  color: var(--primary_color);
  text-decoration: none;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-info__item a:hover, [id^=spoti-blog-].posts-template.post-layout-list .post .post-info__item a:hover,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-info__item a:hover,
.spoti-blog-scope.posts-template.post-layout-list .post .post-info__item a:hover {
  text-decoration: underline;
}
[id^=spoti-blog-].posts-template.post-layout-cards,
.spoti-blog-scope.posts-template.post-layout-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: none;
  margin: 0 -34px;
}
[id^=spoti-blog-].posts-template.post-layout-cards h2,
[id^=spoti-blog-].posts-template.post-layout-cards .post-layout-columns-1 .post,
.spoti-blog-scope.posts-template.post-layout-cards h2,
.spoti-blog-scope.posts-template.post-layout-cards .post-layout-columns-1 .post {
  width: 100%;
}
[id^=spoti-blog-].posts-template.post-layout-cards.post-layout-columns-2 .post,
.spoti-blog-scope.posts-template.post-layout-cards.post-layout-columns-2 .post {
  width: 50%;
}
[id^=spoti-blog-].posts-template.post-layout-cards.post-layout-columns-3 .post,
.spoti-blog-scope.posts-template.post-layout-cards.post-layout-columns-3 .post {
  width: 33.333333%;
}
[id^=spoti-blog-].posts-template.post-layout-cards.post-layout-columns-4 .post,
.spoti-blog-scope.posts-template.post-layout-cards.post-layout-columns-4 .post {
  width: 25%;
}
[id^=spoti-blog-].posts-template.post-layout-cards .page-numbers,
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-thumbnail,
.spoti-blog-scope.posts-template.post-layout-cards .page-numbers,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-thumbnail {
  width: 100%;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post,
.spoti-blog-scope.posts-template.post-layout-cards .post {
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 34px;
}
[id^=spoti-blog-].posts-template.post-layout-cards .post .post-main,
.spoti-blog-scope.posts-template.post-layout-cards .post .post-main {
  align-items: flex-start;
}
@media (max-width: 1199px) {
  [id^=spoti-blog-].posts-template.post-layout-cards,
  .spoti-blog-scope.posts-template.post-layout-cards {
    margin: 0 -15px;
  }
  [id^=spoti-blog-].posts-template.post-layout-cards .post,
  .spoti-blog-scope.posts-template.post-layout-cards .post {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  [id^=spoti-blog-].posts-template.post-layout-cards,
  .spoti-blog-scope.posts-template.post-layout-cards {
    max-width: 480px;
    margin: 0 auto;
  }
  [id^=spoti-blog-].posts-template.post-layout-cards .post,
  .spoti-blog-scope.posts-template.post-layout-cards .post {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  [id^=spoti-blog-].posts-template.post-layout-cards, [id^=spoti-blog-].posts-template.post-layout-list,
  .spoti-blog-scope.posts-template.post-layout-cards,
  .spoti-blog-scope.posts-template.post-layout-list {
    max-width: none;
  }
  [id^=spoti-blog-].posts-template.post-layout-cards .post .post-thumbnail, [id^=spoti-blog-].posts-template.post-layout-list .post .post-thumbnail,
  .spoti-blog-scope.posts-template.post-layout-cards .post .post-thumbnail,
  .spoti-blog-scope.posts-template.post-layout-list .post .post-thumbnail {
    width: 200px;
    height: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  [id^=spoti-blog-].posts-template.post-layout-cards .post, [id^=spoti-blog-].posts-template.post-layout-list .post,
  .spoti-blog-scope.posts-template.post-layout-cards .post,
  .spoti-blog-scope.posts-template.post-layout-list .post {
    display: block;
  }
  [id^=spoti-blog-].posts-template.post-layout-cards .post .post-thumbnail, [id^=spoti-blog-].posts-template.post-layout-list .post .post-thumbnail,
  .spoti-blog-scope.posts-template.post-layout-cards .post .post-thumbnail,
  .spoti-blog-scope.posts-template.post-layout-list .post .post-thumbnail {
    width: auto;
    margin-right: 0;
  }
}

.spoti-blog__loadmore-wrap {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
}

.spoti-blog__loadmore {
  appearance: none;
  border: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent_color);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.spoti-blog__loadmore:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.spoti-blog__loadmore:focus-visible {
  outline: 2px solid var(--accent_color);
  outline-offset: 2px;
}
.spoti-blog__loadmore:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.spoti-blog__loadmore.is-loading {
  position: relative;
}
.spoti-blog__loadmore.is-loading::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: rgb(255, 255, 255);
  animation: spoti-spin 0.8s linear infinite;
}

@keyframes spoti-spin {
  to {
    transform: rotate(360deg);
  }
}
.spoti-blog__thumb-empty {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #EEF1F7;
}

html .single-post .single-post-thumbnail {
  margin: 3rem auto;
  max-width: 788px;
  border-radius: 8px;
}

#ms_plugin_root {
  /* Spoti: panel Access (users + groups) */
}
@media (min-width: 1280px) {
  #ms_plugin_root .chakra-1wwdcqk {
    width: 1000px;
  }
}
#ms_plugin_root #spoti-cb-access-panel {
  border: none;
  padding: 0 20px;
  margin: 0;
  background: #fff;
  /* Loudev multi-select */
  /* Quick search w nagłówkach (selectable/selection) */
}
#ms_plugin_root #spoti-cb-access-panel h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
#ms_plugin_root #spoti-cb-access-panel .spoti-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#ms_plugin_root #spoti-cb-access-panel .spoti-grid label {
  display: block;
  font-weight: 600;
  margin: 6px 0;
}
#ms_plugin_root #spoti-cb-access-panel .spoti-grid select {
  width: 100%;
  min-height: 280px;
}
#ms_plugin_root #spoti-cb-access-panel .spoti-hidden {
  display: none;
}
#ms_plugin_root #spoti-cb-access-panel .ms-container {
  width: 100%;
  background-size: 1rem;
}
#ms_plugin_root #spoti-cb-access-panel .ms-container .ms-selectable,
#ms_plugin_root #spoti-cb-access-panel .ms-container .ms-selection {
  min-height: 280px;
}
#ms_plugin_root #spoti-cb-access-panel .ms-container .ms-list {
  min-height: 240px;
  max-height: 360px;
  overflow: auto;
}
#ms_plugin_root #spoti-cb-access-panel .ms-container .ms-optgroup-label {
  font-weight: 600;
}
#ms_plugin_root #spoti-cb-access-panel .ms-custom-header {
  padding: 0.5rem 0;
  top: 0;
  background: #fff;
  z-index: 1;
}
#ms_plugin_root #spoti-cb-access-panel .ms-custom-header .ms-search {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
#ms_plugin_root .chakra-stack.css-en-j5m7z3 + #spoti-cb-access-panel {
  margin-top: 8px;
}
#ms_plugin_root .chakra-stack.css-en-j5m7z3 .css-en-1up340y {
  display: none !important;
}

.spoti-button {
  display: inline-flex;
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  line-height: 18px;
  border-radius: 5px;
  font-weight: var(--chakra-fontWeights-medium);
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  text-transform: none;
  border: 0px;
  margin: 0px;
  height: 40px;
  padding-inline: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: var(--chakra-colors-white);
  background: var(--chakra-colors-primary);
}
.spoti-button:hover, .spoti-button:active, .spoti-button:focus {
  background: var(--chakra-colors-primaryHover);
}
.spoti-btn-icon {
  width: 3rem;
  height: 40px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center center;
  text-indent: -999em;
  overflow: hidden;
  background-color: rgba(77, 94, 111, 0.1);
  border-radius: 4px;
}
.spoti-btn-icon:hover {
  background-color: #dfecff;
}
.spoti-btn-icon-upload {
  background-image: url(../images/icon-upload.svg);
}

html body {
  background-color: var(--spoti-bg-color);
}

.stm_lms_instructor_courses__single--featured,
.masterstudy-single-course-share-button,
.stm-lms-user-certificates .affiliate_points {
  display: none !important;
}

a[href$="/pricing"] {
  display: none !important;
}

.stm_lms_courses_search {
  display: none !important;
}

#ms_plugin_root .css-en-1sb0j3o a:last-child {
  display: none !important;
}
#ms_plugin_root .chakra-1wwdcqk .chakra-1up340y {
  display: none !important;
}
#ms_plugin_root .chakra-1wwdcqk .chakra-divider {
  display: none !important;
}
#ms_plugin_root .chakra-1wwdcqk .chakra-j5m7z3 {
  margin: 0 20px;
}

html .masterstudy-course-player-lesson-google a.masterstudy-course-player-lesson-google__button {
  text-transform: none;
}

html .footer {
  background-color: var(--primary_color);
}

.spoti-form-row {
  margin-bottom: 0.5rem;
}
.spoti-form-row:last-of-type {
  margin-bottom: 0;
}
.spoti-select, .spoti-input {
  width: 100%;
  min-width: 0px;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  font-size: var(--chakra-fontSizes-sm);
  padding-inline-start: var(--chakra-space-4);
  padding-inline-end: var(--chakra-space-4);
  height: var(--chakra-sizes-10);
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: var(--chakra-colors-border);
  padding: 10px 20px;
  min-height: 40px;
  transition: all 0.2s ease-in-out;
}
.spoti-select:hover, .spoti-select:focus, .spoti-input:hover, .spoti-input:focus {
  border-color: var(--chakra-colors-primary);
}
.spoti-select-textarea, .spoti-input-textarea {
  height: 80px;
}
.spoti-label {
  display: block;
  text-align: start;
  font-size: var(--chakra-fontSizes-xs);
  margin-inline-end: var(--chakra-space-3);
  margin-bottom: 3px;
  font-weight: var(--chakra-fontWeights-semiBold);
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  opacity: 1;
}

.block .block-content-row {
  display: flex;
  gap: 1rem;
}
.block .block-content-row .kb-filters {
  width: calc(33.33% - 1rem);
  min-width: 200px;
  flex: 0 0 auto;
}
.block .spoti-kb-search {
  position: relative;
  width: 66.66%;
}
.block .spoti-kb-search__results {
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.block .spoti-kb-search__hint, .block .spoti-kb-search__item {
  width: 100%;
  padding: 0.5rem 1rem;
  display: block;
  border-bottom: solid 1px var(--spoti-border-color);
}
.block .spoti-kb-search__title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}
.block .spoti-kb-search__ex {
  opacity: 0.7;
  font-size: 0.75rem;
}
.block .kb-categories {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 2rem 0;
  gap: 1.5rem;
}
.block .kb-categories .kb-category {
  flex: 1 1 calc(33.33% - 1rem);
  width: calc(33.33% - 1rem);
  max-width: calc(33.33% - 1rem);
  padding: 1.5rem;
  border: solid 1px var(--spoti-border-color);
  border-radius: var(--spoti-border-radius);
}
.block .kb-categories .kb-category h2 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.block .kb-categories .kb-category .kb-toc-posts-in-main-category {
  margin-bottom: 1rem;
}
.block .kb-categories .kb-category .kb-toc-posts-in-main-category em {
  font-style: normal;
  opacity: 0.5;
}
.block .kb-categories .kb-category .kb-child-category {
  font-size: 0.875rem;
  font-weight: 500;
}
.block .kb-categories .kb-category .kb-child-category a {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0;
  line-height: 1.4;
  border-bottom: dashed 1px var(--spoti-border-color);
}
.block .kb-categories .kb-category .kb-link-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent-100);
}
.block .knowledge-base-content {
  padding: 2rem 0;
}

/* Breadcrumbs (KB) – compact, accessible, responsive */
.kb-breadcrumb {
  display: block;
  margin: 1rem 0 1.25rem;
}
.kb-breadcrumb--compact {
  margin-top: 0.5rem;
}
.kb-breadcrumb__list {
  /* Use flex so we can control wrapping and ellipsis behavior */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.kb-breadcrumb__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.2;
  color: var(--bb-body-text-color);
  /* Separator */
  /* No separator on last */
}
.kb-breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.25rem 0 0.35rem;
  border-right: 1.5px solid var(--spoti-border-color);
  border-top: 1.5px solid var(--spoti-border-color);
  transform: rotate(45deg);
  opacity: 0.7;
}
.kb-breadcrumb__item:last-child::after {
  content: none;
}
.kb-breadcrumb__item.is-current {
  font-weight: 600;
}
.kb-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.kb-breadcrumb__link:hover, .kb-breadcrumb__link:focus {
  color: var(--accent_color);
  border-bottom-color: var(--accent_color);
  outline: none;
}
.kb-breadcrumb__current {
  display: inline-block;
  max-width: 46vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Slightly smaller on very small screens */
@media (max-width: 480px) {
  .kb-breadcrumb__item {
    font-size: 11px;
  }
  .kb-breadcrumb__current {
    max-width: 60vw;
  }
}
/* High-contrast tweak if your theme supports a dark surface */
@media (prefers-color-scheme: dark) {
  .kb-breadcrumb__item::after {
    border-color: color-mix(in srgb, var(--accent_color), #fff 25%);
  }
}
.spoti-kb-toc {
  margin: 0 0 0.625rem 0;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
  border-radius: var(--spoti-border-radius);
  border: 1px solid var(--spoti-border-color);
}
.spoti-kb-toc__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.spoti-kb-toc__list {
  margin: 0;
  padding: 0;
}
.spoti-kb-toc__list li {
  display: block;
  border-bottom: 1px solid var(--spoti-border-color);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.spoti-kb-toc__list li:last-child {
  border-bottom: none;
  margin: 0;
}

.knowledge-base-content-title {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

.kb-related {
  margin: 0 0 2rem 0;
}

.kb-list {
  padding: 1rem 1.25rem 0.5rem 1.25rem;
  border-radius: var(--spoti-border-radius);
  border: 1px solid var(--spoti-border-color);
}
.kb-list li {
  display: block;
}
.kb-list li a {
  display: block;
  border-bottom: 1px solid var(--spoti-border-color);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.kb-list li:last-child a {
  border-bottom: none;
  margin: 0;
}

.entry-content .spoti-kb-toc__list {
  padding: 0;
  margin: 0;
}

.single-kb-item {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
}
.single-kb-item__link {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0.5rem;
  border-radius: var(--bb-button-radius, 8px);
}
.single-kb-item__link:hover {
  background: rgba(146, 164, 183, 0.08);
}
.single-kb-item__title {
  margin: 0 0 0.375rem 0;
  font-size: 1rem;
  line-height: 1.35;
}
.single-kb-item__title strong {
  font-weight: 600;
  color: var(--bb-headings-color, #1c2b33);
}
.single-kb-item .bb-card-course-times {
  display: block;
  color: var(--bb-body-text-color, #5b6b79);
}
.single-kb-item .bb-card-course-times p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.single-kb-item .et-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--bb-body-text-color, #5b6b79);
  background-color: var(--bb-secondary-button-background-regular, #eef3f7);
  font-size: 11px;
  border-radius: var(--bb-button-radius, 8px);
  padding: 0.25rem 0.375rem;
  line-height: 1.2;
  font-weight: 600;
}
.single-kb-item .et-badge i.fa {
  font-size: 0.95rem;
  line-height: 1;
}

/* ==========================================================================
   Spoti KB – Drive-like UI (Google Drive style, themed with site vars)
   ========================================================================== */
/* --------- Tokens -------------------------------------------------------- */
/* --------- Root ---------------------------------------------------------- */
.spoti-kb-drive {
  font-family: var(--body_font_family, Inter), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--primary_color, #303441);
  /* --------- Breadcrumbs ------------------------------------------------- */
  /* --------- Toolbar (Back / Forward / Up / Home) ------------------------ */
  /* --------- Search ------------------------------------------------------ */
  /* --------- Body -------------------------------------------------------- */
  /* --------- Tiles Grid: max 3 per row ---------------------------------- */
  /* --------- Tile base (folders) ---------------------------------------- */
  /* --------- File thumb (used in tiles & list) --------------------------- */
  /* --------- Meta text --------------------------------------------------- */
  /* --------- States ------------------------------------------------------ */
}
.spoti-kb-drive .kb-drive__header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 820px) {
  .spoti-kb-drive .kb-drive__header {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.spoti-kb-drive .kb-drive__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 36px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(30, 40, 60, 0.12);
  border-radius: 12px;
  gap: 6px;
  line-height: 1.2;
  font-size: var(--body_font_size, 13px);
  /* Optional CSS separator (use if separator is not injected by JS)
  .kb-drive__crumb + .kb-drive__crumb {
    position: relative;
    padding-left: 14px;
    &::before {
      content: "/";
      position: absolute;
      left: 4px;
      color: $clr-text-dim;
    }
  }
  */
}
.spoti-kb-drive .kb-drive__breadcrumbs .kb-drive__crumb {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  color: rgba(32, 38, 46, 0.66);
  transition: background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.spoti-kb-drive .kb-drive__breadcrumbs .kb-drive__crumb:hover {
  background: #f5f7fb;
  color: var(--primary_color, #303441);
}
.spoti-kb-drive .kb-drive__breadcrumbs .kb-drive__crumb:focus-visible {
  outline: none;
  background: #f5f7fb;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
  color: var(--primary_color, #303441);
}
.spoti-kb-drive .kb-drive__breadcrumbs .kb-drive__crumb--home i {
  margin-right: 5px;
}
.spoti-kb-drive .kb-drive__nav {
  display: inline-flex;
  gap: 6px;
  justify-self: end;
}
.spoti-kb-drive .kb-drive__nav .kb-drive__btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(30, 40, 60, 0.12);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: var(--primary_color, #303441);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease, border-color 0.15s ease;
}
.spoti-kb-drive .kb-drive__nav .kb-drive__btn:hover {
  background: #f5f7fb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, #000 12%, rgba(30, 40, 60, 0.12));
}
.spoti-kb-drive .kb-drive__nav .kb-drive__btn:active {
  transform: translateY(1px);
}
.spoti-kb-drive .kb-drive__nav .kb-drive__btn:focus-visible {
  outline: none;
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
}
.spoti-kb-drive .kb-drive__search {
  justify-self: end;
}
.spoti-kb-drive .kb-drive__search .kb-drive__search-input {
  width: min(360px, 70vw);
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(30, 40, 60, 0.12);
  border-radius: 4px;
  background: #fff;
  color: var(--primary_color, #303441);
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.spoti-kb-drive .kb-drive__search .kb-drive__search-input:focus {
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
}
@media (max-width: 820px) {
  .spoti-kb-drive .kb-drive__search {
    justify-self: stretch;
  }
  .spoti-kb-drive .kb-drive__search .kb-drive__search-input {
    width: 100%;
  }
}
.spoti-kb-drive .kb-drive__body {
  background: transparent;
}
.spoti-kb-drive .kb-drive__tiles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .spoti-kb-drive .kb-drive__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .spoti-kb-drive .kb-drive__tiles {
    grid-template-columns: 1fr;
  }
}
.spoti-kb-drive .kb-drive__tile {
  position: relative;
  display: grid;
  grid-template-columns: 1fr; /* no icon column */
  gap: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(30, 40, 60, 0.12);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s ease, transform 0.06s ease, border-color 0.15s ease, background 0.15s ease;
}
.spoti-kb-drive .kb-drive__tile:hover {
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.spoti-kb-drive .kb-drive__tile:active {
  transform: translateY(1px);
}
@media (max-width: 520px) {
  .spoti-kb-drive .kb-drive__tile {
    padding: 12px;
  }
}
.spoti-kb-drive .kb-drive__tile--folder {
  cursor: pointer;
}
.spoti-kb-drive .kb-drive__tile--folder:focus-visible {
  outline: none;
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
}
.spoti-kb-drive .kb-drive__thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  border: none;
  overflow: hidden;
}
.spoti-kb-drive .kb-drive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spoti-kb-drive .kb-drive__meta {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 4px;
}
.spoti-kb-drive .kb-drive__title {
  font-family: var(--heading_font_family, Inter), var(--body_font_family, Inter), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary_color, #303441);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spoti-kb-drive .kb-drive__counts,
.spoti-kb-drive .kb-drive__ex {
  font-size: 12px;
  color: rgba(32, 38, 46, 0.66);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spoti-kb-drive .kb-drive__empty {
  margin: 24px 0;
  padding: 18px;
  border: 1px dashed rgba(30, 40, 60, 0.12);
  border-radius: 12px;
  color: rgba(32, 38, 46, 0.66);
  background: #fff;
  text-align: center;
}
.spoti-kb-drive .kb-drive__footer {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.spoti-kb-drive .kb-drive__load-more {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(30, 40, 60, 0.12);
  background: #fff;
  color: var(--primary_color, #303441);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.06s ease, border-color 0.15s ease;
}
.spoti-kb-drive .kb-drive__load-more:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #f5f7fb;
  border-color: color-mix(in srgb, #000 12%, rgba(30, 40, 60, 0.12));
}
.spoti-kb-drive .kb-drive__load-more:active {
  transform: translateY(1px);
}
.spoti-kb-drive .kb-drive__load-more:focus-visible {
  outline: none;
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
}
.spoti-kb-drive .kb-drive__sentinel {
  height: 1px;
}

/* --------- Compact density (optional) ----------------------------------- */
.spoti-kb-drive--compact .kb-drive__tiles {
  gap: 10px;
}
.spoti-kb-drive--compact .kb-drive__tile {
  padding: 12px;
  border-radius: 10px;
}

/* --------- Reduced motion ------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .spoti-kb-drive * {
    transition: none !important;
  }
}
/* ==========================================================================
   Sections (Folders / Files)
   ========================================================================== */
.kb-drive__section + .kb-drive__section {
  margin-top: 18px;
}

.kb-drive__section-title {
  margin: 0 0 10px 0;
  font-family: var(--heading_font_family, Inter), var(--body_font_family, Inter), sans-serif;
  font-size: var(--h6_font_size, 18px);
  font-weight: var(--h6_font_weight, 700);
  line-height: var(--h6_line_height, 20px);
  color: var(--primary_color, #303441);
}

/* ==========================================================================
   Files list (always list, never tiles)
   ========================================================================== */
.kb-drive__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; /* single column list */
  gap: 10px;
}

.entry-content .kb-drive__list {
  padding: 0;
}
.entry-content .kb-drive__list li {
  padding-left: 0;
}

.kb-drive__list-item {
  background: #fff;
  border: 1px solid rgba(30, 40, 60, 0.12);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
  /* Focus ring when inner link is focused */
}
.kb-drive__list-item:hover {
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
}
.kb-drive__list-item:active {
  transform: translateY(1px);
}
.kb-drive__list-item:has(.kb-drive__list-link:focus-visible) {
  border-color: var(--accent_color, #5b92f9);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent_color, #5b92f9) 20%, transparent);
}
.kb-drive__list-item .kb-drive__list-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  outline: none; /* ring is on the item container */
}

.kb-drive__thumb--sm {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 4px;
  border: 1px solid rgba(30, 40, 60, 0.12);
  background: linear-gradient(180deg, #fafafa 0%, #f0f2f5 100%);
  overflow: hidden;
}
.kb-drive__thumb--sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* text tweaks in list */
.kb-drive__list .kb-drive__meta {
  display: grid;
  grid-template-rows: auto auto;
  gap: 2px;
}

.kb-drive__list .kb-drive__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary_color, #303441);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-drive__list .kb-drive__ex {
  font-size: 12px;
  color: rgba(32, 38, 46, 0.66);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toc-aside {
  width: 320px;
  background-color: #fff;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 9999;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
}

@media (max-width: 1440px) {
  .toc-aside {
    width: 250px;
  }
}
@media (max-width: 1310px) {
  .toc-aside {
    width: 300px;
    padding-bottom: 4rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .toc-aside.toc-aside-local {
    padding: 0;
    box-shadow: none;
  }
  .toc-aside-global {
    left: -300px;
  }
}
.toc-aside-global {
  top: auto;
  position: fixed;
  overflow: auto;
  transform: translateY(-40px);
}
.toc-aside-global.is-fixed {
  top: 0;
  bottom: 0;
  transform: none;
}

.admin-bar .toc-aside-global {
  transition: all 0.2s ease-in-out;
}
.admin-bar .toc-aside-global.is-fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .toc-aside-global.is-fixed {
    top: 46px;
  }
}

.toc-aside::-webkit-scrollbar {
  width: 12px;
}

.toc-aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.toc-aside::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 4px solid #f1f1f1;
}

.toc-aside::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.ez-toc-list p {
  margin: 0;
}

.toc-aside-local ul {
  margin: 0;
  padding: 0;
}

.toc-aside-local .ez-toc-list li {
  display: block;
}

.kb-toc-header {
  padding: 1rem;
  background-color: var(--bb-body-background-color);
}

.kb-toc-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
}

.kb-toc-header a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.kb-toc-header i {
  font-size: 1rem 1.5rem;
}

.kb-toc-general {
  display: block;
  margin: 0;
  padding: 0;
}

.kb-toc-general ul {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 15px;
}

.kb-toc-general li {
  display: block;
}

.kb-toc-general li.kb-toc-general-parent {
  position: relative;
  border-bottom: solid 1px var(--spoti-border-color);
}

.kb-toc-general li.kb-toc-general-parent.has-children {
  cursor: pointer;
}

.kb-toc-general li.kb-toc-general-parent {
  padding-right: 36px;
}

.kb-toc-general li.kb-toc-general-parent span.has-children-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 9px;
  right: 1rem;
  width: 2rem;
  height: 2rem;
}

.kb-toc-general li.kb-toc-general-parent span.has-children-icon i {
  font-size: 1rem;
}

.kb-toc-general li a {
  display: block;
  color: var(--bb-headings-color);
  padding: 1rem 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  background: rgba(146, 164, 183, 0.05);
  background-color: var(--bb-content-background-color);
}

.kb-toc-general li.is-current {
  -webkit-box-shadow: inset 0.35rem 0 0 var(--accent_color);
  box-shadow: inset 3px 0 0 var(--accent_color);
  background-color: var(--bb-body-background-color);
}

.kb-toc-general li.kb-toc-post a {
  font-size: 0.75rem;
  padding: 0.25rem 1rem 0.25rem 2.5rem;
}

.kb-toc-general li.kb-toc-post a:hover,
.kb-toc-general li > a.is-current {
  color: var(--accent_color);
}

.kb-toc-general > li > ul {
  display: none;
}

.kb-toc-general > li.is-current > ul {
  display: block;
}

.kb-toc-general > li > ul.kb-toc-general-child > li a {
  font-size: 0.875rem;
}

.kb-toc-general ul.kb-toc-posts-in-main-category {
  margin-bottom: 0.5rem;
}

.kb-toc-posts-in-main-category {
  margin-bottom: 1rem;
}

.kb-breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0 1rem 0;
  border-radius: var(--bb-button-radius);
  gap: 0.25rem;
}

.kb-breadcrumb a,
.kb-breadcrumb span {
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.kb-meta-vote {
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .kb-meta-vote {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .kb-meta-vote {
    padding: 0.25rem 0;
  }
}
.kb-meta-vote .kb-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.kb-meta-vote .kb-meta-item {
  position: relative;
  display: flex;
  flex: 1 1 calc(50% - 1rem);
  width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  align-items: center;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: var(--spoti-border-radius);
  line-height: 1.5rem;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  .kb-meta-vote .kb-meta-item {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.kb-meta-vote .kb-meta-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kb-meta-vote .kb-meta-item__icon i {
  font-size: 1rem;
}
.wthf__buttons button.wthf__btn {
  background-color: transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border: none;
}
.wthf__buttons button.wthf__btn--yes {
  background-color: var(--spoti-success-color);
}
.wthf__buttons button.wthf__btn--no {
  background-color: var(--spoti-danger-color);
}
.wthf__thanks {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  display: none;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: white;
  border-radius: var(--spoti-border-radius);
  background-color: var(--spoti-success-color);
}
.wthf__thumbs {
  display: inline-block;
  padding: 3px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  min-width: 1.25rem;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  margin-left: 0.25rem;
}
.wthf--voted p.wthf__thanks {
  display: block;
  font-size: 0.75rem;
}

.single-kb_article .post-container {
  box-sizing: border-box;
  max-width: 788px;
  padding: 0 15px;
  margin: 0 auto;
}
.single-kb_article .post-container p {
  margin: 0 0 40px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
.single-kb_article .post-container blockquote {
  margin: 0 0 40px;
  padding: 36px 36px 36px 124px;
  position: relative;
  border: 0;
  border-radius: 10px;
  line-height: 1;
}
.single-kb_article .post-container blockquote::before {
  content: "\e915";
  font-family: ms-lms-icon;
  position: absolute;
  top: 50%;
  left: 36px;
  font-size: 52px;
  transform: translateY(-50%);
  color: var(--accent_color);
}
.single-kb_article .post-container blockquote p {
  font-weight: 700;
}
.single-kb_article .post-container blockquote p:last-child {
  margin: 0;
}
.single-kb_article .post-container ul.wp-block-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
}
.single-kb_article .post-container ul.wp-block-list li {
  padding: 0 30px 0 32px;
  margin: 10px 0;
  flex: 0 0 50%;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.single-kb_article .post-container ul.wp-block-list li::before {
  content: "\e914";
  font-family: ms-lms-icon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--accent_color);
}
.single-kb_article .post-container .post-date {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #808C98;
}
.single-kb_article .post-container .single-post-title {
  text-align: center;
}
.single-kb_article .post-container .single-post-title h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-kb_article .post-container .single-post-excerpt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.single-kb_article .post-container .post-categories {
  margin-bottom: 0;
}
.single-kb_article .post-container .post-categories ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.single-kb_article .post-container .post-categories ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.single-kb_article .post-container .post-categories ul li a {
  display: block;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #f0f0f0;
}
.single-kb_article .post-container .post-tags-list {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
.single-kb_article .post-container .post-tags-list a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  text-transform: lowercase;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.single-kb_article .post-container .post-tags-list a:hover {
  text-decoration: none;
}
.single-kb_article .post-container .post-tags-list a:last-child {
  margin-right: 0;
}
.single-kb_article .post-container .single-post-content {
  margin-top: 24px;
  margin-bottom: 0;
}
.single-kb_article .post-container .single-post-author-bio {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #f0f0f0;
  display: flex;
}
.single-kb_article .post-container .single-post-author-bio__avatar {
  flex-shrink: 0;
  padding: 0;
}
.single-kb_article .post-container .single-post-author-bio__avatar img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
}
.single-kb_article .post-container .single-post-author-bio__info {
  flex-grow: 1;
  padding: 0 20px;
}
.single-kb_article .post-container .single-post-author-bio__name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.single-kb_article .post-container .single-post-author-bio__bio {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.single-kb_article .single-post-thumbnail {
  display: block;
  margin: 80px 0;
  overflow: hidden;
  max-height: 460px;
}
.single-kb_article .single-post-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.single-kb_article .post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 15px;
}
.single-kb_article .post-info__item {
  margin-right: 35px;
  margin-bottom: 12px;
  font-size: 13px;
}
.single-kb_article .post-info__item:before {
  font-family: Linearicons-Free;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
  font-size: 125%;
  color: var(--accent_color);
}
.single-kb_article .post-info__item.post-categories:before {
  content: "\e828";
}
.single-kb_article .post-info__item.post-author:before {
  content: "\e82a";
}
.single-kb_article .post-info__item.post-date:before {
  content: "\e836";
}
.single-kb_article .post-info__item.post-comment:before {
  content: "\e83f";
}
.single-kb_article .post-info__item a {
  color: var(--primary_color);
  text-decoration: none;
}
.single-kb_article .post-info__item a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .single-post .post-container blockquote {
    padding: 16px 16px 16px 86px;
  }
  .single-post .post-container blockquote::before {
    top: 42px;
    left: 16px;
    font-size: 42px;
  }
  .single-post .post-container ul.wp-block-list li {
    flex: 0 0 100%;
  }
  .single-post .post-container .single-post-author-bio {
    padding: 20px;
  }
  .single-post .post-container .single-post-author-bio__avatar img {
    width: 48px;
    height: 48px;
  }
  .post-category-list {
    text-align: center;
  }
}
@media (max-width: 380px) {
  .single-post .post-container .single-post-author-bio {
    flex-direction: column;
  }
  .single-post .post-container .single-post-author-bio__info {
    padding: 0;
  }
}
/* ==========================================================================
   Useful Links block – styles
   - uses your :root tokens (accent, primary, success, etc.)
   - friendly UX: clean controls, sticky header, chips, icon-only actions
   - compatible with DataTables v1/v2 classnames
   ========================================================================== */
.spoti-ul-wrapper {
  overflow-x: auto;
  /* Local CSS variables based on your global tokens */
  --ul-accent: var(--accent_color, #5b92f9);
  --ul-accent-0: var(--accent-0, rgba(91,146,249,0));
  --ul-accent-5: var(--accent-5, rgba(91,146,249,.05));
  --ul-accent-10: var(--accent-10, rgba(91,146,249,.1));
  --ul-accent-30: var(--accent-30, rgba(91,146,249,.3));
  --ul-accent-hover: var(--accent-hover, rgba(91,146,249,.85));
  --ul-text: var(--primary_color, #303441);
  --ul-muted: #9aa3af;
  --ul-chip-bg: var(--accent-10, rgba(91,146,249,.1));
  --ul-chip-bd: var(--accent-30, rgba(91,146,249,.3));
  color: var(--ul-text);
}

/* Heading */
.spoti-ul-heading {
  margin: 0 0 0.5rem;
  color: var(--ul-text);
  font-family: var(--heading_font_family, Inter), system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: var(--h5_font_size, 24px);
  line-height: var(--h5_line_height, 26px);
  font-weight: var(--h5_font_weight, 700);
}

/* Controls bar (filters + search + sort + reset) */
.spoti-ul-controls {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5rem 0 1rem;
  padding: 0.6rem 0.8rem;
  background: var(--ul-accent-10);
  border: 1px solid var(--ul-accent-30);
  border-radius: 12px;
}
.spoti-ul-controls label {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.25rem 0.4rem;
  color: var(--ul-text);
}
.spoti-ul-controls select, .spoti-ul-controls input[type=search] {
  appearance: none;
  border: 1px solid var(--ul-accent-30);
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  min-height: 38px;
  outline: none;
  background: #fff;
  color: var(--ul-text);
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.spoti-ul-controls select:focus, .spoti-ul-controls input[type=search]:focus {
  border-color: var(--ul-accent);
  box-shadow: 0 0 0 3px var(--ul-accent-10);
}
.spoti-ul-controls .js-ul-search {
  min-width: clamp(180px, 25vw, 320px);
}
.spoti-ul-controls .js-ul-reset.button {
  background: var(--ul-accent);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.12s ease, transform 0.08s ease;
}
.spoti-ul-controls .js-ul-reset.button:hover {
  background: var(--ul-accent-hover);
}
.spoti-ul-controls .js-ul-reset.button:active {
  transform: translateY(1px);
}
.spoti-ul-controls .js-ul-reset.button:focus-visible {
  outline: 2px solid var(--ul-accent);
  outline-offset: 2px;
}

/* Category chips inside table */
.cat-chip {
  display: inline-block;
  margin: 0 0.35rem 0.25rem 0;
  padding: 0.2rem 0.55rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 999px;
  color: var(--ul-text);
  background: var(--ul-chip-bg);
  border: 1px solid var(--ul-chip-bd);
}

/* Badges */
.spoti-ul .badge {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  line-height: 1.2;
  border-radius: 999px;
  border: 1px solid transparent;
}

.spoti-ul .badge-new {
  background: var(--success-10, #e6ffed);
  color: var(--success-100, #61cc2f);
  border-color: var(--success-30, rgba(97, 204, 47, 0.3));
}

.spoti-ul .badge-popular {
  background: var(--accent-10, rgba(91, 146, 249, 0.1));
  color: var(--ul-accent);
  border-color: var(--ul-accent-30);
}

/* Icon-only action buttons (Preview + Download) */
.spoti-ul-actions {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: flex-start;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ul-accent-10);
  color: var(--ul-accent);
  border: 1px solid var(--ul-accent-30);
  text-decoration: none;
  transition: transform 0.08s ease, background 0.12s ease, color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}
.icon-btn:hover {
  background: var(--ul-accent);
  color: #fff;
  border-color: var(--ul-accent);
  transform: translateY(-1px);
}
.icon-btn:focus-visible {
  outline: 2px solid var(--ul-accent);
  outline-offset: 2px;
}
.icon-btn .fa, .icon-btn .fa-solid {
  font-size: 14px;
  line-height: 1;
}

/* Muted text + screen-reader only */
.muted {
  color: var(--ul-muted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   Table + DataTables polish
   ========================= */
.spoti-ul.table {
  width: 100%;
  border-collapse: separate; /* DT uses separate; keep consistent */
  border-spacing: 0;
  /* Zebra + hover using your accent shades */
  /* Selected row (we toggle .selected in JS) */
}
.spoti-ul.table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  color: var(--ul-text);
  font-weight: 600;
  border-bottom: 2px solid var(--ul-accent-30);
  padding: 10px;
}
.spoti-ul.table tbody td {
  padding: 8px 10px;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.spoti-ul.table.display tbody tr:nth-child(odd) > * {
  background: linear-gradient(var(--ul-accent-5), var(--ul-accent-5));
}
.spoti-ul.table.hover tbody tr:hover > * {
  background: linear-gradient(var(--ul-accent-10), var(--ul-accent-10));
}
.spoti-ul.table tbody tr.selected > * {
  background: linear-gradient(var(--ul-accent-30), var(--ul-accent-30)) !important;
  color: #fff;
}

/* Compact info + pagination alignment (v1 & v2) */
.dataTables_wrapper .dataTables_info,
.dt-container .dt-info {
  color: var(--ul-muted);
  padding-top: 0.5rem;
}

.dataTables_wrapper .dataTables_paginate,
.dt-container .dt-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 2.2em;
  height: 36px;
  padding: 0 0.6em;
  margin: 0 0.15em;
  text-align: center;
  cursor: pointer;
  color: var(--ul-accent);
  background: var(--ul-accent-10);
  border: 1px solid var(--ul-accent-30);
  border-radius: 10px;
  line-height: 34px;
  text-decoration: none !important;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, transform 0.08s ease, box-shadow 0.12s ease;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dt-container .dt-paging .dt-paging-button:hover {
  background: var(--ul-accent);
  color: #fff;
  border-color: var(--ul-accent);
  transform: translateY(-1px);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dt-container .dt-paging .dt-paging-button.current,
.dt-container .dt-paging .dt-paging-button.current:hover {
  background: var(--ul-accent);
  color: #fff;
  border-color: var(--ul-accent);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dt-container .dt-paging .dt-paging-button.disabled,
.dt-container .dt-paging .dt-paging-button.disabled:hover {
  opacity: 0.5;
  cursor: default;
  transform: none;
  background: var(--ul-accent-10);
  color: var(--ul-accent);
}

/* Sort hint outline when hovering sortable headers (DT adds .sorting / .dt-orderable-*) */
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid var(--ul-accent-10);
  outline-offset: -2px;
}

/* Make the Actions column tighter on wide screens */
@media (min-width: 860px) {
  .spoti-ul-actions-head {
    width: 110px;
  }
  .spoti-ul-actions {
    justify-content: center;
  }
}
/* Responsive: hide less important columns on small screens (Size, Updated) */
@media (max-width: 640px) {
  .spoti-ul.table thead th:nth-child(4),
  .spoti-ul.table tbody td:nth-child(4),
  .spoti-ul.table thead th:nth-child(5),
  .spoti-ul.table tbody td:nth-child(5) {
    display: none;
  }
  .spoti-ul-controls {
    gap: 0.6rem;
  }
  .spoti-ul-controls label {
    width: 100%;
  }
  .spoti-ul-controls .js-ul-search {
    width: 100%;
    min-width: 0;
  }
  .spoti-ul-controls .js-ul-reset.button {
    width: 100%;
    text-align: center;
  }
}
/* Dark-mode friendly tweaks if you toggle :root.dark */
:root.dark .spoti-ul-controls {
  background: color-mix(in srgb, var(--ul-accent-10) 80%, #000);
  border-color: color-mix(in srgb, var(--ul-accent-30) 70%, #000);
}

:root.dark .spoti-ul.table thead th {
  background: var(--dt-html-background, #212529);
  border-bottom-color: color-mix(in srgb, var(--ul-accent-30), #000 30%);
}

:root.dark .spoti-ul.table tbody td {
  border-top-color: rgba(255, 255, 255, 0.08);
}

:root.dark .icon-btn {
  background: color-mix(in srgb, var(--ul-accent-10), #000 25%);
  border-color: color-mix(in srgb, var(--ul-accent-30), #000 25%);
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content, .f-panzoom__wrapper > picture.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-left: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: 50%;
  transform: translate(-50%);
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

/* ==========================================================================
   DataTables – Spoti theme overrides (v1 & v2)
   - bazuje na Twoich zmiennych :root (accent_*, primary_color, itp.)
   - spójne kolory, przyjazna paginacja, hover/zebra, dark-mode
   ========================================================================== */
/* Mapowanie DT zmiennych do Twoich tokenów */
:root {
  /* R,G,B dla akcentu (#5b92f9 => 91,146,249) */
  --dt-row-selected: 91, 146, 249;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 235, 243, 255;
  --dt-row-stripe: 91, 146, 249;
  --dt-row-hover: 91, 146, 249;
  --dt-column-ordering: 91, 146, 249;
  --dt-row-hover-alpha: 0.06;
  --dt-row-stripe-alpha: 0.045;
  --dt-column-ordering-alpha: 0.035;
  --dt-row-selected-stripe-alpha: 0.94;
  --dt-row-selected-column-ordering-alpha: 0.93;
  --dt-header-align-items: center;
  --dt-header-vertical-align: middle;
  --dt-html-background: #fff;
}

:root.dark {
  --dt-html-background: #212529;
}

/* ---------- Kontrolka rozwijania (opcjonalny feature DT) ---------- */
table.dataTable tbody td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable tbody td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.35);
  border-bottom: 5px solid transparent;
  border-right: 0 solid transparent;
}

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.35);
  border-left: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.45);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.45);
  border-left-color: transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

/* ---------- Scroll head "sizing" fix (DT) ---------- */
div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

/* ---------- Sortowanie: strzałki / hover ---------- */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.35;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(var(--dt-row-hover), 0.085);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.8;
}

/* ---------- Nagłówki / stopki ---------- */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 700;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(var(--dt-column-ordering), 0.25);
  vertical-align: var(--dt-header-vertical-align);
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(var(--dt-column-ordering), 0.25);
  padding: 10px 10px 6px;
}

/* ---------- Body ---------- */
table.dataTable > tbody > tr {
  background: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

/* Zaznaczenie wiersza */
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.92);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(var(--dt-row-selected-link));
}

/* Border styles (row/cell) */
table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

table.dataTable.row-border > tbody > tr:first-child > *,
table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* Zebra / Hover */
table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *,
table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

/* Order column glow */
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}

/* ---------- Kompakt ---------- */
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* ---------- Layout API (DT v2) / wrapper (DT v1) ---------- */
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
/* ---------- Kontrolki (search/length) ---------- */
div.dt-container .dt-search input,
div.dt-container .dt-input {
  border: 1px solid rgba(var(--dt-column-ordering), 0.25);
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
  background-color: var(--dt-html-background);
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 0.45rem 0.6rem;
}

/* ---------- Paginacja (spójna z blokiem) ---------- */
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 2.2em;
  padding: 0.5em 0.8em;
  margin-left: 0.25em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: var(--accent_color, #5b92f9) !important;
  border: 1px solid var(--accent-30, rgba(91, 146, 249, 0.3));
  border-radius: 10px;
  background: var(--accent-10, rgba(91, 146, 249, 0.1));
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, transform 0.08s ease, box-shadow 0.12s ease;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: #fff !important;
  border-color: var(--accent_color, #5b92f9);
  background: var(--accent_color, #5b92f9);
  transform: translateY(-1px);
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #fff !important;
  border-color: var(--accent_color, #5b92f9);
  background: var(--accent_color, #5b92f9);
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: var(--accent-30, rgba(91, 146, 249, 0.3));
  background: var(--accent-10, rgba(91, 146, 249, 0.1));
  box-shadow: none;
  transform: none;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

/* ---------- Scroll wrapper (DT v1) ---------- */
div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* ---------- Puste stopki / dolne obramowania ---------- */
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

/* ---------- Dark mode ---------- */
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

html.dark table.dataTable.row-border > tbody > tr > *,
html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #777 !important;
}

/* ---------- RTL ---------- */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

/* ---------- Processing spinner ---------- */
div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*# sourceMappingURL=front-end-styles.css.map*/