:root {
  --blog-black: #000000;
  --blog-almost-black: #161618;
  --blog-accent: #c6ff39;
  --blog-accent-hover: #d4ff6a;
  --blog-cream: #f5f1e8;
  --blog-cream-dim: rgba(245, 241, 232, 0.7);
  --blog-border: rgba(245, 241, 232, 0.18);
  --blog-surface: rgba(255, 255, 255, 0.03);
  --blog-mine-shaft: #3e3e3e;
  --font-body: "roc-grotesk", sans-serif;
  --font-display: "roc-grotesk-wide", sans-serif;
}

body.single-post,
body.blog,
body.archive,
body.category,
body.tag {
  background-color: var(--blog-black);
}

body.single-post #pxl-main,
body.blog #pxl-main,
body.archive #pxl-main,
body.category #pxl-main,
body.tag #pxl-main {
  background-color: var(--blog-black);
}

body.single-post #pxl-content-main,
body.blog #pxl-content-main,
body.archive #pxl-content-main,
body.category #pxl-content-main,
body.tag #pxl-content-main {
  background-color: transparent;
  color: var(--blog-cream);
}

@media (max-width: 991px) {
  body.single-post #pxl-content-main,
  body.blog #pxl-content-main,
  body.archive #pxl-content-main,
  body.category #pxl-content-main,
  body.tag #pxl-content-main {
    padding-top: 60px;
  }
}

body.single-post #pxl-main,
body.single-post #pxl-main p,
body.single-post #pxl-main li,
body.blog #pxl-main,
body.blog #pxl-main p,
body.blog #pxl-main li,
body.archive #pxl-main,
body.archive #pxl-main p,
body.archive #pxl-main li,
body.category #pxl-main,
body.category #pxl-main p,
body.category #pxl-main li,
body.tag #pxl-main,
body.tag #pxl-main p,
body.tag #pxl-main li {
  font-family: var(--font-body);
}

body.single-post #pxl-main h1,
body.single-post #pxl-main h2,
body.single-post #pxl-main h3,
body.single-post #pxl-main h4,
body.single-post #pxl-main h5,
body.single-post #pxl-main h6,
body.blog #pxl-main h1,
body.blog #pxl-main h2,
body.blog #pxl-main h3,
body.blog #pxl-main h4,
body.blog #pxl-main h5,
body.blog #pxl-main h6,
body.archive #pxl-main h1,
body.archive #pxl-main h2,
body.archive #pxl-main h3,
body.archive #pxl-main h4,
body.archive #pxl-main h5,
body.archive #pxl-main h6,
body.category #pxl-main h1,
body.category #pxl-main h2,
body.category #pxl-main h3,
body.category #pxl-main h4,
body.category #pxl-main h5,
body.category #pxl-main h6,
body.tag #pxl-main h1,
body.tag #pxl-main h2,
body.tag #pxl-main h3,
body.tag #pxl-main h4,
body.tag #pxl-main h5,
body.tag #pxl-main h6 {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  padding-bottom: 8px !important;
}

body.single-post #pxl-main a:not(.pxl-category a, .pxl--social a, .mn-tag-pill),
body.blog #pxl-main a,
body.archive #pxl-main a,
body.category #pxl-main a,
body.tag #pxl-main a {
  color: var(--blog-accent) !important;
}

body.single-post #pxl-main a:not(.pxl-category a, .pxl--social a, .mn-tag-pill):hover,
body.single-post #pxl-main a:not(.pxl-category a, .pxl--social a, .mn-tag-pill):focus,
body.blog #pxl-main a:hover,
body.blog #pxl-main a:focus,
body.archive #pxl-main a:hover,
body.archive #pxl-main a:focus,
body.category #pxl-main a:hover,
body.category #pxl-main a:focus,
body.tag #pxl-main a:hover,
body.tag #pxl-main a:focus {
  color: var(--blog-accent-hover) !important;
}

body.single-post #pxl-sidebar-area,
body.blog #pxl-sidebar-area,
body.archive #pxl-sidebar-area,
body.category #pxl-sidebar-area,
body.tag #pxl-sidebar-area {
  color: var(--blog-cream);
}

body.single-post #pxl-sidebar-area .widget-title span,
body.blog #pxl-sidebar-area .widget-title span,
body.archive #pxl-sidebar-area .widget-title span,
body.category #pxl-sidebar-area .widget-title span,
body.tag #pxl-sidebar-area .widget-title span {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

body.single-post #pxl-sidebar-area .widget li,
body.single-post #pxl-sidebar-area .widget p,
body.blog #pxl-sidebar-area .widget li,
body.blog #pxl-sidebar-area .widget p,
body.archive #pxl-sidebar-area .widget li,
body.archive #pxl-sidebar-area .widget p,
body.category #pxl-sidebar-area .widget li,
body.category #pxl-sidebar-area .widget p,
body.tag #pxl-sidebar-area .widget li,
body.tag #pxl-sidebar-area .widget p {
  color: var(--blog-cream) !important;
}

body.single-post #pxl-sidebar-area .wp-block-search__label,
body.blog #pxl-sidebar-area .wp-block-search__label,
body.archive #pxl-sidebar-area .wp-block-search__label,
body.category #pxl-sidebar-area .wp-block-search__label,
body.tag #pxl-sidebar-area .wp-block-search__label {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

