/* XenForo navigation parity (WordPress adaptation) */

.header-user-head {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.header--app__item > #vgnw--profile--system,
.header--app__item > #vgnw--search--system {
  cursor: pointer;
  align-items: center;
  display: flex;
  gap: 6px;
}

.header--app__item > #vgnw--profile--system > img {
  width: 24px;
  height: 24px;
  image-rendering: pixelated;
}

.vgnw-mc-header .header-inline-btn {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.vgnw-mc-header .header--app__item--right {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Search dropdown (header altindan kayan cekmece) */
.vgnw-search-drawer {
  --vgnw-search-offset: 76px;
  top: var(--vgnw-search-offset);
  width: 100%;
  background: #171615;
  border-top: 1px solid #000;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 132;
  left: 0;
  right: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  will-change: transform, opacity;
  transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    visibility 0s linear 0.42s;
}

.vgnw-search-drawer.is-open {
  max-height: min(calc(100vh - var(--vgnw-search-offset)), 780px);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    visibility 0s linear 0s;
}

.vgnw-search-drawer.is-closing {
  pointer-events: none;
}

.vgnw-search-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 0 30px;
  width: 100%;
  max-width: 1170px;
}

.vgnw-search-drawer__input {
  background-color: #0e0d0d;
  border-color: #6d6c6c;
  border-style: solid;
  border-width: 1px;
  display: flex;
  min-height: 66px;
  padding: 18px 20px 18px 58px;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  line-height: 1;
  font-family: "Minecraft Seven v2", monospace;
  color: #fff;
  width: 100%;
  background-image: url("../icons/search.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 20px 20px;
}

.vgnw-search-drawer__input:focus,
.vgnw-search-drawer__input:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: -1px;
  border-color: #ffffff;
}

.vgnw-search-drawer__input::placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  line-height: 1;
}

.vgnw-search-drawer__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

#vgnw-search-heading,
.vgnw-search-heading {
  margin: 0;
  font-family: "Minecraft Seven v2", monospace;
}

.vgnw-search-drawer__heading a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.vgnw-search-drawer__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vgnw-search-drawer__empty {
  color: rgba(255, 255, 255, 0.75);
  min-height: 200px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.vgnw-search-drawer__empty-icon {
  width: 50px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vgnw-search-drawer__empty-text {
  color: rgba(255, 255, 255, 0.58);
}

.vgnw-search-drawer__cards.is-loading {
  min-height: 260px;
  grid-template-columns: 1fr;
}

.vgnw-search-loading {
  min-height: 200px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  display: grid;
  place-items: center;
  font-size: 16px;
}

.vgnw-search-trend-card {
  background: #262423;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.35);
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vgnw-search-trend-card__media {
  display: block;
  height: 180px;
  overflow: hidden;
}

.vgnw-search-trend-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.vgnw-search-trend-card:hover .vgnw-search-trend-card__media img {
  transform: scale(1.045);
}

.vgnw-search-trend-card__body {
  padding: 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 155px;
  flex: 1;
}

.vgnw-search-trend-card__tag,
.vgnw-article-label {
  width: fit-content;
  background: #cea02a;
  color: #171615;
  font-family: "Minecraft Five", monospace;
  font-size: 12px;
  box-shadow: 1.746px 1.746px 0 0 rgba(0, 0, 0, 0.3);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 5px 1px 5px;
}

.vgnw-article-label {
  padding: 2px 5px 5px 5px;
}

.vgnw-search-trend-card__title {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-family: "Minecraft Seven v2", monospace;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
}

.vgnw-search-trend-card__title:hover {
  color: #f3bf56;
}

.vgnw-search-trend-card__foot {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-top: auto;
}

.vgnw-search-trend-card__author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 58%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vgnw-search-trend-card__author::after {
  content: "|";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
  flex-shrink: 0;
}

.vgnw-search-trend-card__author img {
  width: 18px;
  height: 18px;
  image-rendering: pixelated;
}

.vgnw-search-trend-card__date {
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  opacity: 0.82;
}

.vgnw-search-trend-card__date-icon {
  width: 12px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vgnw-footer-arrow-icon {
  display: block;
  transform: rotate(-45deg);
  transform-origin: center;
}

.vgnw-arrow-up-right {
  display: block;
  transform: rotate(-90deg);
  transform-origin: center;
}

/* Overlay */
#Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 140;
}

#Overlay[is-active="yes"] {
  opacity: 1;
  visibility: visible;
}

/* Side navigation drawers */
.side--profile__menu > li > svg > rect,
.side--profile__menu > li > svg > path {
  opacity: 0.7;
}

.side--profile__menu > li[is-active="yes"] > svg > rect,
.side--profile__menu > li[is-active="yes"] > svg > path {
  fill: #fff;
  opacity: 1;
}

.side--profile__menu > li:hover > svg > rect,
.side--profile__menu > li:hover > svg > path {
  fill: lightgrey;
  opacity: 1;
}

#side--profile {
  position: fixed;
  top: 0;
  right: -220px;
  width: 220px;
  height: 100vh;
  background: rgb(14, 13, 13);
  color: #fff;
  z-index: 151;
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#side--profile.active {
  right: 0;
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.side--profile__skin {
  width: 60px;
  height: 60px;
}

.side--profile__skin > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  image-rendering: pixelated;
}

.side--profile__username {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  margin-top: 5px;
}

.side--profile__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}

