/*! sanitize.css v7.0.2 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 2 */
  line-height: 1.15; /* 3 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 4 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/** Mixins */ /** Colors */
/** Config  */
:root {
  --announcement-bar-height: 0px;
  --show-fade-animation: 1;
}

[data-theme=light] {
  --background-color: #fff;
  --primary-foreground-color: #4a4a4a;
  --primary-color: #F6A91B;
  --secondary-foreground-color: #000;
  --primary-subtle-color: #0470ee;
  --secondary-subtle-color: #f4f8fd;
  --titles-color: #333;
  --link-color: #133467;
  --primary-border-color: #9b9b9b;
  --secondary-border-color: aliceblue;
  --article-shadow-normal: 0 10px 10px rgba(0, 0, 0, 0.08);
  --article-shadow-hover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
  --transparent-background-color: rgba(255, 255, 255, 0.99);
  --footer-background-color: #133467;
  --submenu-shadow-color-opacity: 0.25;
  --button-shadow-color-normal: rgba(108, 108, 108, 0.2);
  --button-shadow-color-hover: rgba(108, 108, 108, 0.3);
  --table-background-color-odd: #fafafa;
  --table-head-border-bottom: #e2e2e2;
  --toggle-darkmode-button-display-moon: block;
  --toggle-darkmode-button-display-sun: none;
  --toggle-darkmode-background-color: rgba(0, 0, 0, 0.05);
  --header-menu-gradient-first-color: rgba(255, 255, 255, 0);
  --header-menu-gradient-second-color: rgba(255, 255, 255, 1);
  --kg-card-img-invert-color: 0;
}

[data-theme=dark] {
  --background-color: #111;
  --primary-foreground-color: #ccc;
  --secondary-foreground-color: #fff;
  --primary-subtle-color: #2c2fe6;
  --secondary-subtle-color: #141920;
  --titles-color: #b4b4b4;
  --link-color: #b6b7f6;
  --primary-border-color: #1d1d1d;
  --secondary-border-color: #0f0f0f;
  --article-shadow-normal: 0 4px 5px 5px rgba(0, 0, 0, 0.1);
  --article-shadow-hover: 0 4px 5px 10px rgba(0, 0, 0, 0.1);
  --transparent-background-color: rgba(0, 0, 0, 0.99);
  --footer-background-color: #080808;
  --submenu-shadow-color-opacity: 0.55;
  --button-shadow-color-normal: rgba(10, 10, 10, 0.5);
  --button-shadow-color-hover: rgba(10, 10, 10, 0.5);
  --table-background-color-odd: #050505;
  --table-head-border-bottom: #1d1d1d;
  --toggle-darkmode-button-display-moon: none;
  --toggle-darkmode-button-display-sun: block;
  --toggle-darkmode-background-color: rgba(0, 0, 0, 0.5);
  --header-menu-gradient-first-color: rgba(17, 17, 17, 0);
  --header-menu-gradient-second-color: rgba(17, 17, 17, 0.65);
  --kg-card-img-invert-color: 1;
}

/** Helpers */
.hide {
  display: none;
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.focusable:focus, .m-toggle-darkmode input:focus, .m-icon-button:focus, .m-button:focus {
  box-shadow: 0 0 0 2px var(--primary-color) !important;
}

.content-centered, .m-hero, .m-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-appearance, .m-toggle-darkmode input, .m-input, .m-icon-button, .m-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-scroll-y {
  overflow-y: hidden;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.only-desktop {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .only-desktop {
    display: block;
  }
}

/** Icons */
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-moon:before {
  content: "\e90f";
}

.icon-sunny:before {
  content: "\e910";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-star:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-top:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-comments:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-globe:before {
  content: "\e908";
}

.icon-menu:before {
  content: "\e909";
}

.icon-more:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-imdb:before {
  content: "\e90d";
}

.icon-vk:before {
  content: "\e90e";
}

.icon-steam:before {
  content: "\e914";
}

.icon-twitch:before {
  content: "\e915";
}

.icon-youtube:before {
  content: "\e916";
}

.icon-vimeo:before {
  content: "\e917";
}

.icon-whatsapp:before {
  content: "\e918";
}

.icon-reddit:before {
  content: "\e919";
}

.icon-rss:before {
  content: "\e91a";
}

.icon-spotify:before {
  content: "\e91b";
}

.icon-telegram:before {
  content: "\e91c";
}

.icon-soundcloud:before {
  content: "\e91d";
}

.icon-flickr:before {
  content: "\e91e";
}

.icon-letterboxd:before {
  content: "\e91f";
}

.icon-odnoklassniki:before {
  content: "\e920";
}

.icon-pinterest:before {
  content: "\e921";
}

.icon-tiktok:before {
  content: "\e922";
}

.icon-tumblr:before {
  content: "\e923";
}

.icon-xing:before {
  content: "\e924";
}

.icon-mixcloud:before {
  content: "\e925";
}

.icon-mixer:before {
  content: "\e926";
}

.icon-wechat:before {
  content: "\e927";
}

.icon-deviantart:before {
  content: "\e928";
}

.icon-discord:before {
  content: "\e929";
}

.icon-instagram:before {
  content: "\e92a";
}

.icon-linkedin:before {
  content: "\e92b";
}

.icon-snapchat:before {
  content: "\e92c";
}

.icon-gitlab:before {
  content: "\e92d";
}

.icon-github:before {
  content: "\e930";
}

.icon-behance:before {
  content: "\e951";
}

/** Global styles */
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  color: var(--primary-foreground-color);
  font-size: 1rem;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-display: swap;
  overflow-x: hidden;
  background-color: var(--background-color);
  padding-top: var(--announcement-bar-height);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: padding-top linear 0.2s;
}
body.share-menu-displayed {
  padding-bottom: 45px;
}
@media only screen and (min-width: 48rem) {
  body.share-menu-displayed {
    padding-bottom: 0;
  }
}

.main-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

p {
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}

.tippy-popper * {
  text-align: left !important;
}

.medium-zoom-overlay {
  background-color: var(--background-color) !important;
}

.medium-zoom-overlay,
.medium-zoom-image {
  z-index: 5;
}

[data-animate^=fade] {
  opacity: calc((var(--show-fade-animation) - 1) * -1);
  -webkit-animation: fadeAnimation 500ms linear forwards;
  animation: fadeAnimation 500ms linear forwards;
}
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
  }
  100% {
    opacity: 1;
  }
}