body.single-post #pxl-sidebar-area .wp-block-search__inside-wrapper,
body.blog #pxl-sidebar-area .wp-block-search__inside-wrapper,
body.archive #pxl-sidebar-area .wp-block-search__inside-wrapper,
body.category #pxl-sidebar-area .wp-block-search__inside-wrapper,
body.tag #pxl-sidebar-area .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 4px 4px 4px 20px;
  background: var(--blog-cream);
  border: none;
  border-radius: 100px;
  gap: 0;
  box-sizing: border-box;
}

body.single-post .wp-block-search__input,
body.single-post .search-field,
body.blog .wp-block-search__input,
body.blog .search-field,
body.archive .wp-block-search__input,
body.archive .search-field,
body.category .wp-block-search__input,
body.category .search-field,
body.tag .wp-block-search__input,
body.tag .search-field {
  font-family: "roc-grotesk", sans-serif !important;
  font-weight: 400 !important;
}

body.single-post #pxl-sidebar-area .wp-block-search__input,
body.single-post #pxl-sidebar-area .search-field,
body.blog #pxl-sidebar-area .wp-block-search__input,
body.blog #pxl-sidebar-area .search-field,
body.archive #pxl-sidebar-area .wp-block-search__input,
body.archive #pxl-sidebar-area .search-field,
body.category #pxl-sidebar-area .wp-block-search__input,
body.category #pxl-sidebar-area .search-field,
body.tag #pxl-sidebar-area .wp-block-search__input,
body.tag #pxl-sidebar-area .search-field {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #000000;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.single-post #pxl-sidebar-area .wp-block-search__input::placeholder,
body.single-post #pxl-sidebar-area .search-field::placeholder,
body.blog #pxl-sidebar-area .wp-block-search__input::placeholder,
body.blog #pxl-sidebar-area .search-field::placeholder,
body.archive #pxl-sidebar-area .wp-block-search__input::placeholder,
body.archive #pxl-sidebar-area .search-field::placeholder,
body.category #pxl-sidebar-area .wp-block-search__input::placeholder,
body.category #pxl-sidebar-area .search-field::placeholder,
body.tag #pxl-sidebar-area .wp-block-search__input::placeholder,
body.tag #pxl-sidebar-area .search-field::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

body.single-post #pxl-sidebar-area .wp-block-search__button,
body.single-post #pxl-sidebar-area .search-submit,
body.blog #pxl-sidebar-area .wp-block-search__button,
body.blog #pxl-sidebar-area .search-submit,
body.archive #pxl-sidebar-area .wp-block-search__button,
body.archive #pxl-sidebar-area .search-submit,
body.category #pxl-sidebar-area .wp-block-search__button,
body.category #pxl-sidebar-area .search-submit,
body.tag #pxl-sidebar-area .wp-block-search__button,
body.tag #pxl-sidebar-area .search-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: var(--blog-accent);
  color: transparent !important;
  font-size: 0;
  cursor: pointer;
  transition: background 180ms;
}

body.single-post #pxl-sidebar-area .wp-block-search__button::before,
body.single-post #pxl-sidebar-area .search-submit::before,
body.blog #pxl-sidebar-area .wp-block-search__button::before,
body.blog #pxl-sidebar-area .search-submit::before,
body.archive #pxl-sidebar-area .wp-block-search__button::before,
body.archive #pxl-sidebar-area .search-submit::before,
body.category #pxl-sidebar-area .wp-block-search__button::before,
body.category #pxl-sidebar-area .search-submit::before,
body.tag #pxl-sidebar-area .wp-block-search__button::before,
body.tag #pxl-sidebar-area .search-submit::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

body.single-post #pxl-sidebar-area .wp-block-search__button:hover,
body.single-post #pxl-sidebar-area .search-submit:hover,
body.blog #pxl-sidebar-area .wp-block-search__button:hover,
body.blog #pxl-sidebar-area .search-submit:hover,
body.archive #pxl-sidebar-area .wp-block-search__button:hover,
body.archive #pxl-sidebar-area .search-submit:hover,
body.category #pxl-sidebar-area .wp-block-search__button:hover,
body.category #pxl-sidebar-area .search-submit:hover,
body.tag #pxl-sidebar-area .wp-block-search__button:hover,
body.tag #pxl-sidebar-area .search-submit:hover {
  background: var(--blog-accent-hover);
}

body.single-post #pxl-sidebar-area .widget a,
body.blog #pxl-sidebar-area .widget a,
body.archive #pxl-sidebar-area .widget a,
body.category #pxl-sidebar-area .widget a,
body.tag #pxl-sidebar-area .widget a {
  color: var(--blog-cream) !important;
}

body.single-post #pxl-sidebar-area .widget a:hover,
body.blog #pxl-sidebar-area .widget a:hover,
body.archive #pxl-sidebar-area .widget a:hover,
body.category #pxl-sidebar-area .widget a:hover,
body.tag #pxl-sidebar-area .widget a:hover {
  color: var(--blog-accent) !important;
}