#side--profile > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side--profile__menu > li {
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.side--profile__menu > li > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side--profile__menu > li > svg,
.side--profile__menu > li > a > svg {
  display: block;
  margin: 0 auto;
}

.side-badge {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 13px;
  height: 13px;
  background: #dd1c1c;
  z-index: 3;
}

.side-badge::before,
.side-badge::after {
  content: '';
  position: absolute;
  background: #fff;
}

.side-badge::before {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 2px;
}

.side-badge::after {
  width: 2px;
  height: 2px;
  left: 5px;
  bottom: 2px;
}

#side--info {
  position: fixed;
  top: 0;
  right: -635px;
  width: 620px;
  height: 100vh;
  background: #121111;
  color: #fff;
  z-index: 150;
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#side--info.active {
  right: 220px;
  transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.side--info__panel {
  opacity: 0;
  transform: translateY(30px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  padding: 40px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  max-height: 100vh;
  overflow-y: auto;
}

.side--info__panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

.side--info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.side--info__header > h1 {
  margin: 0;
  padding: 0;
}

.side--info__header > a {
  color: rgba(255, 255, 255, 0.8);
}

.side--info__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.side--info__item--empty {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 20px;
}

.message-card {
  background: #0e0d0d;
  transition: 0.2s all;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 10;
}

.message-card:hover {
  opacity: 0.7;
}

.message-card__avatar {
  width: 80px;
  min-width: 80px !important;
  overflow: hidden;
  height: 104px;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 6px;
}

.message-card__avatar > img {
  width: 80px;
  min-width: 80px !important;
  image-rendering: pixelated;
}

.message-card__content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.message-card__header {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 0;
}

.message-card__username {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.message-card__text {
  line-height: normal;
  color: #b6b6b6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 288px;
}

.message-card__time {
  width: max-content;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.65);
}

.notification-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #0e0d0d;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}

.notification-card__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.notification-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification-card__content {
  flex: 1;
  min-width: 0;
}

.notification-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification-card__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
  word-wrap: break-word;
}

.notification-card__time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 4px;
}

.side-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* Tooltip */
[data-tooltip] {
  position: relative;
}

[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  margin-right: 8px;
}

[data-tooltip]:hover::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

/* Panel transition */
#panel-transition-overlay {
  display: none !important;
}

.panel-transition-bar {
  display: none !important;
}