[data-animate=fade-up] {
  -webkit-animation: fadeUpAnimation 500ms cubic-bezier(0.77,0,0.18,1) 300ms forwards;
  animation: fadeUpAnimation 500ms cubic-bezier(0.77,0,0.18,1) 300ms forwards;
}
@-webkit-keyframes fadeUpAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(100px * var(--show-fade-animation)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc(100px * var(--show-fade-animation)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-animate=fade-down] {
  -webkit-animation: fadeDownAnimation 500ms cubic-bezier(0.77,0,0.18,1) forwards;
  animation: fadeDownAnimation 500ms cubic-bezier(0.77,0,0.18,1) forwards;
}
@-webkit-keyframes fadeDownAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc((100px * -1) * var(--show-fade-animation)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnimation {
  0% {
    opacity: calc((var(--show-fade-animation) - 1) * -1);
    transform: translateY(calc((100px * -1) * var(--show-fade-animation)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper {
    max-width: 1400px;
  }
}
/* @media only screen and (min-width: 80rem) {
  .l-wrapper {
    padding: 0;
  }
} */
.l-wrapper.in-submenu {
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-submenu {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 80rem) {
  .l-wrapper.in-submenu {
    padding: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-post {
    max-width: 1020px;
  }
}
.l-wrapper.in-comments {
  color: var(--primary-foreground-color);
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-comments {
    max-width: 820px;
  }
}
@media only screen and (min-width: 64rem) {
  .l-wrapper.in-recommended {
    padding: 0;
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 90rem) {
  .l-wrapper.in-recommended {
    max-width: 1200px;
  }
}

/* .l-wrapper.in-post.no-image {
  padding-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .l-wrapper.in-post.no-image {
    padding-top: 80px;
  }
} */

.l-wrapper.in-caption {
  padding-top: 10px;
}

.l-content {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 48rem) {
  .l-content {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 40rem) {
  .categories-posts-section .l-content .l-wrapper {
    padding: 0 !important;
  }
}

.m-button {
  display: inline-block;
  color: #333;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 13px 25px;
  cursor: pointer;
  outline: 0;
  border: 0;
  position: relative;
  background-color: transparent;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-button.outlined {
  color: var(--titles-color);
  border: 1px solid var(--primary-foreground-color);
}
.m-button.filled, .m-button.primary {
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
}
.m-button.filled:hover, .m-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}
.m-button.filled {
  border-radius: 5px;
  background-color: #fff;
}
.m-button.block {
  display: block;
  width: 100%;
}
.m-button.primary {
  color: #fff;
  background-color: var(--primary-subtle-color);
}
.m-button.loading {
  cursor: default;
  overflow: hidden;
}
.m-button.loading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  background-color: #fff;
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
}
@-webkit-keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes loading {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(300%);
  }
  100% {
    transform: translatex(0);
  }
}

.m-icon-button {
  color: var(--titles-color);
  font-size: 1.125rem;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
}
.m-icon-button.outlined {
  border: 1px solid var(--primary-foreground-color);
}
.m-icon-button.filled {
  background-color: var(--background-color);
  box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-icon-button.filled:hover {
  box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}
.m-icon-button:disabled {
  cursor: default;
  opacity: 0.5;
}
.m-icon-button.in-mobile-topbar {
  width: 50px;
  height: 50px;
}
.m-icon-button.as-close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  font-size: 0.625rem;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-close-menu {
    display: none !important;
  }
}
.m-icon-button.as-close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  font-size: 0.625rem;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-close-search {
    top: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 80rem) {
  .m-icon-button.as-close-search {
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
}
.m-icon-button.in-menu-main {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-menu-main {
    display: flex;
    width: 32px;
    height: 32px;
  }
}
.m-icon-button.more {
  font-size: 1.25rem;
  z-index: 6;
  position: relative;
}
.m-icon-button.more.active {
  color: var(--primary-color);
}
.m-icon-button.in-pagination-left, .m-icon-button.in-pagination-right {
  width: 40px;
  height: 40px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-pagination-left, .m-icon-button.in-pagination-right {
    width: 46px;
    height: 46px;
    font-size: 0.688rem;
  }
}
.m-icon-button.in-pagination-left {
  margin-right: 30px;
}
.m-icon-button.in-pagination-right {
  margin-left: 30px;
}
.m-icon-button.in-featured-articles {
  position: absolute;
  color: #fff;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  bottom: 5px;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles {
    bottom: 26px;
  }
}
.m-icon-button.in-featured-articles.swiper-button-prev {
  right: 56px;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles.swiper-button-prev {
    right: 76px;
  }
}
.m-icon-button.in-featured-articles.swiper-button-next {
  right: 16px;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.in-featured-articles.swiper-button-next {
    right: 36px;
  }
}
.m-icon-button.in-recommended-articles {
  position: absolute;
  font-size: 0.625rem;
  width: 40px;
  height: 40px;
  top: 240px;
  z-index: 2;
  transform: translateY(-50%);
}
@media only screen and (min-width: 64rem) {
  .m-icon-button.in-recommended-articles {
    display: none;
  }
}
.m-icon-button.in-recommended-articles.swiper-button-prev {
  left: 2px;
}
.m-icon-button.in-recommended-articles.swiper-button-next {
  right: 2px;
}
.m-icon-button.as-load-comments {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 1.25rem;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-icon-button.as-load-comments {
    width: 80px;
    height: 80px;
    font-size: 1.625rem;
  }
}
.m-icon-button.in-share {
  color: var(--titles-color);
  font-size: 0.75rem;
  text-decoration: none;
  width: 31px;
  height: 31px;
  margin: 0 25px;
}
@media only screen and (min-width: 64rem) {
  .m-icon-button.in-share {
    font-size: 0.875rem;
    width: 40px;
    height: 40px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 80rem) {
  .m-icon-button.in-share {
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
}
.m-icon-button.progress {
  position: relative;
}
.m-icon-button.progress svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-icon-button.progress svg circle {
  stroke: var(--primary-color);
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transition: stroke-dashoffset 0.2s;
}

.rtl .m-icon-button.in-featured-articles.swiper-button-prev {
  right: auto;
  left: 16px;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-icon-button.in-featured-articles.swiper-button-prev {
    right: auto;
    left: 36px;
  }
}
.rtl .m-icon-button.in-featured-articles.swiper-button-next {
  right: auto;
  left: 52px;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-icon-button.in-featured-articles.swiper-button-next {
    right: auto;
    left: 72px;
  }
}
.rtl .m-icon-button.in-recommended-articles.swiper-button-prev {
  left: auto;
  right: 2px;
  transform: rotate(180deg);
}
.rtl .m-icon-button.in-recommended-articles.swiper-button-next {
  right: auto;
  left: 2px;
  transform: rotate(180deg);
}

.m-input {
  color: var(--primary-foreground-color);
  letter-spacing: 0.2px;
  line-height: 1.3;
  font-size: 1rem;
  width: 100%;
  border-radius: 5px;
  padding: 11px 15px;
  border: 1px solid var(--primary-border-color);
  outline: 0;
  background-color: var(--background-color);
}
.m-input:focus {
  border-color: var(--primary-subtle-color);
}
.m-input.in-search {
  font-weight: 600;
  padding-left: 40px;
}
@media only screen and (min-width: 48rem) {
  .m-input.in-search {
    font-size: 1.25rem;
    padding: 15px 30px 15px 60px;
  }
}
.m-input.in-subscribe-section {
  margin-bottom: 15px;
}

.m-section-title {
  color: var(--titles-color);
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (min-width: 48rem) {
  .m-section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.m-section-title.in-recommended {
  margin-bottom: 30px !important;
}

.m-small-text {
  color: var(--titles-color);
  font-size: 0.875rem;
}
.m-small-text.in-subscribe-page {
  padding-top: 30px;
  font-weight: 600;
}
.m-small-text.in-author-along-with {
  margin-bottom: 20px;
}
.m-small-text.in-author-along-with a {
  text-decoration: underline;
}

.m-not-found {
  color: var(--primary-foreground-color);
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 600;
}
.m-not-found.in-recent-articles {
  margin-left: 20px;
}
@media only screen and (min-width: 48rem) {
  .m-not-found.in-recent-articles {
    margin-left: 0;
  }
}

.m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  will-change: transform;
  background-color: var(--background-color);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 48rem) {
  .m-header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 48rem) {
  .m-header.with-announcement-bar {
    padding: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .m-header.with-announcement-bar .m-menu {
    padding: 20px 0;
  }
}
.m-header.mobile-menu-opened {
  height: 100%;
}
@media only screen and (min-width: 48rem) {
  .m-header.mobile-menu-opened {
    height: auto;
  }
}
.m-header.headroom--pinned {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 0 0 transparent;
  transform: translateY(0%);
}
.m-header.headroom--pinned .m-header__shadow {
  display: none;
}
.m-header.headroom--unpinned {
  transform: translateY(-100%);
}
.m-header.submenu-is-active {
  background-color: var(--background-color);
}
.m-header.submenu-is-active .m-header__shadow {
  display: none;
}
.m-header.with-picture {
  background-color: var(--background-color);
}

.m-mobile-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-mobile-topbar {
    display: none !important;
  }
}

.m-logo {
  display: inline-block;
  height: 32px;
}
.m-logo img {
  width: auto;
  max-width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .m-logo img {
    margin-top: 0;
  }
}

.m-logo img.m-logo__image-light {
  display: var(--toggle-darkmode-button-display-moon);
}
.m-logo img.m-logo__image-dark {
  display: var(--toggle-darkmode-button-display-sun);
}
.m-logo.in-mobile-topbar {
  margin: 0 20px;
}

.m-site-name.in-mobile-topbar {
  color: var(--titles-color);
  font-weight: 600;
}
.m-site-name.in-desktop-menu {
  font-weight: 700;
}

@media only screen and (min-width: 48rem) {
  .m-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 90rem) {
  .m-nav {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 48rem) {
  .m-nav.toggle-overflow {
    overflow-y: initial;
  }
}

.m-nav__left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 48rem) {
  .m-nav__left.toggle-overflow {
    overflow-x: hidden;
  }
}
.m-nav__left ul:not(.m-secondary-menu) {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left ul:not(.m-secondary-menu) {
    display: flex;
    align-items: center;
  }
}
.m-nav__left li {
  color: var(--titles-color);
  letter-spacing: 0.3px;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left li {
    margin-bottom: 0;
    margin-right: 35px;
    position: relative;
  }
}
.m-nav__left li:last-of-type {
  margin-bottom: 0;
}
.m-nav__left li.nav-current {
  font-weight: 600;
}
.m-nav__left li a {
  color: inherit;
}
.m-nav__left li.more a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .m-nav__left li.more a {
    display: flex;
  }
}
.m-nav__left li.more a span {
  display: inline-block;
  color: inherit;
  font-size: 1rem;
  margin-left: 8px;
  transform: translateY(1px);
}
@media only screen and (min-width: 48rem) {
  .m-nav__left li.submenu-option {
    z-index: 2;
  }
}

.m-nav__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 48rem) {
  .m-nav__right {
    flex-shrink: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 48rem) {
  .m-nav__right:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, var(--header-menu-gradient-first-color) 0, var(--header-menu-gradient-second-color));
  }
}

.m-button.in-header-subscribe {
  display: inline-block;
  margin-left: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 30px;
  background-color: var(--background-color);
  white-space: nowrap;
}
.m-button.in-header-subscribe:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.m-button.in-header-subscribe:focus,
.m-button.in-header-subscribe:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.rtl .m-button.in-header-subscribe {
  margin-left: 0;
  margin-right: 12px;
}

@media only screen and (min-width: 48rem) {
  .rtl .m-nav__left {
    padding-left: 0;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 48rem) {
  .rtl .m-nav__left li {
    margin-right: 0;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 48rem) {
  .rtl .m-nav__right {
    padding-left: 5px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  .rtl .m-nav__right:before {
    left: auto;
    right: -20px;
    transform: rotate(180deg);
  }
}

.m-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  z-index: 2;
  background-color: var(--background-color);
  -webkit-overflow-scrolling: touch;
  transform: scale(1.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-menu.opened {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transform: scale(1);
}
@media only screen and (min-width: 48rem) {
  .m-menu {
    visibility: visible !important;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    opacity: 1 !important;
    overflow: initial;
    background-color: transparent;
    transform: translate3d(0, 0, 0) !important;
  }
}

.m-menu__main {
  padding: 50px 0 5px;
  min-height: 100%;
}
@media only screen and (min-width: 48rem) {
  .m-menu__main {
    padding: 0;
    min-height: 0;
  }
}

.rtl .m-menu__main {
  padding-top: 75px;
}
@media only screen and (min-width: 48rem) {
  .rtl .m-menu__main {
    padding: 0;
  }
}

.m-secondary-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-secondary-menu li {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .m-secondary-menu li {
    margin-left: 0;
    margin-right: 0;
  }
}
.m-secondary-menu li.nav-current a {
  font-weight: 600;
}
.m-secondary-menu li a {
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color linear 0.1s;
}
@media only screen and (min-width: 48rem) {
  .m-secondary-menu li a {
    padding: 8px 10px;
  }
}
.m-secondary-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.rtl .m-secondary-menu .li,
.rtl .m-secondary-menu .li a {
  text-align: right !important;
}

.m-submenu {
  padding-top: 25px;
}
@media only screen and (min-width: 48rem) {
  .m-submenu {
    visibility: hidden;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    padding: 30px 0 20px 0;
    white-space: normal;
    background-color: var(--background-color);
    border-top: 1px solid var(--secondary-border-color);
    z-index: 5;
    box-shadow: 0 60px 60px rgba(0, 0, 0, var(--submenu-shadow-color-opacity)), 0 0 0 transparent;
  }
}
@media only screen and (min-width: 80rem) {
  .m-submenu {
    padding: 32px 0 23px 0;
  }
}
@media only screen and (min-width: 48rem) {
  .m-submenu.opened {
    visibility: visible;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation: openSubmenuAnimation 0.3s both;
    animation: openSubmenuAnimation 0.3s both;
  }
  @-webkit-keyframes openSubmenuAnimation {
    from {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes openSubmenuAnimation {
    from {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
@media only screen and (min-width: 48rem) {
  .m-submenu.closed {
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation: closeSubmenuAnimation 0.3s both;
    animation: closeSubmenuAnimation 0.3s both;
  }
  @-webkit-keyframes closeSubmenuAnimation {
    from {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      opacity: 0;
      transform: translate3d(0, -2.5%, 0);
    }
  }
  @keyframes closeSubmenuAnimation {
    from {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      visibility: hidden;
      opacity: 0;
      transform: translate3d(0, -2.5%, 0);
    }
  }
}

@media only screen and (min-width: 48rem) {
  _:-ms-fullscreen,
:root .m-submenu {
    top: 65px;
  }
}

.m-submenu-title {
  letter-spacing: 0.3px;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 25px;
}
.m-submenu-title.in-recent-articles {
  padding: 0 20px;
}
@media only screen and (min-width: 48rem) {
  .m-submenu-title.in-recent-articles {
    padding: 0;
  }
}

.rtl .m-submenu-title {
  direction: rtl;
}

.m-recent-articles {
  margin: 0 -20px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .m-recent-articles {
    margin: 0 0 40px;
  }
}
.m-recent-articles ul {
  cursor: -webkit-grab;
  cursor: grab;
}
.m-recent-articles .swiper-slide {
  width: auto;
}

.m-recent-article {
  display: block;
  width: 230px;
  margin: 0 20px;
}
@media only screen and (min-width: 48rem) {
  .m-recent-article {
    margin: 0 60px 0 0;
  }
}
.m-recent-article:hover .m-recent-article__picture img {
  transform: scale(1.1);
}

@media only screen and (min-width: 48rem) {
  .rtl .m-recent-article {
    margin: 0 0 0 60px;
  }
}

.m-recent-article__picture {
  height: 130px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: var(--secondary-subtle-color);
  overflow: hidden;
  transform: translateZ(0);
}
.m-recent-article__picture.no-picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
}
.m-recent-article__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.m-recent-article__title {
  color: var(--titles-color);
  letter-spacing: 0.2px;
  line-height: 1.438rem;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px;
}
@media only screen and (min-width: 48rem) {
  .m-recent-article__title {
    letter-spacing: 0.25px;
    font-size: 1.125rem;
  }
}

.m-recent-article__date {
  color: var(--titles-color);
  letter-spacing: 0.15px;
  font-size: 0.813rem;
}

.m-tags.in-post {
  padding-top: 25px;
}
.m-tags.in-post ul {
  padding: 0;
  list-style-type: none;
}
.m-tags.in-post a {
  text-decoration: none;
}
.m-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.m-tags li {
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 10px !important;
}
.m-tags li:last-of-type {
  margin-right: 0;
}
.m-tags li a {
  color: var(--link-color) !important;
}

.m-toggle-darkmode {
  position: fixed;
  right: 20px;
  bottom: 45px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-toggle-darkmode {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 20px;
    z-index: auto;
  }
}
.m-toggle-darkmode input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.m-toggle-darkmode input::-moz-focus-inner {
  border: 0;
}
.m-toggle-darkmode div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--toggle-darkmode-background-color);
  z-index: 1;
}
.m-toggle-darkmode span {
  color: var(--titles-color);
  font-size: 0.9375rem;
}
.m-toggle-darkmode span.moon {
  display: var(--toggle-darkmode-button-display-moon);
}
.m-toggle-darkmode span.sun {
  display: var(--toggle-darkmode-button-display-sun);
}

_:-ms-fullscreen, :root .m-toggle-darkmode {
  display: none;
}

div.gh-announcement-bar {
  line-height: 1.3;
  font-size: 1rem;
  padding: 16px 48px;
  min-height: auto;
  z-index: auto;
}
@media only screen and (min-width: 48rem) {
  div.gh-announcement-bar {
    font-size: 1.125rem;
  }
}

.m-hero {
  position: relative;
  flex-direction: column;
  min-height: 365px;
  overflow: hidden;
  padding: 80px 0 30px;
  background-color: #fff;
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .m-hero {
    min-height: 400px;
    padding: 120px 0 55px;
  }
}
.m-hero.with-picture {
  color: #fff;
  background-color: #000;
}
/* @media only screen and (min-width: 48rem) {
  .m-hero.with-picture {
    min-height: 450px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-hero.with-picture {
    min-height: 565px;
  }
} */
.m-hero.with-picture .m-hero-title {
  color: #fff;
}
.m-hero.no-picture.in-post:not(.m-hero-post) {
  display: none;
}

.m-hero__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.m-hero__picture.in-post {
  opacity: 1;
}
.m-hero__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-hero__content {
  position: relative;
  text-align: left;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-hero__content {
    max-width: 700px;
  }
}


.m-hero__meta {
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .m-hero__meta {
    display: flex;
    align-items: center;
  }
}

.rtl .m-hero__meta {
  direction: ltr;
}

.author-hero-content .m-hero__content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.author-hero-content .m-hero__meta { 
  justify-content: center;
}

.m-hero-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: #5c697c;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 transparent;
}
@media only screen and (min-width: 48rem) {
  .m-hero-avatar {
    width: 100px;
    height: 100px;
  }
}


.tag-breadcrumb {
  margin-bottom: 20px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item svg {
  width: 16px;
  height: 16px;
}
.breadcrumb-item-separator svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
}

.breadcrumb-item a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.breadcrumb-item a:hover {
  color: var(--primary-color);
}
.breadcrumb-item-current a {
  color: var(--primary-color);
}


.m-hero-title {
  color: var(--titles-color);
  letter-spacing: 0.4px;
  line-height: 1.3;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 15px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-title {
    letter-spacing: 0.5px;
    font-size: 2.25rem;
  }
}
.m-hero-title.bigger {
  letter-spacing: 0.5px;
  font-size: 2rem;
}
@media only screen and (min-width: 48rem) {
  .m-hero-title.bigger {
    letter-spacing: 0.8px;
    font-size: 44px;
    margin-bottom: 10px;
  }
}

.m-hero-description {
  letter-spacing: 0.2px;
  line-height: 1.5;
  font-size: 0.938rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-description {
    font-size: 1.125rem;
  }
}
.m-hero-description.bigger {
  line-height: 1.3;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-description.bigger {
    font-size: 1.375rem;
  }
}
.m-hero-description.with-picture {
  color: #fff;
}

.m-hero-social {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-social {
    margin-right: 7px;
    margin-bottom: 0;
  }
}
.m-hero-social.with-picture {
  color: #fff;
}
.m-hero-social li {
  display: inline-block;
  margin: 0 11px;
}
.m-hero-social li a {
  color: inherit;
  font-size: 0.938rem;
}
.m-hero-social li a span {
  color: inherit;
}

.rtl .m-hero-social {
  direction: ltr;
}

.m-hero-stats {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .m-hero-stats {
    margin-left: 7px;
  }
}
.m-hero-stats.with-picture {
  color: #fff;
}
.m-hero-stats li {
  display: inline-block;
  color: inherit;
  letter-spacing: 0.2px;
  font-size: 0.813rem;
  margin: 0 4px;
}
@media only screen and (min-width: 48rem) {
  .m-hero-stats li {
    letter-spacing: 0.3px;
    font-size: 1rem;
  }
}

.m-heading {
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 48rem) {
  .m-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 48rem) {
  .m-heading.in-subscribe-page {
    margin-bottom: 50px;
  }
}
.m-heading.no-margin {
  margin-bottom: 0 !important;
}

.m-heading__title {
  color: var(--titles-color);
  letter-spacing: 0.4px;
  line-height: 1.3;
  font-size: 1.75rem;
  margin: 0 0 10px;
}
@media only screen and (min-width: 48rem) {
  .m-heading__title {
    letter-spacing: 0.5px;
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
.m-heading__title.in-post {
  letter-spacing: 0.5px;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .m-heading__title.in-post {
    letter-spacing: 0.7px;
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}
.m-heading__title.in-page {
  margin: 0;
}

.m-heading__description {
  letter-spacing: 0.2px;
  line-height: 1.3;
  font-size: 0.938rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .m-heading__description {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .m-heading__description.in-subscribe-page {
    max-width: 420px;
    font-size: 1rem;
  }
}
.m-heading__description.in-newsletter-form {
  font-size: 0.875rem;
  max-width: 80%;
}
@media only screen and (min-width: 48rem) {
  .m-heading__description.in-newsletter-form {
    max-width: 420px;
  }
}

.m-heading__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .m-heading__meta {
    font-size: 1rem;
  }
}

.m-heading__meta__tag,
.m-heading__meta__time {
  color: var(--link-color) !important;
}

.m-heading__meta__tag {
  text-decoration: none !important;
}

.m-heading__meta__divider {
  display: inline-block;
  color: var(--primary-border-color);
  margin: 0 10px;
}

.m-article-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  height: 400px;
  background-color: var(--background-color);
  border-radius: 10px;
  border: 1px solid var(--secondary-border-color);
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.m-article-card:hover {
  transform: translateY(-5px);
}
.m-article-card:hover:before {
  box-shadow: var(--article-shadow-hover), 0 0 0 transparent;
}
.m-article-card:hover .m-article-card__author {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
@media only screen and (min-width: 48rem) {
  .m-article-card {
    width: calc(50% - 20px);
    height: 420px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 64rem) {
  .m-article-card {
    width: calc(33.3333333333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
.m-article-card.no-picture .m-article-card__picture {
  height: 85px !important;
}
.m-article-card.no-picture .m-article-card__info {
  background-color: var(--secondary-subtle-color);
}
.m-article-card.no-picture .m-article-card__title {
  line-height: 1.4;
  font-size: 1.625rem;
}
.m-article-card.as-author .m-article-card__picture {
  background-color: #000;
}
.m-article-card.as-author .m-article-card__picture-link {
  z-index: 2;
}
.m-article-card.as-author .m-article-card__picture-background {
  opacity: 0.75;
}
.m-article-card.as-author .m-article-card__info {
  padding: 0;
}
.m-article-card.as-author .m-article-card__info-link {
  padding: 20px 20px 60px 20px;
}
.m-article-card:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-radius: 10px;
  box-shadow: var(--article-shadow-normal), 0 0 0 transparent;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.m-article-card__picture {
  position: relative;
  height: 200px;
  border-radius: 10px 10px 0 0;
  background-color: var(--secondary-subtle-color);
  overflow: hidden;
  transform: translateZ(0);
}
@media only screen and (min-width: 48rem) {
  .m-article-card__picture {
    height: 220px;
  }
}

.m-article-card__picture-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.m-article-card__picture-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.m-article-card__name {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__name {
    left: 25px;
    bottom: 25px;
  }
}

.m-article-card__author {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media only screen and (min-width: 48rem) {
  .m-article-card__author {
    top: 25px;
    left: 25px;
  }
}
.m-article-card__author div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-article-card__featured {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 24px;
  height: 24px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__featured {
    top: 31px;
    right: 25px;
  }
}
.m-article-card__featured span {
  color: inherit;
  font-size: 0.75rem;
}

.m-article-card__info {
  flex: 1;
  position: relative;
  padding-top: 48px;
  height: 200px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background-color: var(--background-color);
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info {
    padding-top: 53px;
  }
}
.m-article-card__info.no-tag {
  padding-top: 0 !important;
}
.m-article-card__info.no-tag .m-article-card__info-link {
  padding-top: 48px;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info.no-tag .m-article-card__info-link {
    padding-top: 53px;
  }
}

.m-article-card__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: var(--link-color);
  letter-spacing: 0.2px;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__tag {
    top: 25px;
    left: 25px;
  }
}

.m-article-card__info-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 48rem) {
  .m-article-card__info-link {
    padding: 0 25px 25px 25px;
  }
}

.m-article-card__title {
  color: var(--titles-color);
  letter-spacing: 0.4px;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.m-article-card__excerpt {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  color: var(--titles-color);
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-size: 1rem;
  max-width: 700px;
}

.m-article-card__timestamp,
.m-article-card__author-stats {
  display: flex;
  align-items: center;
  color: var(--titles-color);
  letter-spacing: 0.2px;
  font-size: 0.875rem;
}
.m-article-card__timestamp span:nth-child(2),
.m-article-card__author-stats span:nth-child(2) {
  padding: 0 10px;
}

.m-article-card__author-stats {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  justify-content: space-between;
}
.m-article-card__author-stats span {
  padding: 0 !important;
}

.m-article-card__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.m-article-card__social li {
  display: inline-block;
  margin-left: 22px;
}
.m-article-card__social li a {
  color: var(--primary-foreground-color);
  font-size: 0.938rem;
}
.m-article-card__social li a span {
  color: inherit;
}

.rtl .m-article-card__social {
  direction: ltr;
}

.m-search {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  z-index: 2;
  background-color: var(--transparent-background-color);
  -webkit-overflow-scrolling: touch;
  transform: scale(1.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.m-search.opened {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transform: scale(1);
}

.m-search__content {
  padding: 80px 20px 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .m-search__content {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-search__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 90rem) {
  .m-search__content {
    max-width: 800px;
  }
}

.m-search__form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .m-search__form {
    max-width: 500px;
    margin: 0 auto 45px;
  }
}

.m-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #9b9b9b;
  font-size: 1rem;
  font-weight: 500;
  pointer-events: none;
  transform: translateY(-45%);
}
@media only screen and (min-width: 48rem) {
  .m-search-icon {
    font-size: 1.25em;
    left: 25px;
  }
}

.m-result {
  border-bottom: 1px solid var(--primary-border-color);
}
.m-result.last {
  border-bottom: 0;
}

.m-result__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 48rem) {
  .m-result__link {
    padding: 15px 0;
  }
}

.m-result__title {
  color: var(--primary-foreground-color);
  letter-spacing: 0.3px;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 5px;
}
@media only screen and (min-width: 48rem) {
  .m-result__title {
    letter-spacing: 0.4px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 80rem) {
  .m-result__title {
    font-size: 1.375rem;
  }
}

.m-result__date {
  color: var(--titles-color);
  letter-spacing: 0.2px;
  font-size: 0.813rem;
}
@media only screen and (min-width: 48rem) {
  .m-result__date {
    letter-spacing: 0.3px;
    font-size: 0.938rem;
  }
}

.m-footer {
  flex-shrink: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #0F172A 0%, #181818ED 100%);
}

.m-footer__content {
  color: #fff;
  padding: 80px 0 30px;
}
/* @media only screen and (min-width: 48rem) {
  .m-footer__content {
    padding: 75px 0;
    max-width: 680px;
    margin: 0 auto;
  }
} */

/* ========== Footer top row (logo, newsletter, nav columns) ========== */
.footer-top-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 64rem) {
  .footer-top-row {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem;
    align-items: start;
  }
}

.footer-left-col {
  max-width: 380px;
}
.footer-top-row__logo {
  margin-bottom: 1rem;
}
.footer-top-row__logo a {
  display: inline-block;
}
.footer-top-row__logo img {
  max-height: 58px;
  width: auto;
  display: block;
}
.footer-top-row__tagline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
.footer-newsletter__form {
  display: flex;
  gap: 0;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  max-width: 360px;
}
.footer-newsletter__input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 400;
  border-right: 0;
  border-radius: 30px 0 0 30px;
  outline: none;
}
.footer-newsletter__input::placeholder {
  color: #6b7280;
}
.footer-newsletter__btn {
  padding: 12px 20px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
.footer-newsletter__btn:hover {
  opacity: 0.95;
}
.footer-top-row__disclaimer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0;
}

/* Footer right: nav columns (from secondary nav, # = section title) */
.footer-right-col {
  min-width: 0;
}
.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 2rem 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .footer-nav-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-nav-col__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
  text-transform: capitalize;
}
.footer-nav-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-col__list li {
  margin-bottom: 8px;
}
.footer-nav-col__list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.footer-nav-col__list a:hover {
  color: #fff;
}

.m-footer__nav-secondary {
  margin-bottom: 0;
}
.m-footer__nav-secondary .m-secondary-menu {
  display: none;
}

/* ========== Footer bottom row ========== */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 24px;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 48rem) {
  .footer-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
    padding-top: 32px;
    margin-top: 32px;
  }
}

.m-footer-copyright {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  order: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .m-footer-copyright {
    width: auto;
    text-align: left;
    order: 0;
  }
}
.m-footer-copyright span {
  display: inline;
}
.footer-bottom__dot {
  margin: 0 0.35em;
  opacity: 0.6;
}
.m-footer-copyright a {
  text-decoration: underline;
  color: inherit;
}
.m-footer-copyright a:hover {
  color: #fff;
}
.m-footer-copyright.jslicense {
  opacity: 0.7;
}

.m-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  order: 0;
}
@media only screen and (min-width: 48rem) {
  .m-footer-social {
    order: 0;
  }
}
.m-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.m-footer-social a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-2px);
}
.m-footer-social a span {
  color: inherit;
  font-size: 16px;
}
.rtl .m-footer-social {
  direction: ltr;
}

.footer-short-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  order: 2;
}
@media only screen and (min-width: 48rem) {
  .footer-short-links {
    justify-content: flex-end;
  }
}
.footer-short-links a {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-short-links a:hover {
  color: #fff;
}
@media only screen and (max-width: 30rem) {
  .footer-short-links {
    flex-direction: column;
    gap: 8px;
  }
}

/* ========== Scroll to top button ========== */
.scroll-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.scroll-to-top:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--background-color), 0 0 0 4px var(--primary-color);
}
.scroll-to-top .icon-arrow-top {
  font-size: 1.25rem;
  display: block;
}
.rtl .scroll-to-top {
  right: auto;
  left: 24px;
}

/* ========== Latest Small Card ========== */


article.latest-post-card {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  margin-bottom: 20px;
}

article.latest-post-card:last-child {
  margin-bottom: 0;
}

article.latest-post-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.tag-post-card.latest-post-card {
  border-radius: 24px;
}


/* Card Image */
.latest-card-image {
  flex: 0 1 40%;
  max-width: 340px;
  min-width: 160px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.latest-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.latest-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

article.latest-post-card:hover .latest-card-image img {
  transform: scale(1.04);
}

/* No image fallback */
article.latest-post-card.no-image .latest-card-body {
  padding: 24px;
}

/* Card Body */
.latest-card-body {
  flex: 1;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* Tag Badge */
a.tag-name {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  font-weight: 500;
  padding: 6px 12px;
  background: var(--primary-color);
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

a.tag-name:hover {
  border-color: var(--primary-color);
  background: transparent;
  color: var(--primary-color);
}

/* Meta / Date */
.latest-card-meta {
  color: var(--text-meta);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

p.latest-card-meta {
  color: var(--text-meta);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Title */
h3.latest-card-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--text-title);
  margin: 0;
  margin-bottom: 20px;
}

a.latest-card-title-link {
  text-decoration: none;
}

a.latest-card-title-link:hover h3.latest-card-title {
  color: var(--primary-color);
}

/* Excerpt */
.latest-card-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #475569;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-excerpt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-color);
}

.latest-card-author-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-color);
}
.latest-card-author-name span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #a8a8a8;
}
.latest-card-author-name a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.latest-card-author-name a:hover {
  color: var(--primary-color);
}
/* ---- Responsive: Latest Small Card (main list only) ---- */
@media screen and (max-width: 575px) {
  .tag-post-card.latest-post-card {
    flex-direction: column;
  }
  .tag-post-card.latest-post-card .latest-card-image {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    aspect-ratio: 4/3;
  }

}



@media only screen and (max-width: 40rem) {
  .latest-post-list article.latest-post-card {
    flex-direction: column;
  }

  .latest-post-list .latest-card-image {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    aspect-ratio: 4/3;
  }

  .latest-post-list .latest-card-image img {
    border-radius: 0;
  }

  .latest-post-list .latest-card-body {
    padding: 16px;
  }

  .latest-post-list h3.latest-card-title {
    font-size: 1.05rem;
  }
}




/* Loop Post List */
.loop-post-list {
  margin-bottom: 50px;
}


section.loop-post-list .l-content {
  padding: 0;
}

section.loop-post-list .l-grid {
  margin: 0;
  padding-bottom: 0;
}


.gh-feed.custom-post-feed {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  padding: 0 24px;
}


.home-post-list-title-wrap {
  align-self: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 20px;
}
@media only screen and (max-width: 40rem) {
  .home-post-list-title-wrap {
    padding: 0;
  }
}
.home-post-list-title-wrap h2 {
  color: var(--text-title);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0!important;
  text-transform: capitalize;
}

.show-all-btn, .show-all-btn a {
  align-items: center;
  display: flex;
}

.show-all-btn {
  justify-content: center;
}

.show-all-btn a {
  background: transparent;
  border: 1px solid var(--text-meta);
  border-radius: 6px;
  color: var(--text-meta);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 4px 8px;
  transition: .1s ease-in-out;
}

.show-all-btn a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.show-all-btn a svg {
  margin-left: 8px;
}

.show-all-btn a:hover svg {
  stroke: var(--primary-color);
}



/* Post Card Grid */
.l-grid.centered {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
}

@media only screen and (max-width: 64rem) {
  .l-grid.centered {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 40rem) {
  .l-grid.centered {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Post Card Item */
.post-cart-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.post-cart-item:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* Post Card Image */
.post-card-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.post-card-image-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.post-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-cart-item:hover .post-card-img {
  transform: scale(1.03);
}

/* Post Card Body */
.post-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 30px;
}

.post-card-body .latest-card-meta {
  margin-bottom: 12px;
}

.post-card-body .latest-card-meta time {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}

.post-card-title {
  margin-bottom: 16px;
}

.post-card-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-title);
  margin: 0;
}

.post-card-title h2 a {
  color: var(--text-title);
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-card-title h2 a:hover {
  color: var(--primary-color);
}

.post-card-tag {
  margin-bottom: 12px;
}

.post-card-tag a {
  text-decoration: none;
}

.post-card-meta-container {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}


.post-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 10px;
}
.post-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.post-card-meta svg {
  fill: none;
}
.post-card-meta .m-hero-post__meta-item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
}

.m-hero-post__meta-dot {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}


.post-cart-item .m-article-card__excerpt {
  height: auto;
}

.post-cart-item .m-article-card__excerpt .latest-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* No picture fallback */
.post-cart-item.no-picture .post-card-body {
  padding-top: 24px;
}






/* ========== Latest Post Section Layout ========== */
.latest-post-section {
  margin-bottom: 40px;
}

.latest-post-section-inner {
  display: flex;
  gap: 32px;
}

.latest-post-list {
  flex: 1;
  min-width: 0;
}

.latest-post-list > h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-title);
  margin-bottom: 20px;
}

/* Sidebar */
.featured-post-sidebar {
  flex: 0 0 440px;
  width: 440px;
}

.featured-post-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featured-post-list h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}

/* Sidebar cards: smaller image */
.featured-post-list article.latest-post-card .featured-card-image {
  flex: 0 0 170px;
  aspect-ratio: 4/3;
}
.featured-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.featured-post-list article.latest-post-card .latest-card-body {
  padding: 12px 16px;
  gap: 6px;
}

.featured-post-list article.latest-post-card h3.latest-card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--text-title);
  margin: 0;
}

.featured-post-list article.latest-post-card .latest-card-excerpt {
  display: none;
}

.featured-post-list article.latest-post-card {
  margin-bottom: 0;
}

/* Responsive: Section Layout */
@media only screen and (max-width: 1024px) {
  .latest-post-section-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .latest-post-section-inner {
    flex-direction: column;
  }

  .featured-post-sidebar {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .featured-post-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .featured-post-list h3 {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 640px) {
  .featured-post-list {
    grid-template-columns: 1fr;
  }

  .featured-post-list article.latest-post-card {
    flex-direction: row;
  }

  .featured-post-list article.latest-post-card .latest-card-image {
    flex: 0 0 100px;
    aspect-ratio: 4/3;
  }

  .featured-post-list article.latest-post-card .latest-card-body {
    padding: 10px 12px;
    gap: 4px;
  }

  .featured-post-list article.latest-post-card h3.latest-card-title {
    font-size: 0.85rem;
    line-height: 1.3;
  }

  .featured-post-list article.latest-post-card .latest-card-meta {
    font-size: 11px;
  }
}

/* ========== Category Box (6 items) ========== */
.category-box-section {
  padding: 40px 0;
}
.category-box-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .category-box-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .category-box-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .category-box-inner {
    grid-template-columns: 1fr;
  }
}
.category-box-item a {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 16 / 10;
}
.category-box-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.category-box-item a:hover .category-box-label {
  background-color: rgba(0, 0, 0, 0.75);
}
.category-box-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category-box-item .category-box-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: linear-gradient(135deg, var(--primary-subtle-color, #d4a04a) 0%, #c4923d 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px;
}
.category-box-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.category-box-item.no-image .category-box-label {
  display: none;
}
.category-box-empty {
  text-align: center;
  padding: 24px 16px;
  color: #6b7280;
  font-size: 0.95rem;
  margin: 0;
}

/* ========== Video Section: 2/3 video, 1/3 title + description ========== */
.video-section {
  padding: 40px 0;
}
.video-section__layout {
  max-width: 100%;
}
.video-section__main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.video-section__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--titles-color);
  margin: 0 0 12px;
}
.video-section__description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--primary-foreground-color);
}
.video-section__description p {
  margin: 0 0 0.75em;
}
.video-section__description p:last-child {
  margin-bottom: 0;
}
/* Layout: video left 2/3, text right 1/3; text vertically centered */
.video-page-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.video-section__video {
  min-width: 0;
}
.video-section__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
/* Video box e shudhu video show; text, img, onno kichu hide */
.video-section__video > p,
.video-section__video > blockquote,
.video-section__video > ul,
.video-section__video > ol,
.video-section__video > div:not([class*="kg-"]),
.video-section__video > img,
.video-section__video > h1,
.video-section__video > h2,
.video-section__video > h3,
.video-section__video > h4,
.video-section__video > pre,
.video-section__video > hr {
  display: none !important;
}
.video-section__video > figure:not(.kg-embed-card):not(.kg-video-card) {
  display: none !important;
}
.video-section__video .kg-embed-card,
.video-section__video .kg-video-card,
.video-section__video figure.kg-embed-card,
.video-section__video figure.kg-video-card {
  margin: 0;
  min-width: 0;
  display: block !important;
}
.video-section__video figure.kg-embed-card,
.video-section__video figure.kg-video-card {
  border-radius: 24px;
  overflow: hidden;
}
.video-section__video iframe,
.video-section__video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .video-page-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ========== Latest Big Card (slider) ========== */
.latest-big-card-section {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .latest-big-card-section {
    padding-top: 80px;
  }
}

.big-card-slider {
  position: relative;
  overflow: hidden;
}

.big-card-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  align-items: stretch;
  min-height: 320px;
  max-height: 500px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 24px;
  -webkit-overflow-scrolling: touch;
}
.big-card-strip::-webkit-scrollbar {
  display: none;
}
.big-card-strip {
  scrollbar-width: none;
}

.big-card-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-width: 0;
  display: flex;
  min-height: 0;
}
.big-card-slide .latest-big-card {
  flex: 1;
  min-height: 0;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 48rem) {
  .big-card-strip {
    max-height: none;
    min-height: 0;
  }
  .big-card-slide .latest-big-card {
    max-height: none;
  }
}