body.single-post #pxl-sidebar-area .widget_categories a,
body.blog #pxl-sidebar-area .widget_categories a,
body.archive #pxl-sidebar-area .widget_categories a,
body.category #pxl-sidebar-area .widget_categories a,
body.tag #pxl-sidebar-area .widget_categories a {
  color: var(--blog-accent) !important;
}

body.single-post #pxl-sidebar-area .widget_categories ul,
body.blog #pxl-sidebar-area .widget_categories ul,
body.archive #pxl-sidebar-area .widget_categories ul,
body.category #pxl-sidebar-area .widget_categories ul,
body.tag #pxl-sidebar-area .widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.single-post #pxl-sidebar-area .widget_categories ul li,
body.blog #pxl-sidebar-area .widget_categories ul li,
body.archive #pxl-sidebar-area .widget_categories ul li,
body.category #pxl-sidebar-area .widget_categories ul li,
body.tag #pxl-sidebar-area .widget_categories ul li {
  margin: 0;
  padding: 0;
  color: var(--blog-cream) !important;
}

body.single-post #pxl-sidebar-area .widget_categories ul li a::before,
body.blog #pxl-sidebar-area .widget_categories ul li a::before,
body.archive #pxl-sidebar-area .widget_categories ul li a::before,
body.category #pxl-sidebar-area .widget_categories ul li a::before,
body.tag #pxl-sidebar-area .widget_categories ul li a::before {
  display: none !important;
}

body.single-post #pxl-sidebar-area .widget_categories ul li a,
body.blog #pxl-sidebar-area .widget_categories ul li a,
body.archive #pxl-sidebar-area .widget_categories ul li a,
body.category #pxl-sidebar-area .widget_categories ul li a,
body.tag #pxl-sidebar-area .widget_categories ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid var(--blog-border);
  background: var(--blog-almost-black);
  color: var(--blog-cream) !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  transition:
    background 180ms,
    color 180ms,
    border-color 180ms;
}

body.single-post #pxl-sidebar-area .widget_categories ul li a:hover,
body.blog #pxl-sidebar-area .widget_categories ul li a:hover,
body.archive #pxl-sidebar-area .widget_categories ul li a:hover,
body.category #pxl-sidebar-area .widget_categories ul li a:hover,
body.tag #pxl-sidebar-area .widget_categories ul li a:hover {
  background: var(--blog-cream) !important;
  border-color: var(--blog-cream) !important;
  color: var(--blog-almost-black) !important;
}

body.single-post #pxl-sidebar-area .widget h4,
body.blog #pxl-sidebar-area .widget h4,
body.archive #pxl-sidebar-area .widget h4,
body.category #pxl-sidebar-area .widget h4,
body.tag #pxl-sidebar-area .widget h4 {
  font-size: 13px !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  line-height: 1.4 !important;
  color: var(--blog-cream) !important;
  margin: 0 !important;
}

body.single-post #pxl-sidebar-area .widget_pxl_recent_posts .pxl-date,
body.blog #pxl-sidebar-area .widget_pxl_recent_posts .pxl-date,
body.archive #pxl-sidebar-area .widget_pxl_recent_posts .pxl-date,
body.category #pxl-sidebar-area .widget_pxl_recent_posts .pxl-date,
body.tag #pxl-sidebar-area .widget_pxl_recent_posts .pxl-date {
  display: block;
}

body.single-post #pxl-sidebar-area .widget_pxl_recent_posts .pxl-icon,
body.blog #pxl-sidebar-area .widget_pxl_recent_posts .pxl-icon,
body.archive #pxl-sidebar-area .widget_pxl_recent_posts .pxl-icon,
body.category #pxl-sidebar-area .widget_pxl_recent_posts .pxl-icon,
body.tag #pxl-sidebar-area .widget_pxl_recent_posts .pxl-icon {
  display: none !important;
}

body.single-post #pxl-sidebar-area .widget_pxl_recent_posts .pxl-post-date,
body.blog #pxl-sidebar-area .widget_pxl_recent_posts .pxl-post-date,
body.archive #pxl-sidebar-area .widget_pxl_recent_posts .pxl-post-date,
body.category #pxl-sidebar-area .widget_pxl_recent_posts .pxl-post-date,
body.tag #pxl-sidebar-area .widget_pxl_recent_posts .pxl-post-date {
  color: #658072 !important;
  font-size: 11px !important;
  line-height: 16.5px !important;
  font-family: "roc-grotesk", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.55px !important;
}

body.blog #pxl-sidebar-area .widget_pxl_elementor_box,
body.archive #pxl-sidebar-area .widget_pxl_elementor_box,
body.category #pxl-sidebar-area .widget_pxl_elementor_box,
body.tag #pxl-sidebar-area .widget_pxl_elementor_box {
  overflow: hidden;
  border-radius: 14px;
}

body.single-post #pxl-sidebar-area .widget {
  display: none;
}

body.single-post #pxl-sidebar-area .widget_block.widget_search,
body.single-post #pxl-sidebar-area .widget_search,
body.single-post #pxl-sidebar-area .widget_product_search,
body.single-post #pxl-sidebar-area .widget_categories {
  display: block;
}