/* Single post / article content */
.vgnw-post-page {
  width: min(1440px, 100%);
  margin: 0 auto;
  background: #171615;
  padding: 60px 16px;
}

.vgnw-post-container {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vgnw-post-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.vgnw-post-breadcrumb a:hover {
  color: #fff;
}

.vgnw-post-article,
.vgnw-post-related,
.vgnw-comments-wrap {
  background: #262423;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.32);
}

.vgnw-post-cover img {
  width: 100%;
  height: clamp(260px, 44vw, 460px);
  object-fit: cover;
}

.vgnw-post-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vgnw-post-title {
  font-family: "Minecraft Five", monospace;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  color: #fff;
  margin: 0;
}

.vgnw-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.vgnw-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.vgnw-post-author img {
  width: 30px;
  height: 30px;
  image-rendering: pixelated;
}

.vgnw-post-content {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
}

.vgnw-post-content > * + * {
  margin-top: 18px;
}

.vgnw-post-content h2,
.vgnw-post-content h3,
.vgnw-post-content h4 {
  font-family: "Minecraft Five", monospace;
  color: #fff;
  line-height: 1.3;
}

.vgnw-post-content h2 {
  font-size: 30px;
}

.vgnw-post-content h3 {
  font-size: 24px;
}

.vgnw-post-content h4 {
  font-size: 20px;
}

.vgnw-post-content ul,
.vgnw-post-content ol {
  padding-left: 20px;
}

.vgnw-post-content li + li {
  margin-top: 8px;
}

.vgnw-post-content a {
  color: #f3bf56;
  text-decoration: underline;
}

.vgnw-post-content a:hover {
  color: #ffd679;
}

.vgnw-post-content blockquote {
  border-left: 4px solid #cea02a;
  background: rgba(0, 0, 0, 0.22);
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.9);
}

.vgnw-post-content pre {
  background: #0f0e0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px;
  overflow-x: auto;
  white-space: pre;
}

.vgnw-post-content code {
  background: rgba(0, 0, 0, 0.35);
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 14px;
}

.vgnw-post-content pre code {
  padding: 0;
  background: transparent;
}

.vgnw-post-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vgnw-post-content table {
  width: 100%;
  border-collapse: collapse;
}

.vgnw-post-content table td,
.vgnw-post-content table th {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 12px;
}

.vgnw-post-related,
.vgnw-comments-wrap {
  padding: 24px;
}

.vgnw-post-related h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Minecraft Five", monospace;
  font-size: 26px;
}

.vgnw-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vgnw-related-card {
  display: block;
  background: #1b1817;
  overflow: hidden;
}

.vgnw-related-card img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.vgnw-related-card__title {
  padding: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.vgnw-related-card:hover .vgnw-related-card__title {
  color: #f3bf56;
}

.vgnw-comments-title,
.vgnw-comment-form-title {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Minecraft Five", monospace;
  font-size: 24px;
}

.vgnw-comment-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.vgnw-comment-list .comment {
  background: #1b1817;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.3);
  padding: 14px;
}

.vgnw-comment-list .comment-meta,
.vgnw-comment-list .comment-metadata {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.vgnw-comment-list .fn {
  color: #fff;
  font-style: normal;
}

.vgnw-comment-list .comment-content {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
  line-height: 1.65;
}

.vgnw-comment-list .reply a {
  color: #f3bf56;
  font-size: 13px;
}

.vgnw-comment-form {
  display: grid;
  gap: 12px;
}

.vgnw-comment-form label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.vgnw-comment-form input,
.vgnw-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #111010;
  color: #fff;
  padding: 12px;
  font-size: 15px;
}

.vgnw-comment-form input:focus,
.vgnw-comment-form textarea:focus {
  outline: none;
  border-color: #cea02a;
}

.vgnw-comment-submit {
  min-height: 44px;
  border: 0;
  background: #373432;
  box-shadow: 0 3px 0 #4d4d4d;
  color: #fff;
  font-family: "Minecraft Five", monospace;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 14px;
}

.vgnw-comment-submit:hover {
  background: #4a4645;
}

/* WordPress single post — XenForo-like article layout */
.vgnw-article-page {
  width: 100%;
  margin: 0 auto;
  background: #171615;
}

.vgnw-article-container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 50px 16px 30px;
}