.big-card-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 0.5rem;
  z-index: 2;
}

.big-card-nav {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.big-card-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.big-card-nav svg {
  fill: none !important;
  width: 18px;
  height: 18px;
}
@media (max-width: 480px) {
  .big-card-nav {
    width: 36px;
    height: 36px;
  }
  .big-card-controls {
    padding: 0 0.25rem;
  }
}

.latest-big-card-section .latest-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.latest-big-card {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}



/* Big Card Image */
.big-card-image {
  flex: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}
@media only screen and (max-width: 48rem) {
  .big-card-image {
    border-radius: 30px 30px 0 0;
  }
}

.big-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.big-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.latest-big-card:hover .big-card-image img {
  transform: scale(1.03);
}

/* Big Card Body */
.big-card-body {
  max-width: 37%;
  width: 100%;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Tag inside big card */
.big-card-body .tag-name {
  align-self: flex-start;
}

/* Big Card Title */
.big-card-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-title);
  margin-bottom: 24px;
}

.big-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.big-card-title a:hover {
  color: var(--primary-color);
}

/* Big Card Meta */
.big-card-meta,
.split-card-meta
 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-meta);
  text-transform: uppercase;
}

/* Big Card Excerpt */
.big-card-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ---- Responsive: Big Card ---- */
@media only screen and (max-width: 64rem) {
  .big-card-body {
    padding: 24px 28px;
  }

  .big-card-title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 48rem) {
  .latest-big-card {
    flex-direction: column;
  }

  .big-card-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    height: 280px;
  }

  .big-card-body {
    padding: 20px 24px;
    gap: 10px;
    max-width: 100%;
    width: 100%;
  }

  .big-card-title {
    font-size: 1.4rem;
  }

  .big-card-excerpt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 40rem) {
  .big-card-image {
    height: 220px;
  }

  .big-card-body {
    padding: 16px 20px;
    max-width: 100%;
  }

  .big-card-title {
    font-size: 1.2rem;
  }
}