body.single-post #pxl-sidebar-area,
body.blog #pxl-sidebar-area,
body.archive #pxl-sidebar-area,
body.category #pxl-sidebar-area,
body.tag #pxl-sidebar-area {
  .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .widget_tag_cloud .tagcloud a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid var(--blog-border);
    background: var(--blog-almost-black);
    color: var(--blog-cream) !important;
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    transition:
      background 180ms,
      color 180ms,
      border-color 180ms;
  }

  .widget_tag_cloud .tagcloud a:hover {
    background: var(--blog-cream) !important;
    border-color: var(--blog-cream) !important;
    color: var(--blog-almost-black) !important;
  }
}

body.single-post .pxl---post .pxl-information {
  color: var(--blog-cream);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 0;
  margin-bottom: 16px;
}

body.single-post .pxl---post .pxl-information .pxl-date,
body.single-post .pxl---post .pxl-information .pxl-item--author,
body.single-post .pxl---post .pxl-information .pxl-item--comment,
body.single-post .pxl---post .pxl-information .pxl-by {
  color: var(--blog-cream) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.single-post .pxl---post .pxl-information .pxl-category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid var(--blog-border);
  background: var(--blog-almost-black);
  color: #ffffff !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  transition:
    background 180ms,
    color 180ms,
    border-color 180ms;
}

body.single-post .pxl---post .pxl-information .pxl-category a:hover {
  background: var(--blog-cream) !important;
  border-color: var(--blog-cream) !important;
  color: var(--blog-almost-black) !important;
}

body.single-post .pxl---post .pxl-information .pxl-horizontal {
  font-size: 0 !important;
  width: 4px;
  height: 4px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  display: inline-block;
}