.vgnw-article-main {
  background: #171615;
  display: grid;
  gap: 24px;
}

.vgnw-article-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0;
}

.vgnw-article-title {
  margin: 0;
  color: #fff;
  font-family: "Minecraft Ten", monospace;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.07;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.vgnw-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.vgnw-article-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.vgnw-article-meta > span + span::before {
  content: "|";
  color: rgba(255, 255, 255, 0.55);
  margin-right: 4px;
}

.vgnw-article-meta-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}

.vgnw-article-meta-author img {
  width: 18px;
  height: 18px;
  image-rendering: pixelated;
}

.vgnw-article-meta-item {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
}

.vgnw-article-meta-icon {
  width: 17px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vgnw-article-featured {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0f0e0e;
}

.vgnw-article-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vgnw-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.vgnw-article-primary {
  min-width: 0;
  display: grid;
  gap: 24px;
}

.vgnw-article-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.18;
}

.vgnw-article-content > * + * {
  margin-top: 18px;
}

.vgnw-article-content h2,
.vgnw-article-content h3,
.vgnw-article-content h4 {
  font-family: "Minecraft Ten", monospace;
  color: #fff;
  line-height: 1.2;
}

.vgnw-article-content h2 {
  font-size: 30px;
}

.vgnw-article-content h3 {
  font-size: 24px;
}

.vgnw-article-content h4 {
  font-size: 20px;
}

.vgnw-article-content a {
  color: #ffd56f;
  text-decoration: none;
}

.vgnw-article-content a:hover {
  color: #fff;
}

.vgnw-article-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 14px;
}

.vgnw-article-content ul,
.vgnw-article-content ol {
  padding-left: 20px;
}

.vgnw-article-content blockquote {
  margin: 16px 0;
  border-left: 4px solid #cea02a;
  background: rgba(0, 0, 0, 0.25);
  padding: 14px 16px;
}

.vgnw-article-content pre {
  margin: 18px 0;
  overflow-x: auto;
  background: #0f0e0e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px;
}

.vgnw-article-comments {
  margin-top: 0;
}

.vgnw-article-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 320px;
}

.vgnw--sidebar {
  width: 320px;
  background: #262423;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.1) inset, 4px -4px 0 0 #000 inset;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vgnw-side-card:not(.vgnw--sidebar) {
  background: transparent;
  box-shadow: none;
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.vgnw-side-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Minecraft Ten", monospace;
  font-size: 28px;
  line-height: 1.12;
  text-transform: uppercase;
}

.vgnw-side-toc {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 6px;
}

.vgnw-side-toc a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.vgnw-side-toc a:hover {
  color: #fff;
}

.vgnw-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 260px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.vgnw-side-list > li {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #504e4e;
}

.vgnw-side-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vgnw-side-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: inherit;
  width: 100%;
}

.vgnw-side-item img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.vgnw-side-item-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.vgnw-side-item-head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.vgnw-side-item-tag {
  width: fit-content;
  display: inline-flex;
  background: #f3bf56;
  color: #171615;
  font-family: "Minecraft Five", monospace;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 4px 6px;
}

.vgnw-side-item-tag--help {
  background: #f55d5d;
}

.vgnw-side-item-tag--server {
  background: #9b31d8;
  color: #ffffff;
}

.vgnw-side-item-tag--forum {
  background: #3f87e8;
  color: #ffffff;
}

.vgnw-side-item strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex: 1;
}

.vgnw-side-item small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.vgnw-side-item-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vgnw-side-item-meta-sep {
  opacity: 0.75;
}

