/*
 * Velmor2 unified shell for legacy CMS routes.
 *
 * This file is intentionally scoped to body.velmora-site. It is loaded after
 * the legacy theme and velmora-home.css so that old fixed-size layouts become
 * fluid without changing the standalone homepage.
 */

body.velmora-site {
  --vm-site-shell: 1160px;
  --vm-site-shell-wide: 1320px;
  --vm-site-bg: #07090a;
  --vm-site-surface: rgba(11, 12, 12, 0.96);
  --vm-site-surface-soft: rgba(16, 17, 17, 0.9);
  --vm-site-surface-raised: rgba(22, 21, 19, 0.94);
  --vm-site-line: rgba(190, 129, 59, 0.36);
  --vm-site-line-soft: rgba(190, 129, 59, 0.18);
  --vm-site-gold: #d4a65c;
  --vm-site-gold-light: #f0cf92;
  --vm-site-red: #b33a29;
  --vm-site-red-light: #ef6a55;
  --vm-site-green: #62bb65;
  --vm-site-blue: #6398d5;
  --vm-site-text: #e7e2d9;
  --vm-site-muted: #a6a198;
  --vm-site-dim: #77736d;
  --vm-site-display: var(--vm-display, "Velmora Display", Georgia, "Times New Roman", serif);
  --vm-site-sans: var(--vm-sans, "Velmora Sans", "Segoe UI", Tahoma, Arial, sans-serif);
  margin: 0;
  min-width: 0;
  min-height: 100vh;
  color: var(--vm-site-text);
  background:
    radial-gradient(circle at 50% 10rem, rgba(128, 50, 24, 0.12), transparent 34rem),
    radial-gradient(circle at 12% 64%, rgba(137, 89, 35, 0.06), transparent 28rem),
    linear-gradient(180deg, #090b0c 0, var(--vm-site-bg) 42rem, #050707 100%);
  font-family: var(--vm-site-sans);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.velmora-site *,
body.velmora-site *::before,
body.velmora-site *::after {
  box-sizing: border-box;
}

body.velmora-site a {
  color: var(--vm-site-gold-light);
  text-decoration: none;
}

body.velmora-site a:hover,
body.velmora-site a:focus {
  color: #ffe3af;
  text-decoration: none;
}

body.velmora-site img,
body.velmora-site svg,
body.velmora-site video,
body.velmora-site iframe {
  max-width: 100%;
}

body.velmora-site img {
  height: auto;
}

body.velmora-site button,
body.velmora-site input,
body.velmora-site select,
body.velmora-site textarea {
  font: inherit;
}

body.velmora-site :focus-visible {
  outline: 2px solid var(--vm-site-gold-light);
  outline-offset: 3px;
}

body.velmora-site hr {
  height: 1px;
  margin: 24px 0;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--vm-site-line), transparent);
}

body.velmora-site p,
body.velmora-site ul,
body.velmora-site ol,
body.velmora-site dl {
  overflow-wrap: anywhere;
}

body.velmora-site h1,
body.velmora-site h2,
body.velmora-site h3,
body.velmora-site h4,
body.velmora-site h5,
body.velmora-site h6 {
  color: var(--vm-site-text);
  font-family: var(--vm-site-display);
  font-weight: 400;
  letter-spacing: 0.025em;
}

/* --------------------------------------------------------------------------
   Legacy canvas reset: remove background slices, absolute positioning,
   clipping, and fixed page heights from the original 930px layout.
   -------------------------------------------------------------------------- */

body.velmora-site .main {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 100vh !important;
  height: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  background: none !important;
}

body.velmora-site .content,
body.velmora-site .links,
body.velmora-site .content-bg,
body.velmora-site .ranking-bg,
body.velmora-site .mt2cms2-c-l,
body.velmora-site .rechts,
body.velmora-site .news-inhalt,
body.velmora-site .news-text {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  color: inherit;
  background-image: none !important;
}

body.velmora-site .content,
body.velmora-site .links {
  padding: 0 !important;
}

body.velmora-site .content-bg,
body.velmora-site .ranking-bg {
  display: block !important;
  padding: 0 !important;
  background: none !important;
}

body.velmora-site .clearfix::after {
  display: table;
  clear: both;
  content: "";
}

body.velmora-site .slider,
body.velmora-site .loginPanel,
body.velmora-site .kategorie,
body.velmora-site .section,
body.velmora-site .hoehle {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
  background-image: none !important;
}

body.velmora-site .news-bild,
body.velmora-site .news-bild img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   Shared header and navigation. The component vocabulary is inherited from
   velmora-home.css; these rules make it participate in normal inner-page flow.
   -------------------------------------------------------------------------- */

body.velmora-site .site-header {
  position: sticky;
  inset: auto;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 82px;
  height: auto;
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(4, 6, 7, 0.99), rgba(7, 8, 8, 0.96));
  border-bottom: 1px solid rgba(188, 125, 55, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
}

body.velmora-site .site-header::after {
  bottom: 0;
}

body.velmora-site .header-inner {
  width: min(calc(100% - 46px), 1250px);
  min-height: 82px;
  height: auto;
}

body.velmora-site .brand {
  min-height: 68px;
  height: auto;
}

body.velmora-site .main-navigation {
  min-width: 0;
}

body.velmora-site .main-navigation a,
body.velmora-site .main-navigation a:hover,
body.velmora-site .main-navigation a:focus {
  text-decoration: none;
}