body.single-post .pxl---post .pxl-information a {
  color: var(--blog-cream) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.single-post .pxl---post .pxl-information a:hover {
  color: var(--blog-accent) !important;
}

body.single-post .pxl-item-image {
  display: block;
  width: 100%;
  margin: 0 0 32px;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

body.single-post .pxl-item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.single-post .pxl---post .pxl-item--title {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 48px;
  line-height: 1.15;
  text-transform: uppercase !important;
  margin: 0 0 14px;
}

body.single-post .pxl---post .pxl-item--excerpt {
  display: none;
}

body.single-post .pxl-item--content {
  color: var(--blog-cream);
  font-family: var(--font-body);
  font-size: 18px !important;
  line-height: 1.6;
}

body.single-post .pxl-item--content p {
  color: var(--blog-cream);
  font-size: 18px !important;
  margin: 0 0 20px !important;
}

body.single-post .pxl-item--content h1,
body.single-post .pxl-item--content h2,
body.single-post .pxl-item--content h3,
body.single-post .pxl-item--content h4,
body.single-post .pxl-item--content h5,
body.single-post .pxl-item--content h6 {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin: 0 0 18px !important;
}

body.single-post .pxl-item--content h1 {
  font-size: 52px !important;
}
body.single-post .pxl-item--content h2 {
  font-size: 40px !important;
}
body.single-post .pxl-item--content h3 {
  font-size: 30px !important;
}
body.single-post .pxl-item--content h4 {
  font-size: 24px !important;
}
body.single-post .pxl-item--content h5 {
  font-size: 20px !important;
}
body.single-post .pxl-item--content h6 {
  font-size: 18px !important;
}

body.single-post .pxl-item--content ul,
body.single-post .pxl-item--content ol {
  margin: 0 0 24px;
  padding-left: 14px;
}

body.single-post .pxl-item--content li {
  margin: 0 0 10px;
  color: var(--blog-cream);
}

body.single-post .pxl-item--content a {
  color: var(--blog-accent) !important;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: rgba(198, 255, 57, 0.55);
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.single-post .pxl-item--content a:hover,
body.single-post .pxl-item--content a:focus {
  color: var(--blog-accent-hover) !important;
  text-decoration-color: var(--blog-accent-hover);
}

body.single-post .pxl-item--content blockquote {
  margin: 0 0 30px;
  padding: 20px 24px !important;
  border-left: 4px solid var(--blog-accent);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

body.single-post .pxl-item--content blockquote p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
}

body.single-post .pxl-item--content blockquote p:last-of-type {
  margin-bottom: 0 !important;
}

body.single-post .pxl-item--content pre,
body.single-post .pxl-item--content code {
  background: rgba(255, 255, 255, 0.07);
  color: var(--blog-accent);
  font-size: 15px;
}

body.single-post .pxl-item--content pre {
  border: 1px solid var(--blog-border);
  padding: 18px;
}

body.single-post .pxl-item--content table {
  border-color: var(--blog-border);
}

body.single-post .pxl-item--content th,
body.single-post .pxl-item--content td {
  border-color: var(--blog-border);
  color: var(--blog-cream);
}

body.single-post .pxl--post-footer {
  border-top: 1px solid var(--blog-border);
  padding-top: 24px;
  padding-bottom: 0;
  margin-top: 40px;
}

body.single-post .pxl-content-social {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important ;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

body.single-post .mn-tag-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body.single-post .mn-tag-post__label {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.single-post .mn-tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid var(--blog-border);
  background: var(--blog-almost-black);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background 180ms,
    color 180ms,
    border-color 180ms;
}

body.single-post .mn-tag-pill:hover {
  background: var(--blog-cream);
  border-color: var(--blog-cream);
  color: var(--blog-almost-black);
  text-decoration: none;
}

body.single-post .pxl-share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.single-post .pxl-share .share-text {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.single-post .pxl-share .icon--share svg path,
body.single-post .pxl-share .icon--share svg circle,
body.single-post .pxl-share .icon--share svg line {
  stroke: #ffffff !important;
}

body.single-post .pxl-share .pxl--social {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.single-post .pxl-share .pxl--social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none !important;
  transition:
    background 180ms,
    border-color 180ms,
    color 180ms;
}

body.single-post .pxl-share .pxl--social a svg {
  display: block;
}

body.single-post .pxl-share .pxl--social a svg path,
body.single-post .pxl-share .pxl--social a svg rect,
body.single-post .pxl-share .pxl--social a svg circle,
body.single-post .pxl-share .pxl--social a svg line {
  fill: #ffffff;
  stroke: #ffffff;
}

body.single-post .pxl-share .pxl--social a.ig-social svg path,
body.single-post .pxl-share .pxl--social a.ig-social svg rect,
body.single-post .pxl-share .pxl--social a.ig-social svg circle,
body.single-post .pxl-share .pxl--social a.ig-social svg line {
  fill: none;
  stroke: #ffffff;
}

body.single-post .pxl-share .pxl--social a:hover {
  background: var(--blog-accent);
  border-color: var(--blog-accent);
}

body.single-post .pxl-share .pxl--social a:hover svg path,
body.single-post .pxl-share .pxl--social a:hover svg rect,
body.single-post .pxl-share .pxl--social a:hover svg circle,
body.single-post .pxl-share .pxl--social a:hover svg line {
  fill: #000000;
  stroke: #000000;
}

body.single-post .pxl-share .pxl--social a.ig-social:hover svg path,
body.single-post .pxl-share .pxl--social a.ig-social:hover svg rect,
body.single-post .pxl-share .pxl--social a.ig-social:hover svg circle,
body.single-post .pxl-share .pxl--social a.ig-social:hover svg line {
  fill: none;
  stroke: #000000;
}

body.single-post .pxl-post--author-info {
  border: 1px solid var(--blog-border);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 12px;
  margin-top: 48px;
}

body.single-post .pxl-post--author-title {
  font-size: 16px !important;
  margin: 0 0 6px !important;
  padding-bottom: 0 !important;
}

body.single-post .pxl-post--author-title a {
  color: #ffffff !important;
}

body.single-post .author-description {
  color: var(--blog-cream-dim);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 12px;
}

body.single-post .pxl-post--author-info .pxl--social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

body.single-post .pxl-post--author-info .pxl--social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--blog-border);
  background: transparent;
  color: var(--blog-cream) !important;
  font-size: 13px;
  text-decoration: none !important;
  transition:
    background 180ms,
    border-color 180ms,
    color 180ms;
}

body.single-post .pxl-post--author-info .pxl--social a:hover {
  background: var(--blog-accent);
  border-color: var(--blog-accent);
  color: var(--blog-black) !important;
}

body.single-post #comments.comments-area {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--blog-border) !important;
  color: var(--blog-cream) !important;
  font-family: var(--font-body) !important;
}

body.single-post .comment-form-cookies-consent label {
  color: var(--blog-cream) !important;
}

body.single-post #reply-title.comment-reply-title {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 24px !important;
  padding-bottom: 0 !important;
}

body.single-post #reply-title small a {
  color: var(--blog-cream-dim) !important;
  font-size: 13px;
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin-left: 12px;
}

body.single-post #reply-title small a:hover {
  color: var(--blog-accent) !important;
}

body.single-post .logged-in-as {
  color: var(--blog-cream-dim) !important;
  font-size: 14px;
  margin: 0 0 20px;
}

body.single-post .logged-in-as a {
  color: var(--blog-accent) !important;
}

body.single-post .logged-in-as a:hover {
  color: var(--blog-accent-hover) !important;
}

body.single-post #commentform textarea#comment {
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 14px 16px;
  background: var(--blog-almost-black);
  border: 1px solid var(--blog-border);
  border-radius: 10px;
  color: var(--blog-cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color 180ms;
}

body.single-post #commentform textarea#comment::placeholder {
  color: var(--blog-cream);
}

body.single-post #commentform textarea#comment:focus {
  border-color: var(--blog-accent);
}

body.single-post #commentform input[type="text"],
body.single-post #commentform input[type="email"],
body.single-post #commentform input[type="url"] {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: var(--blog-almost-black);
  border: 1px solid var(--blog-border);
  border-radius: 10px;
  color: var(--blog-cream);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 180ms;
}

body.single-post #commentform input[type="text"]:focus,
body.single-post #commentform input[type="email"]:focus,
body.single-post #commentform input[type="url"]:focus {
  border-color: var(--blog-accent);
}

body.single-post #commentform input[type="text"]::placeholder,
body.single-post #commentform input[type="email"]::placeholder,
body.single-post #commentform input[type="url"]::placeholder {
  color: var(--blog-cream);
}