.ad-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.ad-section .add-banner-1 {
  width: 100%;
  height: 100%;
}

.ad-section .add-banner-2 {
  width: 100%;
  height: 100%;
}


/* Load More Cards */

/* h2 is child 1, so 9th card = child 10, hide from child 11 onward */
#more-posts-list > .gl-more-posts-card:nth-child(n+11) {
  display: none;
  opacity: 0;
}

/* JS adds this class to reveal hidden cards */
#more-posts-list > .gl-more-posts-card.gl-visible {
  display: block;
  opacity: 0;
  animation: glFadeIn 0.4s ease forwards;
}

@keyframes glFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Load More Button */
.gl-more-posts-action {
  margin-top: 60px;
  text-align: center;
}

.gl-more-posts-load-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 40px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gl-more-posts-load-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.gl-more-posts-load-btn:hover:not(:disabled) {
  background-color: transparent;
  color: var(--primary-color);
}

.gl-more-posts-load-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.gl-more-posts-card {
  margin-bottom: 20px;
}




.custom-category-page {
  padding: 80px 0 30px;
}
@media only screen and (min-width: 48rem) {
  .custom-category-page {
    padding: 120px 0 50px;
  }
}




/* ========== Tag page sidebar ========== */

.tag-content {
  display: flex;
  gap: 50px;
  justify-content: space-between;

}
.tag-post-list {
  flex: 1;
  width: 100%;
}
.tag-sidebar {
  max-width: 30%;
  width: 100%;
  background-color: var(--background-color);
  border-radius: 30px;
  padding: 30px;
  height: fit-content;
}