body.velmora-site .header-play {
  white-space: nowrap;
}

body.velmora-site .navigation {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: none !important;
}

body.velmora-site .navigation > nav {
  width: min(calc(100% - 46px), 1250px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.velmora-site .languagebox {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
   Inner-page hero and content shell.
   -------------------------------------------------------------------------- */

body.velmora-site .inner-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(50px, 7vw, 84px) 0 clamp(44px, 6vw, 72px);
  border-bottom: 1px solid var(--vm-site-line);
  background:
    radial-gradient(circle at 50% 35%, rgba(151, 67, 31, 0.2), transparent 27rem),
    linear-gradient(120deg, rgba(68, 29, 18, 0.42), rgba(8, 10, 10, 0.84) 44%, rgba(9, 11, 11, 0.96));
}

body.velmora-site .inner-hero::before,
body.velmora-site .inner-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

body.velmora-site .inner-hero::before {
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(90deg, transparent 0, rgba(218, 152, 75, 0.08) 50%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 255, 255, 0.012) 89px 90px);
}

body.velmora-site .inner-hero::after {
  right: max(20px, calc((100% - var(--vm-site-shell)) / 2));
  bottom: 24px;
  width: min(34vw, 360px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233, 177, 96, 0.5));
}

body.velmora-site .inner-hero-content {
  width: min(calc(100% - 46px), var(--vm-site-shell));
  margin: 0 auto;
}

body.velmora-site .inner-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin: 0 0 13px;
  padding: 0;
  color: var(--vm-site-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

body.velmora-site .inner-breadcrumbs > * {
  min-width: 0;
}

body.velmora-site .inner-breadcrumbs > * + *::before {
  margin-right: 10px;
  color: rgba(212, 166, 92, 0.55);
  content: "/";
}

body.velmora-site .inner-breadcrumbs a {
  color: var(--vm-site-gold);
}

body.velmora-site .inner-title {
  max-width: 850px;
  margin: 0;
  color: #f4ede2;
  font-family: var(--vm-site-display);
  font-size: clamp(29px, 4.5vw, 49px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.035em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
}

body.velmora-site .inner-hero p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #bbb6ae;
  font-size: 14px;
}

body.velmora-site .inner-main {
  width: min(calc(100% - 46px), var(--vm-site-shell));
  min-width: 0;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) 0 clamp(54px, 7vw, 86px);
  flex: 1 0 auto;
}

/*
 * Pagina de prezentare are propriul cuprins și panouri vizuale ample.
 * Îi oferim o suprafață mai lată fără să schimbăm shell-ul celorlalte pagini,
 * header-ul sau componentele contului.
 */
body.velmora-site.page-prezentare .inner-main {
  width: min(calc(100% - clamp(24px, 3vw, 56px)), 1760px);
}

body.velmora-site .inner-main--admin {
  width: min(calc(100% - 46px), var(--vm-site-shell-wide));
}

body.velmora-site .inner-main > .page-shell {
  width: 100%;
  max-width: none;
}

body.velmora-site .inner-content {
  min-width: 0;
  display: grid;
  gap: 24px;
}

body.velmora-site .inner-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: clamp(22px, 4vw, 46px);
  color: var(--vm-site-text);
  background:
    linear-gradient(145deg, rgba(19, 18, 16, 0.96), rgba(8, 10, 10, 0.97));
  border: 1px solid var(--vm-site-line);
  border-radius: 5px;
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.025);
  overflow: visible;
}

body.velmora-site.page-prezentare .inner-card--presentation {
  padding: clamp(12px, 1.2vw, 22px);
}

body.velmora-site .inner-card::before {
  position: absolute;
  inset: -1px 12% auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(238, 184, 104, 0.7), transparent);
}

body.velmora-site .inner-content > * {
  min-width: 0;
}

/* --------------------------------------------------------------------------
   Embedded legacy page headings and content wrappers.
   -------------------------------------------------------------------------- */

body.velmora-site .page-hd {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 28px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--vm-site-line-soft) !important;
  overflow: visible !important;
  background: none !important;
  background-image: none !important;
}

body.velmora-site .page-hd::after {
  display: block;
  width: min(110px, 30%);
  height: 1px;
  margin-top: 16px;
  content: "";
  background: linear-gradient(90deg, var(--vm-site-gold), transparent);
}

body.velmora-site .bd-c {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.velmora-site .pre-social,
body.velmora-site .content_title,
body.velmora-site .sub_content_title {
  width: auto !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--vm-site-gold-light) !important;
  font-family: var(--vm-site-display) !important;
  font-size: clamp(21px, 3vw, 30px) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-shadow: none !important;
  text-transform: uppercase;
}

body.velmora-site .sub_content_title {
  font-size: clamp(18px, 2.2vw, 23px) !important;
}

body.velmora-site .padding-container {
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
}

body.velmora-site .padding-container > :first-child {
  margin-top: 0;
}

body.velmora-site .padding-container > :last-child {
  margin-bottom: 0;
}

body.velmora-site .jumbotron {
  min-width: 0;
  min-height: 0;
  height: auto !important;
  margin: 0 0 24px;
  padding: clamp(18px, 3vw, 28px) !important;
  color: var(--vm-site-text);
  background: var(--vm-site-surface-soft) !important;
  background-image: none !important;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
  overflow: visible !important;
}