body.single-post #commentform .form-submit input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  border: none;
  border-radius: 100px;
  background: var(--blog-accent);
  color: #000000 !important;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 49px !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms;
  -webkit-appearance: none;
  appearance: none;
}

body.single-post #commentform .form-submit input[type="submit"]:hover {
  background: var(--blog-accent-hover);
}

body.single-post .comment-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

body.single-post .comment-list .comment {
  padding: 20px 0;
  border-bottom: 1px solid var(--blog-border);
}

body.single-post .comment-list .comment-author .fn {
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
}

body.single-post .comment-list .comment-meta,
body.single-post .comment-list .comment-metadata a {
  color: var(--blog-cream-dim) !important;
  font-size: 12px;
}

body.single-post .comment-list .comment-content p {
  color: var(--blog-cream);
  font-size: 15px;
  line-height: 1.6;
}

body.single-post .comment-list .reply a {
  color: var(--blog-accent) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

body.single-post .comment-list .reply a:hover {
  color: var(--blog-accent-hover) !important;
}

body.blog .pxl---post,
body.archive .pxl---post,
body.category .pxl---post,
body.tag .pxl---post {
  border: 1px solid var(--blog-border);
  background: var(--blog-surface);
  overflow: hidden;
}

body.blog .pxl---post .pxl-content,
body.archive .pxl---post .pxl-content,
body.category .pxl---post .pxl-content,
body.tag .pxl---post .pxl-content {
  padding: 16px 16px 20px;
}

body.blog .pxl---post .pxl-item--title,
body.archive .pxl---post .pxl-item--title,
body.category .pxl---post .pxl-item--title,
body.tag .pxl---post .pxl-item--title {
  margin: 0 0 10px;
}

body.blog .pxl---post .pxl-item--title a,
body.archive .pxl---post .pxl-item--title a,
body.category .pxl---post .pxl-item--title a,
body.tag .pxl---post .pxl-item--title a {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

body.blog .pxl---post .pxl-item--title a:hover,
body.archive .pxl---post .pxl-item--title a:hover,
body.category .pxl---post .pxl-item--title a:hover,
body.tag .pxl---post .pxl-item--title a:hover {
  color: var(--blog-accent) !important;
}

body.blog .pxl---post .pxl-item--excerpt,
body.archive .pxl---post .pxl-item--excerpt,
body.category .pxl---post .pxl-item--excerpt,
body.tag .pxl---post .pxl-item--excerpt {
  color: var(--blog-cream) !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 14px;
}

body.blog .pxl---post .pxl-information,
body.archive .pxl---post .pxl-information,
body.category .pxl---post .pxl-information,
body.tag .pxl---post .pxl-information {
  color: var(--blog-cream-dim);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

body.blog .pxl---post .pxl-information .pxl-category a,
body.archive .pxl---post .pxl-information .pxl-category a,
body.category .pxl---post .pxl-information .pxl-category a,
body.tag .pxl---post .pxl-information .pxl-category a {
  color: var(--blog-accent) !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.blog .pxl---post .pxl-item--author,
body.archive .pxl---post .pxl-item--author,
body.category .pxl---post .pxl-item--author,
body.tag .pxl---post .pxl-item--author,
body.blog .pxl---post .pxl-by,
body.archive .pxl---post .pxl-by,
body.category .pxl---post .pxl-by,
body.tag .pxl---post .pxl-by {
  color: var(--blog-cream-dim) !important;
}

body.blog .pxl---post .pxl-item--author a,
body.archive .pxl---post .pxl-item--author a,
body.category .pxl---post .pxl-item--author a,
body.tag .pxl---post .pxl-item--author a {
  color: var(--blog-cream-dim) !important;
}

body.blog .pxl---post .pxl-item--comment a,
body.archive .pxl---post .pxl-item--comment a,
body.category .pxl---post .pxl-item--comment a,
body.tag .pxl---post .pxl-item--comment a {
  color: var(--blog-cream-dim) !important;
}

body.blog .pxl---post .pxl-item--comment a:hover,
body.archive .pxl---post .pxl-item--comment a:hover,
body.category .pxl---post .pxl-item--comment a:hover,
body.tag .pxl---post .pxl-item--comment a:hover {
  color: var(--blog-cream) !important;
}

body.blog .pxl---post .pxl-horizontal,
body.archive .pxl---post .pxl-horizontal,
body.category .pxl---post .pxl-horizontal,
body.tag .pxl---post .pxl-horizontal {
  color: var(--blog-border) !important;
}

body.blog .pxl---post .post-date,
body.archive .pxl---post .post-date,
body.category .pxl---post .post-date,
body.tag .pxl---post .post-date {
  background-color: var(--blog-accent);
  color: #000000;
}

body.blog .pxl---post .post-date .day,
body.archive .pxl---post .post-date .day,
body.category .pxl---post .post-date .day,
body.tag .pxl---post .post-date .day,
body.blog .pxl---post .post-date .month,
body.archive .pxl---post .post-date .month,
body.category .pxl---post .post-date .month,
body.tag .pxl---post .post-date .month {
  color: #000000;
  font-weight: 700;
}

body.blog .pxl---post .btn--button,
body.archive .pxl---post .btn--button,
body.category .pxl---post .btn--button,
body.tag .pxl---post .btn--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 24px;
  border: 1px solid var(--blog-accent);
  border-radius: 100px;
  background-color: var(--blog-accent);
  color: #000000 !important;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    background-color 180ms,
    border-color 180ms;
}

body.blog .pxl---post .btn--button:hover,
body.archive .pxl---post .btn--button:hover,
body.category .pxl---post .btn--button:hover,
body.tag .pxl---post .btn--button:hover {
  background-color: var(--blog-accent-hover);
  border-color: var(--blog-accent-hover);
  color: #000000 !important;
}

body.blog .page-header,
body.archive .page-header,
body.category .page-header,
body.tag .page-header {
  margin: 0 0 34px;
}

body.blog .page-header .page-title,
body.archive .page-header .page-title,
body.category .page-header .page-title,
body.tag .page-header .page-title {
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase !important;
  margin: 0 0 12px;
}

body.blog .pxl-pagination .page-numbers,
body.archive .pxl-pagination .page-numbers,
body.category .pxl-pagination .page-numbers,
body.tag .pxl-pagination .page-numbers,
body.blog nav.navigation .page-numbers,
body.archive nav.navigation .page-numbers,
body.category nav.navigation .page-numbers,
body.tag nav.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid var(--blog-border);
  background: var(--blog-almost-black);
  color: var(--blog-cream) !important;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    background 180ms,
    color 180ms;
}

body.blog .pxl-pagination .page-numbers:hover,
body.archive .pxl-pagination .page-numbers:hover,
body.category .pxl-pagination .page-numbers:hover,
body.tag .pxl-pagination .page-numbers:hover,
body.blog nav.navigation .page-numbers:hover,
body.archive nav.navigation .page-numbers:hover,
body.category nav.navigation .page-numbers:hover,
body.tag nav.navigation .page-numbers:hover {
  background: var(--blog-cream);
  color: #000000 !important;
  border-color: var(--blog-cream);
}

body.blog .pxl-pagination .page-numbers.current,
body.archive .pxl-pagination .page-numbers.current,
body.category .pxl-pagination .page-numbers.current,
body.tag .pxl-pagination .page-numbers.current,
body.blog nav.navigation .page-numbers.current,
body.archive nav.navigation .page-numbers.current,
body.category nav.navigation .page-numbers.current,
body.tag nav.navigation .page-numbers.current {
  background: var(--blog-cream);
  color: #000000 !important;
  border-color: var(--blog-cream);
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  top: auto;
  left: auto;
  right: 5px;
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  top: auto;
  right: 8px;
  left: auto;
}

.admin-bar .pxl-sidebar-sticky,
.pxl-sidebar-sticky {
  top: 120px;
}

body.single-post #pxl-sidebar-area .pxl-sidebar-sticky,
body.blog #pxl-sidebar-area .pxl-sidebar-sticky,
body.archive #pxl-sidebar-area .pxl-sidebar-sticky,
body.category #pxl-sidebar-area .pxl-sidebar-sticky,
body.tag #pxl-sidebar-area .pxl-sidebar-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

body.single-post #pxl-wapper,
body.blog #pxl-wapper,
body.archive #pxl-wapper,
body.category #pxl-wapper,
body.tag #pxl-wapper,
body.single-post #pxl-main,
body.blog #pxl-main,
body.archive #pxl-main,
body.category #pxl-main,
body.tag #pxl-main {
  overflow: visible !important;
}

body.blog #pxl-content-main .pxl---post,
body.archive #pxl-content-main .pxl---post,
body.category #pxl-content-main .pxl---post,
body.tag #pxl-content-main .pxl---post {
  margin-bottom: 32px;
}