.vgnw-side-item-meta-icon {
  width: 17px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vgnw-side-item-empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.vgnw-similar-section {
  margin-top: 36px;
  width: 100%;
  background: #050404;
  padding: 36px 0 44px;
}

.vgnw-similar-container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.vgnw-similar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.vgnw-similar-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Minecraft Ten", monospace;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.vgnw-similar-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.vgnw-similar-head a:hover {
  color: #fff;
}

.vgnw-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* Admin bar offsets */
body.admin-bar .vgnw-mc-header {
  top: 0 !important;
}

body.admin-bar .vgnw-search-drawer {
  --vgnw-search-offset: 112px;
  top: var(--vgnw-search-offset);
  margin-top: 0;
}

body.admin-bar #Overlay,
body.admin-bar #panel-transition-overlay {
  top: 0;
  height: 100vh;
}

body.admin-bar #side--profile,
body.admin-bar #side--info {
  top: 0;
  height: 100vh;
}

@media (max-width: 782px) {
  body.admin-bar .vgnw-mc-header {
    top: 0 !important;
  }

  body.admin-bar .vgnw-search-drawer {
    --vgnw-search-offset: 112px;
    top: var(--vgnw-search-offset);
    margin-top: 0;
  }

  body.admin-bar #Overlay,
  body.admin-bar #panel-transition-overlay {
    top: 0;
    height: 100vh;
  }

  body.admin-bar #side--profile,
  body.admin-bar #side--info {
    top: 0;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .vgnw-search-drawer {
    --vgnw-search-offset: 72px;
    top: var(--vgnw-search-offset);
    margin-top: 0;
  }

  .vgnw-search-drawer__inner {
    padding: 14px 12px 20px;
    gap: 14px;
  }

  .vgnw-search-drawer__input {
    min-height: 56px;
    font-size: 15px;
    padding-left: 48px;
    background-position: left 14px center;
  }

  .vgnw-search-drawer__input::placeholder {
    font-size: 15px;
  }

  .vgnw-search-drawer__heading a,
  .vgnw-search-drawer__heading h4 {
    font-size: 14px;
  }

  .vgnw-search-drawer__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .vgnw-search-trend-card__media img {
    height: 100%;
  }

  .vgnw-search-trend-card__media {
    height: 130px;
  }

  .vgnw-search-trend-card__title {
    font-size: 15px;
  }

  .vgnw-search-trend-card__foot {
    align-items: center;
    font-size: 12px;
  }

  .vgnw-article-container {
    padding: 28px 12px 20px;
  }

  .vgnw-article-layout {
    grid-template-columns: 1fr;
  }

  .vgnw-article-sidebar,
  .vgnw--sidebar {
    width: 100%;
  }

  .vgnw-article-primary {
    gap: 20px;
  }

  .vgnw-article-sidebar {
    position: static;
  }

  .vgnw-article-title {
    font-size: 30px;
  }

  .vgnw-similar-section {
    padding: 26px 0 34px;
  }

  .vgnw-similar-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vgnw-similar-head h2 {
    font-size: 30px;
  }

  .vgnw-similar-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vgnw-post-page {
    padding: 40px 12px;
  }

  .vgnw-post-body,
  .vgnw-post-related,
  .vgnw-comments-wrap {
    padding: 16px;
  }

  .vgnw-related-grid {
    grid-template-columns: 1fr;
  }

  .header--app__item > #vgnw--profile--system > img {
    width: 40px;
    height: 40px;
  }

  #side--profile {
    width: 88px;
    right: -88px;
  }

  #side--info {
    width: calc(100vw - 88px);
    right: calc(-100vw + 88px);
  }

  #side--info.active {
    right: 88px;
  }

  .side--info__panel {
    padding: 24px 16px;
  }

  .message-card__text {
    width: auto;
    max-width: 180px;
  }
}