body.velmora-site .jumbotron p {
  margin-bottom: 10px;
  color: var(--vm-site-muted);
  font-size: inherit;
  font-weight: 400;
}

body.velmora-site .page-title {
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 22px;
  padding: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 24px;
  border-bottom: 1px solid var(--vm-site-line-soft);
  overflow: visible !important;
  background: none !important;
}

body.velmora-site .page-title-news {
  min-width: 0;
  color: var(--vm-site-gold-light);
  font-family: var(--vm-site-display);
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.velmora-site .page-title-time {
  flex: 0 0 auto;
  color: var(--vm-site-dim);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.velmora-site .page-text {
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  color: var(--vm-site-muted);
  font-size: 15px;
  line-height: 1.75;
  overflow: visible !important;
  background: none !important;
}

body.velmora-site .page-text-img {
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* --------------------------------------------------------------------------
   Forms and Bootstrap 3 controls.
   -------------------------------------------------------------------------- */

body.velmora-site label,
body.velmora-site .control-label,
body.velmora-site .col-form-label {
  display: inline-block;
  margin-bottom: 7px;
  color: #d6d0c6;
  font-size: 13px;
  font-weight: 500;
}

body.velmora-site input[type="text"],
body.velmora-site input[type="password"],
body.velmora-site input[type="email"],
body.velmora-site input[type="number"],
body.velmora-site input[type="url"],
body.velmora-site input[type="search"],
body.velmora-site input[type="date"],
body.velmora-site input[type="datetime-local"],
body.velmora-site input[type="tel"],
body.velmora-site .input-re,
body.velmora-site .form-control,
body.velmora-site .mt2cms_main_box_middle_content_input,
body.velmora-site select,
body.velmora-site textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  height: auto !important;
  padding: 10px 12px;
  color: var(--vm-site-text);
  background: rgba(4, 6, 7, 0.82);
  background-image: none;
  border: 1px solid rgba(190, 129, 59, 0.34);
  border-radius: 3px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
  font-family: var(--vm-site-sans);
  font-size: 14px;
  line-height: 1.45;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.velmora-site textarea {
  min-height: 130px;
  resize: vertical;
}

body.velmora-site select[multiple],
body.velmora-site select[size] {
  min-height: 118px;
}

body.velmora-site select option {
  color: #eee9df;
  background: #111313;
}

body.velmora-site input::placeholder,
body.velmora-site textarea::placeholder {
  color: #77746e;
  opacity: 1;
}

body.velmora-site input:focus,
body.velmora-site select:focus,
body.velmora-site textarea:focus,
body.velmora-site .form-control:focus {
  color: #fff;
  background: rgba(8, 10, 10, 0.96);
  border-color: var(--vm-site-gold);
  outline: 0;
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 3px rgba(212, 166, 92, 0.12);
}

body.velmora-site input[disabled],
body.velmora-site select[disabled],
body.velmora-site textarea[disabled],
body.velmora-site .form-control[disabled],
body.velmora-site .form-control[readonly] {
  color: #8a8781;
  background: rgba(13, 14, 14, 0.7);
  cursor: not-allowed;
  opacity: 0.76;
}

body.velmora-site input[type="checkbox"],
body.velmora-site input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 7px 0 0;
  accent-color: var(--vm-site-gold);
}

body.velmora-site input[type="file"] {
  max-width: 100%;
  color: var(--vm-site-muted);
}

body.velmora-site .form-group {
  min-width: 0;
  margin-bottom: 18px;
}

body.velmora-site .help-block,
body.velmora-site .form-text {
  margin-top: 7px;
  color: var(--vm-site-dim);
  font-size: 12px;
}

body.velmora-site .text-danger {
  color: #f27d68 !important;
}

body.velmora-site .text-success {
  color: #85d589 !important;
}

body.velmora-site .input-group {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

body.velmora-site .input-group .form-control {
  min-width: 0;
  flex: 1 1 auto;
}

body.velmora-site .input-group-btn {
  width: auto;
  display: flex;
  flex: 0 0 auto;
}

body.velmora-site .input-group-btn > .btn {
  min-height: 44px;
}

body.velmora-site .input-group-addon {
  min-width: 44px;
  padding: 10px 12px;
  display: grid;
  place-items: center;
  color: var(--vm-site-gold-light);
  background: rgba(28, 24, 20, 0.94);
  border-color: var(--vm-site-line);
}

body.velmora-site .btn,
body.velmora-site .button,
body.velmora-site .mt2cms_main_content_button,
body.velmora-site .UPBtn1,
body.velmora-site .UPBtn2,
body.velmora-site .downloadlink1,
body.velmora-site .downloadlink2,
body.velmora-site .btn-submit {
  width: auto;
  max-width: 100%;
  min-height: 42px;
  height: auto;
  padding: 9px 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #f1e9dc !important;
  background: linear-gradient(180deg, rgba(52, 37, 26, 0.98), rgba(20, 16, 14, 0.98)) !important;
  background-image: linear-gradient(180deg, rgba(52, 37, 26, 0.98), rgba(20, 16, 14, 0.98)) !important;
  border: 1px solid rgba(204, 146, 77, 0.52) !important;
  border-radius: 3px;
  box-shadow:
    inset 0 0 16px rgba(0, 0, 0, 0.28),
    0 4px 12px rgba(0, 0, 0, 0.22);
  font-family: var(--vm-site-display);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2 !important;
  letter-spacing: 0.025em;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition: border-color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

body.velmora-site .btn:hover,
body.velmora-site .btn:focus,
body.velmora-site .button:hover,
body.velmora-site .button:focus,
body.velmora-site .mt2cms_main_content_button:hover,
body.velmora-site .UPBtn1:hover,
body.velmora-site .UPBtn2:hover,
body.velmora-site .downloadlink1:hover,
body.velmora-site .downloadlink2:hover,
body.velmora-site .btn-submit:hover {
  color: #fff8eb !important;
  border-color: var(--vm-site-gold) !important;
  filter: brightness(1.14);
  transform: translateY(-1px);
}

body.velmora-site .btn:active,
body.velmora-site .button:active {
  transform: translateY(0);
}

body.velmora-site .btn-primary {
  background: linear-gradient(180deg, #684021, #2c1c14) !important;
  border-color: #a9753d !important;
}

body.velmora-site .btn-success {
  background: linear-gradient(180deg, #32653a, #182f1d) !important;
  border-color: #5caa68 !important;
}

body.velmora-site .btn-danger {
  background: linear-gradient(180deg, #7c2d24, #361511) !important;
  border-color: #bd5344 !important;
}

body.velmora-site .btn-warning {
  background: linear-gradient(180deg, #765124, #362612) !important;
  border-color: #bb8744 !important;
}

body.velmora-site .btn-info {
  background: linear-gradient(180deg, #315776, #172b3c) !important;
  border-color: #5b89ad !important;
}

body.velmora-site .btn-default {
  background: linear-gradient(180deg, #333332, #171818) !important;
  border-color: #605d57 !important;
}

body.velmora-site .btn-sm {
  min-height: 34px;
  padding: 7px 12px !important;
  font-size: 11px;
}

body.velmora-site .btn-lg {
  min-height: 49px;
  padding: 12px 22px !important;
  font-size: 14px;
}

body.velmora-site .btn-block {
  width: 100%;
  display: flex;
}

body.velmora-site .btn.disabled,
body.velmora-site .btn[disabled],
body.velmora-site fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: grayscale(0.5);
  opacity: 0.48;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Tables and pagination.
   -------------------------------------------------------------------------- */

body.velmora-site .table-responsive {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body.velmora-site table,
body.velmora-site .table {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  margin: 0 0 22px;
  color: var(--vm-site-text);
  background: rgba(5, 7, 7, 0.62);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

body.velmora-site .table-responsive > .table {
  margin-bottom: 0;
}

body.velmora-site table caption {
  padding: 0 0 12px;
  color: var(--vm-site-gold-light);
  font-family: var(--vm-site-display);
  font-size: 18px;
  text-align: left;
}

body.velmora-site .table > thead > tr > th,
body.velmora-site .table > tbody > tr > th,
body.velmora-site .table > tfoot > tr > th,
body.velmora-site .table > thead > tr > td,
body.velmora-site .table > tbody > tr > td,
body.velmora-site .table > tfoot > tr > td,
body.velmora-site table th,
body.velmora-site table td {
  height: auto !important;
  padding: 13px 14px;
  color: inherit;
  border: 0;
  border-bottom: 1px solid rgba(190, 129, 59, 0.14);
  vertical-align: middle;
  overflow-wrap: anywhere;
}

body.velmora-site .table > thead > tr > th,
body.velmora-site .table > tbody > tr > th,
body.velmora-site table th {
  color: var(--vm-site-gold-light);
  background: rgba(47, 32, 22, 0.54);
  border-bottom-color: var(--vm-site-line);
  font-family: var(--vm-site-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

body.velmora-site .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.018);
}

body.velmora-site .table-hover > tbody > tr:hover {
  background-color: rgba(181, 112, 46, 0.1);
}

body.velmora-site .table img {
  display: inline-block;
  max-width: 34px;
  border-radius: 2px;
  vertical-align: middle;
}

body.velmora-site .table form {
  margin: 0;
}

body.velmora-site .pagination {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  list-style: none;
}

body.velmora-site .pagination > li {
  display: block;
}

body.velmora-site .pagination > li > a,
body.velmora-site .pagination > li > span {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 11px;
  display: grid;
  place-items: center;
  color: #d9d3ca;
  background: rgba(12, 14, 14, 0.94);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 3px !important;
}

body.velmora-site .pagination > li > a:hover,
body.velmora-site .pagination > li > a:focus {
  color: #fff;
  background: rgba(90, 51, 27, 0.66);
  border-color: var(--vm-site-gold);
}

body.velmora-site .pagination > .active > a,
body.velmora-site .pagination > .active > a:hover,
body.velmora-site .pagination > .active > span {
  color: #fff8e9;
  background: linear-gradient(180deg, #774626, #3b2116);
  border-color: #b78042;
}

body.velmora-site .pagination > .disabled > a,
body.velmora-site .pagination > .disabled > span {
  color: #5f5c57;
  background: rgba(9, 10, 10, 0.7);
  border-color: rgba(255, 255, 255, 0.06);
}

/* --------------------------------------------------------------------------
   Alerts, tabs, dropdowns, and other Bootstrap components.
   -------------------------------------------------------------------------- */

body.velmora-site .alert {
  min-width: 0;
  margin: 0 0 20px;
  padding: 14px 42px 14px 16px;
  color: #ddd8cf;
  background: rgba(19, 21, 21, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  text-shadow: none;
}

body.velmora-site .alert-success {
  color: #c7e9ca;
  background: rgba(34, 76, 42, 0.42);
  border-color: rgba(91, 177, 103, 0.46);
}

body.velmora-site .alert-danger {
  color: #f2c3bb;
  background: rgba(106, 35, 28, 0.4);
  border-color: rgba(213, 84, 67, 0.48);
}

body.velmora-site .alert-warning {
  color: #ecd3a8;
  background: rgba(104, 70, 27, 0.4);
  border-color: rgba(206, 150, 69, 0.46);
}

body.velmora-site .alert-info {
  color: #c1dbef;
  background: rgba(36, 66, 91, 0.42);
  border-color: rgba(83, 142, 187, 0.46);
}

body.velmora-site .alert .close {
  top: 0;
  right: -24px;
  color: inherit;
  text-shadow: none;
  opacity: 0.72;
}

body.velmora-site .nav-tabs {
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-bottom: 1px solid var(--vm-site-line);
}

body.velmora-site .nav-tabs > li {
  float: none;
  margin: 0;
}

body.velmora-site .nav-tabs > li > a,
body.velmora-site .nav-tabs .nav-link {
  min-height: 42px;
  margin: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vm-site-muted);
  background: rgba(10, 12, 12, 0.72);
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

body.velmora-site .nav-tabs > li > a:hover,
body.velmora-site .nav-tabs > li > a:focus,
body.velmora-site .nav-tabs > li.active > a,
body.velmora-site .nav-tabs > li.active > a:hover,
body.velmora-site .nav-tabs > li.active > a:focus,
body.velmora-site .nav-tabs .nav-link.active {
  color: var(--vm-site-gold-light);
  background: rgba(70, 43, 25, 0.58);
  border-color: var(--vm-site-line);
  border-bottom-color: transparent;
}

body.velmora-site .nav-tabs img {
  width: 24px;
  height: auto;
}

body.velmora-site .tab-content,
body.velmora-site .tab-pane {
  min-width: 0;
  min-height: 0;
  height: auto !important;
  overflow: visible !important;
}

body.velmora-site .dropdown-menu {
  min-width: 180px;
  padding: 6px;
  color: var(--vm-site-text);
  background: rgba(8, 10, 10, 0.99);
  border: 1px solid var(--vm-site-line);
  border-radius: 3px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.46);
}

body.velmora-site .dropdown-menu > li > a {
  padding: 9px 11px;
  color: var(--vm-site-muted);
  border-radius: 2px;
}

body.velmora-site .dropdown-menu > li > a:hover,
body.velmora-site .dropdown-menu > li > a:focus {
  color: #fff;
  background: rgba(111, 65, 31, 0.54);
}

body.velmora-site .bootstrap-select,
body.velmora-site .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  max-width: 100%;
}

body.velmora-site .bootstrap-select .dropdown-menu {
  max-width: min(420px, calc(100vw - 30px));
}

body.velmora-site .bootstrap-select .dropdown-menu > li > a {
  white-space: normal;
  overflow-wrap: anywhere;
}

body.velmora-site .modal-content {
  color: var(--vm-site-text);
  background: #111313;
  border: 1px solid var(--vm-site-line);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
}

body.velmora-site .modal-header,
body.velmora-site .modal-footer {
  border-color: var(--vm-site-line-soft);
}

/* --------------------------------------------------------------------------
   Panels, CMS sidebar components, account controls, and admin dashboard.
   -------------------------------------------------------------------------- */

body.velmora-site [class^="panel_"],
body.velmora-site [class*=" panel_"] {
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  background-image: none !important;
}

body.velmora-site .panel {
  min-width: 0;
  min-height: 0;
  height: auto !important;
  margin-bottom: 20px;
  color: var(--vm-site-text);
  background: var(--vm-site-surface-soft);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

body.velmora-site .panel-heading,
body.velmora-site .mt2cms_main_left_panel_header {
  min-height: 0;
  padding: 13px 16px;
  color: var(--vm-site-gold-light) !important;
  background: rgba(54, 37, 24, 0.64) !important;
  background-image: none !important;
  border: 0;
  border-bottom: 1px solid var(--vm-site-line-soft);
  font-family: var(--vm-site-display);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.velmora-site .panel-body,
body.velmora-site .mt2cms_main_left_panel_body {
  min-height: 0;
  height: auto !important;
  padding: 16px !important;
  color: var(--vm-site-muted);
  overflow: visible !important;
}

body.velmora-site .panel-footer {
  color: var(--vm-site-muted);
  background: rgba(8, 10, 10, 0.72);
  border-color: var(--vm-site-line-soft);
}

body.velmora-site .user_panel_buttons {
  display: grid;
  gap: 8px;
}

body.velmora-site .user_panel_buttons a {
  display: block;
}

body.velmora-site .user_panel_buttons_row {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: #dcd6cc;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 3px;
  text-align: left;
}

body.velmora-site .user_panel_buttons_row:hover {
  color: #fff;
  background: rgba(144, 84, 37, 0.13);
  border-color: var(--vm-site-line);
}

body.velmora-site .user_panel_buttons_icon {
  width: 22px;
  color: var(--vm-site-gold);
  text-align: center;
}

body.velmora-site .stats {
  display: grid;
  gap: 8px;
}

body.velmora-site .stats > div {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.velmora-site .stats-value,
body.velmora-site .online-now {
  color: var(--vm-site-gold-light);
}

body.velmora-site .list-group {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.velmora-site .list-group-item {
  min-width: 0;
  margin: 0;
  padding: 16px;
  color: var(--vm-site-text);
  background: rgba(10, 12, 12, 0.82);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px !important;
}

body.velmora-site a.list-group-item:hover,
body.velmora-site a.list-group-item:focus {
  color: #fff;
  background: rgba(91, 54, 30, 0.42);
  border-color: var(--vm-site-line);
  transform: translateY(-1px);
}

body.velmora-site .list-group-item.active,
body.velmora-site .list-group-item.active:hover,
body.velmora-site .list-group-item.active:focus {
  grid-column: 1 / -1;
  color: var(--vm-site-gold-light);
  background: linear-gradient(90deg, rgba(87, 49, 27, 0.68), rgba(21, 18, 16, 0.82));
  border-color: var(--vm-site-line);
}

body.velmora-site .list-group-item-heading {
  margin: 0 0 6px;
  color: var(--vm-site-gold-light);
  font-size: 17px;
  line-height: 1.3;
}

body.velmora-site .list-group-item-text,
body.velmora-site .list-group-item p[style] {
  margin: 0;
  color: var(--vm-site-muted) !important;
  font-size: 13px;
  line-height: 1.5;
}

body.velmora-site .inner-main--admin .padding-container {
  min-width: 0;
}

body.velmora-site .inner-main--admin .row {
  min-width: 0;
}

body.velmora-site .inner-main--admin pre,
body.velmora-site .inner-main--admin code {
  max-width: 100%;
  color: #e8d5b1;
  background: rgba(0, 0, 0, 0.34);
  border-color: var(--vm-site-line-soft);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   Account overview: new semantic dashboard plus graceful legacy jumbotron.
   -------------------------------------------------------------------------- */

body.velmora-site .account-summary {
  min-width: 0;
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  padding: clamp(19px, 3vw, 28px);
  border: 1px solid var(--vm-site-line);
  border-radius: 5px;
  background:
    linear-gradient(115deg, rgba(84, 24, 15, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(14, 15, 14, 0.98), rgba(8, 9, 9, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

body.velmora-site .account-summary__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.velmora-site .account-summary__heading p {
  margin: 0 0 2px;
  color: var(--vm-site-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.velmora-site .account-summary__heading h2 {
  margin: 0;
  color: var(--vm-site-gold-light);
  font-size: 24px;
}

body.velmora-site .account-summary__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(213, 153, 77, 0.52);
  color: var(--vm-site-red-light);
  background: rgba(93, 24, 15, 0.28);
  transform: rotate(45deg);
}

body.velmora-site .account-summary__admin {
  margin-left: auto;
  padding: 5px 10px;
  border: 1px solid rgba(211, 147, 69, 0.34);
  border-radius: 2px;
  color: #edc785;
  background: rgba(82, 24, 14, 0.34);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.velmora-site .account-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.velmora-site .account-summary__grid > * {
  min-width: 0;
  padding: 17px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
}

body.velmora-site .account-summary__grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--vm-site-dim);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.velmora-site .account-summary__grid strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #efe7dc;
  font-family: var(--vm-site-display);
  font-size: 17px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.velmora-site .account-summary__grid dt,
body.velmora-site .account-summary__label {
  margin: 0 0 6px;
  color: var(--vm-site-dim);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.velmora-site .account-summary__grid dd,
body.velmora-site .account-summary__value {
  margin: 0;
  color: #efe7dc;
  font-family: var(--vm-site-display);
  font-size: 18px;
  overflow-wrap: anywhere;
}

body.velmora-site .account-summary__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.velmora-site .account-summary__actions > a,
body.velmora-site .account-summary__actions > form,
body.velmora-site .account-summary__actions > div {
  min-width: 0;
  margin: 0;
}

body.velmora-site .account-summary__actions > a {
  min-height: 46px;
  padding: 11px 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 3px;
  color: #dbc6a5;
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.velmora-site .account-summary__actions > a:hover {
  border-color: var(--vm-site-gold);
  color: #fff0cf;
  transform: translateY(-1px);
}

body.velmora-site .account-summary__actions > a.is-admin {
  border-color: rgba(211, 77, 49, 0.5);
  color: #f1b198;
  background: rgba(88, 21, 13, 0.32);
}

body.velmora-site .account-summary__actions .btn {
  width: 100%;
  min-height: 52px;
}

body.velmora-site .jumbotron .row {
  margin: 0 0 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid rgba(190, 129, 59, 0.11);
  border-radius: 3px;
}

body.velmora-site .jumbotron .row > [class*="col-"] {
  min-width: 0;
  padding: 0;
}

/* --------------------------------------------------------------------------
   News, ranking, and remaining legacy widgets.
   -------------------------------------------------------------------------- */

body.velmora-site .news {
  min-width: 0;
  min-height: 0;
  height: auto !important;
  margin: 0 0 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  background: rgba(10, 12, 12, 0.72);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
  overflow: visible !important;
}

body.velmora-site .news::after {
  width: 100%;
  margin: 4px 0 0;
}

body.velmora-site .news-text {
  color: var(--vm-site-muted);
}

body.velmora-site .news-text h1 {
  margin: 0 0 10px;
  color: var(--vm-site-gold-light);
  font-family: var(--vm-site-display);
  font-size: clamp(19px, 2.5vw, 26px);
  text-shadow: none;
}

body.velmora-site .news-text p {
  color: var(--vm-site-muted);
  text-align: left;
}

body.velmora-site .news-unten,
body.velmora-site .datum_name {
  min-height: 0;
  height: auto !important;
  margin: 0;
  line-height: 1.5;
}

body.velmora-site .panel_news,
body.velmora-site .panel_best_player,
body.velmora-site .panel_ranking {
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 18px !important;
  color: var(--vm-site-text);
  background: var(--vm-site-surface-soft) !important;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
}

body.velmora-site .panel_news_row {
  min-width: 0;
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.velmora-site .panel_news_row_date {
  color: var(--vm-site-dim);
  font-size: 11px;
}

body.velmora-site .panel_ranking_table {
  width: 100%;
}

body.velmora-site .buttonContainer,
body.velmora-site .buy_coins {
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.velmora-site .coin-1,
body.velmora-site .coin-2,
body.velmora-site .coin-3,
body.velmora-site .coin-4,
body.velmora-site .coin-5,
body.velmora-site .coin-6,
body.velmora-site .coin-7,
body.velmora-site .coin-8 {
  max-width: 100%;
}

/* --------------------------------------------------------------------------
   Social links and footer.
   -------------------------------------------------------------------------- */

body.velmora-site .vm-social-links {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

body.velmora-site .vm-social-links > * {
  min-width: 0;
}

body.velmora-site .footer-social .vm-social-links {
  grid-template-columns: 1fr;
}

body.velmora-site .vm-social-links a,
body.velmora-site .vm-social-links .is-disabled {
  min-height: 48px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8d3cb;
  background: rgba(255, 255, 255, 0.026);
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 3px;
}

body.velmora-site .vm-social-links a:hover {
  color: #fff;
  background: rgba(126, 73, 34, 0.16);
  border-color: var(--vm-site-line);
}

body.velmora-site .vm-social-links .is-disabled {
  color: var(--vm-site-dim);
  cursor: not-allowed;
  opacity: 0.66;
}

body.velmora-site .site-footer {
  position: relative;
  min-height: 0;
  height: auto;
  margin: 0;
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(7, 9, 9, 0.98), #050606);
  background-image: linear-gradient(180deg, rgba(7, 9, 9, 0.98), #050606);
  border-top: 1px solid var(--vm-site-line-soft);
  overflow: visible;
}

body.velmora-site .site-footer .footer-grid {
  min-height: 0;
}

body.velmora-site .site-footer .footer-grid > div {
  min-width: 0;
}

body.velmora-site .main > footer:not(.site-footer) {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 32px 20px !important;
  color: var(--vm-site-muted);
  background: linear-gradient(180deg, rgba(8, 10, 10, 0.98), #050606) !important;
  background-image: linear-gradient(180deg, rgba(8, 10, 10, 0.98), #050606) !important;
  border-top: 1px solid var(--vm-site-line-soft);
  overflow: visible !important;
}

body.velmora-site .copyright,
body.velmora-site .design_code {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto !important;
  margin: 0;
  padding: 0;
  color: var(--vm-site-muted);
  font-family: var(--vm-site-sans);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6 !important;
  text-align: center;
  text-transform: none;
}

body.velmora-site .copyright nav {
  margin-bottom: 20px;
}

body.velmora-site .copyright nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
}

body.velmora-site .copyright nav ul li {
  width: auto;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0;
  line-height: 1.4;
}

body.velmora-site .copyright nav ul a {
  padding: 5px;
  color: var(--vm-site-muted);
  font-family: var(--vm-site-sans);
  font-size: 11px;
}

body.velmora-site .footerLogo {
  width: min(190px, 70vw);
  max-width: 100%;
  height: auto;
  margin: 0 12px;
}

/* Modern news archive and article views. */
body.velmora-site .vm-page-heading {
  max-width: 760px;
  margin: 0 auto clamp(24px, 4vw, 38px);
  text-align: center;
}

body.velmora-site .vm-page-eyebrow {
  margin: 0 0 7px;
  color: var(--vm-site-red-light);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.velmora-site .vm-page-heading h2 {
  margin: 0;
  color: var(--vm-site-gold-light);
  font-size: clamp(25px, 4vw, 38px);
  text-transform: uppercase;
}

body.velmora-site .vm-page-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--vm-site-muted);
}

body.velmora-site .archive-news-grid {
  gap: clamp(16px, 2.5vw, 24px);
}

body.velmora-site .archive-news-grid .news-image {
  display: block;
}

body.velmora-site .archive-news-grid .news-copy h3 a {
  color: inherit;
}

body.velmora-site .vm-news-delete {
  margin: 13px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--vm-site-line-soft);
}

body.velmora-site .vm-news-delete button {
  padding: 0;
  border: 0;
  color: #d77966;
  background: none;
  font-size: 11px;
  cursor: pointer;
}

body.velmora-site .vm-pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

body.velmora-site .vm-pagination a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 3px;
  color: var(--vm-site-muted);
  background: rgba(255, 255, 255, 0.025);
}

body.velmora-site .vm-pagination a:hover,
body.velmora-site .vm-pagination a.is-active {
  border-color: var(--vm-site-gold);
  color: #fff0cf;
  background: rgba(104, 38, 22, 0.35);
}

body.velmora-site .vm-empty-state {
  padding: clamp(44px, 8vw, 88px) 20px;
  border: 1px dashed var(--vm-site-line);
  text-align: center;
}

body.velmora-site .vm-empty-state > span {
  color: var(--vm-site-gold);
  font-size: 34px;
}

body.velmora-site .vm-empty-state h3 {
  margin: 10px 0 6px;
}

body.velmora-site .vm-empty-state p {
  margin: 0;
  color: var(--vm-site-muted);
}

body.velmora-site .vm-article {
  max-width: 930px;
  margin: 0 auto;
}

body.velmora-site .vm-article__header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--vm-site-line);
}

body.velmora-site .vm-article__header h2 {
  margin: 2px 0 15px;
  color: var(--vm-site-gold-light);
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.18;
}

body.velmora-site .vm-article__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  color: var(--vm-site-muted);
  font-size: 11px;
}

body.velmora-site .vm-article__content {
  color: #cac5bd;
  font-size: 15px;
  line-height: 1.8;
}

body.velmora-site .vm-article__content img {
  margin: 22px auto;
  border: 1px solid var(--vm-site-line-soft);
  border-radius: 4px;
}

body.velmora-site .vm-admin-tools {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid rgba(194, 70, 49, 0.3);
  border-radius: 4px;
  background: rgba(89, 24, 15, 0.2);
}

body.velmora-site .vm-admin-tools > form:last-child {
  margin-top: 10px;
}

body.velmora-site .vm-recruit-icon,
body.velmora-site .vm-social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(199, 136, 60, 0.35);
  border-radius: 50%;
  color: var(--vm-site-gold);
  background: rgba(98, 31, 17, 0.22);
  font-size: 18px;
}

/* --------------------------------------------------------------------------
   Responsive behavior.
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  body.velmora-site .inner-main,
  body.velmora-site .inner-main--admin,
  body.velmora-site .inner-hero-content {
    width: min(calc(100% - 36px), var(--vm-site-shell));
  }

  body.velmora-site .account-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.velmora-site .site-header {
    position: sticky;
    min-height: 70px;
  }

  body.velmora-site .header-inner {
    min-height: 70px;
    height: auto;
  }

  body.velmora-site .main-navigation {
    inset: 70px 0 auto;
    max-height: 0;
  }

  body.velmora-site .main-navigation.is-open {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.velmora-site .inner-hero {
    padding: 48px 0 44px;
  }

  body.velmora-site .inner-main {
    padding-top: 30px;
  }

  body.velmora-site .footer-grid {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body.velmora-site {
    font-size: 14px;
  }

  body.velmora-site .inner-main,
  body.velmora-site .inner-main--admin,
  body.velmora-site .inner-hero-content {
    width: min(calc(100% - 24px), var(--vm-site-shell));
  }

  body.velmora-site .inner-card {
    padding: 20px 16px;
  }

  body.velmora-site .inner-title {
    font-size: clamp(27px, 9vw, 38px);
  }

  body.velmora-site .list-group,
  body.velmora-site .account-summary__actions,
  body.velmora-site .vm-social-links {
    grid-template-columns: 1fr;
  }

  body.velmora-site .list-group-item.active {
    grid-column: auto;
  }

  body.velmora-site .row {
    margin-right: -7px;
    margin-left: -7px;
  }

  body.velmora-site .row > [class*="col-"] {
    min-width: 0;
    padding-right: 7px;
    padding-left: 7px;
  }

  body.velmora-site .jumbotron .row {
    margin: 0 0 10px;
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr;
  }

  body.velmora-site .jumbotron .row > [class*="col-"] {
    width: 100%;
    padding: 0;
    float: none;
  }

  body.velmora-site .table-responsive,
  body.velmora-site .padding-container > .table,
  body.velmora-site .padding-container > form > .table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  body.velmora-site .nav-tabs {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  body.velmora-site .nav-tabs > li > a,
  body.velmora-site .nav-tabs .nav-link {
    border-radius: 3px;
    border-color: var(--vm-site-line-soft);
  }

  body.velmora-site .panel_news_row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.velmora-site .inner-breadcrumbs {
    font-size: 10px;
  }

  body.velmora-site .account-summary__grid {
    grid-template-columns: 1fr;
  }

  body.velmora-site .page-title {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.velmora-site .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  body.velmora-site .input-group .form-control,
  body.velmora-site .input-group-btn,
  body.velmora-site .input-group-btn > .btn {
    width: 100%;
    border-radius: 3px !important;
  }

  body.velmora-site .buttonContainer,
  body.velmora-site .buy_coins {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.velmora-site .buttonContainer .btn,
  body.velmora-site .buttonContainer a,
  body.velmora-site .buy_coins .btn,
  body.velmora-site .buy_coins a {
    width: 100%;
  }

  body.velmora-site .alert {
    padding-right: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.velmora-site *,
  body.velmora-site *::before,
  body.velmora-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body.velmora-site {
    color: #111;
    background: #fff;
  }

  body.velmora-site .site-header,
  body.velmora-site .site-footer,
  body.velmora-site .inner-hero,
  body.velmora-site .btn,
  body.velmora-site button {
    display: none !important;
  }

  body.velmora-site .inner-main,
  body.velmora-site .inner-main--admin,
  body.velmora-site .inner-card {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #111;
    background: #fff;
    border: 0;
    box-shadow: none;
  }

  body.velmora-site table,
  body.velmora-site .table {
    color: #111;
    background: #fff;
  }
}