.mn-blog-archive__header {
  margin-bottom: 32px;
}

.mn-blog-archive__title {
  color: #ffffff !important;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-weight: 700 !important;
  font-size: 52px !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.mn-blog-archive__label {
  color: var(--blog-accent) !important;
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
  margin-top: 8px;
}

@media (max-width: 991px) {
  body.single-post #pxl-wapper,
  body.blog #pxl-wapper,
  body.archive #pxl-wapper,
  body.category #pxl-wapper,
  body.tag #pxl-wapper,
  body.single-post #pxl-main,
  body.blog #pxl-main,
  body.archive #pxl-main,
  body.category #pxl-main,
  body.tag #pxl-main {
    overflow: hidden !important;
  }

  body.single-post #pxl-sidebar-area .pxl-sidebar-sticky,
  body.blog #pxl-sidebar-area .pxl-sidebar-sticky,
  body.archive #pxl-sidebar-area .pxl-sidebar-sticky,
  body.category #pxl-sidebar-area .pxl-sidebar-sticky,
  body.tag #pxl-sidebar-area .pxl-sidebar-sticky {
    position: static !important;
    top: auto;
  }

  .mn-blog-archive__title {
    font-size: 34px !important;
  }

  body.single-post .pxl---post .pxl-item--title {
    font-size: 36px;
  }

  body.single-post .pxl-item--content h1 {
    font-size: 42px !important;
  }
  body.single-post .pxl-item--content h2 {
    font-size: 34px !important;
  }
  body.single-post .pxl-item--content h3 {
    font-size: 28px !important;
  }

  body.blog .page-header .page-title,
  body.archive .page-header .page-title,
  body.category .page-header .page-title,
  body.tag .page-header .page-title {
    font-size: 36px;
  }

  body.blog #pxl-content-main,
  body.archive #pxl-content-main,
  body.category #pxl-content-main,
  body.tag #pxl-content-main {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mn-blog-archive__header {
    margin-bottom: 0;
  }

  body.single-post .pxl---post .pxl-item--title {
    font-size: 32px;
  }

  body.single-post .pxl-item--content {
    font-size: 17px !important;
    line-height: 1.55;
  }

  body.single-post .pxl-item--content p {
    font-size: 17px !important;
  }
  body.single-post .pxl-item--content h1 {
    font-size: 34px !important;
  }
  body.single-post .pxl-item--content h2 {
    font-size: 28px !important;
  }
  body.single-post .pxl-item--content h3 {
    font-size: 24px !important;
  }

  body.single-post .pxl-item--content blockquote {
    padding: 16px 18px !important;
  }

  body.single-post .pxl-item--content blockquote p {
    font-size: 18px;
  }

  body.single-post .pxl---post .pxl-item--excerpt {
    font-size: 16px;
  }

  body.blog .page-header .page-title,
  body.archive .page-header .page-title,
  body.category .page-header .page-title,
  body.tag .page-header .page-title {
    font-size: 32px;
  }

  body.single-post .pxl---post .pxl-information .pxl-item--comment,
  body.single-post .pxl---post .pxl-information .pxl-horizontal:last-of-type {
    display: none !important;
  }

  body.single-post .pxl-post--author-info {
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    margin-top: 24px;
  }

  body.single-post .pxl--post-footer {
    padding-bottom: 0;
  }

  body.single-post #comments.comments-area {
    margin-top: 26px;
    padding-top: 24px;
  }

  body.single-post .pxl-content-social {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.single-post #reply-title.comment-reply-title {
    font-size: 22px !important;
  }

  body.blog #pxl-content-main .pxl---post,
  body.archive #pxl-content-main .pxl---post,
  body.category #pxl-content-main .pxl---post,
  body.tag #pxl-content-main .pxl---post {
    margin-bottom: 24px;
  }
}