.tag-sidebar-footer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.tag-sidebar-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}
.tag-sidebar-footer a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.tag-trending .tag-post-list {
  max-width: 70%;
  width: 100%;
}
.tag-trending .tag-sidebar {
  display: none;
}


@media only screen and (max-width: 1024px) {
  .tag-content {
    flex-direction: column;
    gap: 24px;
  }
  .tag-post-list {
    order: 2;
    width: 100%;
  }
  .tag-sidebar {
    order: 1;
    max-width: 70%;
    width: 100%;
  }

}

@media only screen and (max-width: 768px) {
  .tag-sidebar {
    max-width: 100%;
  }
}


/* --- Trending Sidebar Header --- */
.tag-sidebar-header {
  margin-bottom: 24px;
}

.tag-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-title);
  margin-bottom: 10px;
}

.tag-sidebar-title-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color, #d4a04a);
  border-radius: 2px;
}

/* --- Trending Post Card --- */
.treanding-post-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.treanding-post-card:first-child {
  padding-top: 0;
}

.treanding-post-card:last-child {
  border-bottom: none;
}

.treanding-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--text-title, #1a1a2e);
  flex-shrink: 0;
  min-width: 40px;
}

.treanding-card-body {
  flex: 1;
  min-width: 0;
}

.treanding-card-title-link {
  text-decoration: none;
  color: inherit;
}

.treanding-card-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-title, #1a1a2e);
  margin: 0 0 6px;
  transition: color 0.2s ease;
}

.treanding-card-title-link:hover .treanding-card-title {
  color: var(--primary-color, #d4a04a);
}

.treanding-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #777;
}

.treanding-card-tag {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.treanding-card-tag a {
  color: var(--primary-color, #d4a04a);
  text-decoration: none;
  font-weight: 700;
}

.treanding-card-tag a:hover {
  text-decoration: underline;
}

.treanding-card-stats {
  display: flex;
  align-items: center;
  gap: 12px;
}

.treanding-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #999;
}

.treanding-stat svg {
  opacity: 0.6;
}

.tag-sidebar-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}


/* ========== Post page ========== */