body.blog #pxl-content-main .mn-blog-archive__list,
body.archive #pxl-content-main .mn-blog-archive__list,
body.category #pxl-content-main .mn-blog-archive__list,
body.tag #pxl-content-main .mn-blog-archive__list {
  max-width: 1504px;
  margin-inline: auto;
}

body.blog #pxl-content-main .mn-blog-archive__list .mk-blog-grid__compact-img,
body.archive #pxl-content-main .mn-blog-archive__list .mk-blog-grid__compact-img,
body.category #pxl-content-main .mn-blog-archive__list .mk-blog-grid__compact-img,
body.tag #pxl-content-main .mn-blog-archive__list .mk-blog-grid__compact-img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
}

.mk-blog-grid__compact-excerpt {
  color: #f6f6f6 !important;
}

body.blog .mn-learning-center__pagination,
body.archive .mn-learning-center__pagination,
body.category .mn-learning-center__pagination,
body.tag .mn-learning-center__pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 48px !important;
  flex-wrap: wrap !important;
}

body.blog .mn-learning-center__pagination button,
body.archive .mn-learning-center__pagination button,
body.category .mn-learning-center__pagination button,
body.tag .mn-learning-center__pagination button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 6px 14px !important;
  border-radius: 100px !important;
  border: 1px solid #f5f1e8 !important;
  background: #161618 !important;
  color: #f5f1e8 !important;
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition:
    background 180ms,
    color 180ms !important;
}

body.blog .mn-learning-center__pagination button:hover,
body.archive .mn-learning-center__pagination button:hover,
body.category .mn-learning-center__pagination button:hover,
body.tag .mn-learning-center__pagination button:hover {
  background: #f5f1e8 !important;
  color: #161618 !important;
}

body.blog .mn-learning-center__pagination .is-current,
body.archive .mn-learning-center__pagination .is-current,
body.category .mn-learning-center__pagination .is-current,
body.tag .mn-learning-center__pagination .is-current {
  background: #f5f1e8 !important;
  color: #161618 !important;
  cursor: default !important;
}

.mn-learning-center__archive.is-loading #mn-blog-archive-results {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 180ms;
}

.mk-blog-grid__compact {
  min-height: 255px !important;
}

.pxl-post--author-info .pxl-item-name .author-description {
  color: white;
}

.pxl---post .pxl--post-footer .pxl-share .pxl--social a:hover {
  background: var(--blog-cream) !important;
  border-color: var(--blog-cream) !important;
  transform: none !important;
}

@media (max-width: 991px) {
  body.single-post .pxl---post .pxl--post-footer .pxl-share .pxl--social {
    opacity: 1 !important;
    position: static !important;
    flex-direction: row !important;
  }
}
