body {
background: #101010;
font-family: sans-serif;
font-size: 13px;
margin:auto;
color: #a7a7a7;
max-width: 486px;
}

a {
color: #5b2d79;
text-decoration : none;
}

a:hover {
color: #fff;
}

img {
border-style: none;
vertical-align: middle;
}

.link {
border-top: 1px solid #e5e5e5;
background: url(/im/ic.png) repeat-x #fff;
background-repeat: no-repeat;
background-position: left 50%;
padding: 13px;
padding-left: 20px;
text-decoration: none;
display: block;
position: relative;
}

.link:hover {
background: url(ic1.png) repeat-x #5b2d79;
background-repeat: no-repeat;
background-position: left 50%;
color: #fff;
padding-left: 20px;
margin-left: 5px;
}

.link span {
background: #5b2d79;
color: #fff;
padding: 14px;
position: absolute;
right: 0px;
bottom: 0px;
top: 0px;
width: 8%;
border-left: 1px solid #e5e5e5;
}

.title {
background: #5b2d79;
padding: 15px;
color: #d5c5e0;
font-weight: bold;
}

.title a {
color: #fff;
}

.niz {
background: #5b2d79;
padding: 15px;
color: #d5c5e0;
font-weight: bold;
border-top: 1px solid #e5e5e5;
position: relative;
}

.niz span {
color: #fff;
padding: 14px;
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
width: 20%;
border-left: 1px solid #e5e5e5;
}

.menu {
background: #fff;
color: #5b5b5b;
line-height: 14px;
padding: 13px;
}

.menu a {
color: #2a5fae;
}

.menu a:hover {
color: #01a6df;
}

input, textarea, select {
background: #eee;
color: #3f1c55;
padding: 8px;
margin: 4px;
border: 1px solid #3f1c55;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

input[type="submit"] {
background: #311842;
color: #a38bb3;
border : 1px solid #3f1c55;
}

input[type="submit"]:hover {
background: #444;
color: #ffffff;
}

.err {
background: #FEEFB3;
color: #9F6000;
padding: 8px;
}

.str {
background: #fff;
color: #5b5b5b;
line-height: 14px;
padding: 5px;
border-top: 1px solid #e5e5e5;
text-align: center;
}

.str a {
background: #311842;
color: #a38bb3;
border : 1px solid #3f1c55;
padding: 8px;
margin: 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
}

.str a:hover {
background: #444;
color: #ffffff;
}

.str b {
background: #210832;
color: #a38bb3;
border : 1px solid #3f1c55;
padding: 8px;
margin: 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
}

h1, h2, h3, h4, h5, h6 {  
font-size: 14px;  
font-weight: bold;  
padding: 0px;  
margin: 0px;  
display: inline;  
}

.links a {
border-top: 1px solid #e5e5e5;
background: #fff;
padding: 13px;
text-decoration: none;
display: block;
position: relative;
}

.links a:hover {
background: #5b2d79;
color: #fff;
}

.screen { 
display: inline-block; 
width: 130px; 
height: 90px; 
position: relative; 
} 
.screen img { 
width: 130px; 
height: 90px; 
} 

.time { 
background: #000000; 
color: #FFFFFF; 
opacity: 0.5; 
position: absolute; 
right: 0; 
bottom: 0px; 
padding: 5px 5px 5px 7px; 
} 

.name { 
position: absolute; 
left: 150px; 
top: 10%; 
} 
.remote-page { background:transparent; color:#222; min-height:0; overflow-wrap:anywhere; }
.remote-page img { max-width:100%; height:auto; }
.remote-page video { width:100%; max-width:100%; }
.remote-page a { word-break:break-word; }
.remote-page header, .remote-page main, .remote-page section, .remote-page article, .remote-page nav, .remote-page div { max-width:100%; box-sizing:border-box; }

/* Исправления для зеркалируемой страницы */
.remote-page { width:100%; max-width:100%; box-sizing:border-box; background:transparent; color:#222; min-height:0; overflow:hidden; }
.remote-page *, .remote-page *::before, .remote-page *::after { box-sizing:border-box; }
.remote-page img, .remote-page video, .remote-page iframe { max-width:100%; height:auto; }
.remote-page h1, .remote-page h2, .remote-page h3, .remote-page h4, .remote-page h5, .remote-page h6 { display:block; }
.remote-page ul, .remote-page ol { max-width:100%; }

/* Исправление отображения встроенного видеоплеера */
.remote-page iframe,
.remote-page video,
.remote-page embed,
.remote-page object {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    background: #000;
}
.remote-page video { min-height: 0; }

/* Превью карточек, загружаемые источником через lazy-background */
.remote-page [data-bg],
.remote-page [data-background],
.remote-page [data-background-image],
.remote-page [data-thumb],
.remote-page [data-preview],
.remote-page [data-poster],
.remote-page [data-image],
.remote-page [data-cover] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.remote-page img[src=""], .remote-page img:not([src]) { visibility: hidden; }

/* Превью без JavaScript lazy-loader источника */
.remote-page img,
.remote-page picture img {
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 100%;
    height: auto;
}
.remote-page .lazy,
.remote-page .lazyload,
.remote-page .lazy-load,
.remote-page .lozad {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Исправление наложения заголовков и текста на страницах видео */
.remote-page h1,
.remote-page h2,
.remote-page h3,
.remote-page h4,
.remote-page h5,
.remote-page h6 {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px 16px !important;
    padding: 0 !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    font-size: 26px !important;
    line-height: 1.28 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    background: transparent !important;
    color: #111 !important;
    text-shadow: none !important;
}

.remote-page p,
.remote-page li,
.remote-page .description,
.remote-page .text,
.remote-page .content {
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* Хлебные крошки и серые информационные блоки */
.remote-page .breadcrumbs,
.remote-page .breadcrumb,
.remote-page [class*="breadcrumb"],
.remote-page [class*="crumb"] {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 12px !important;
    padding: 10px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow: visible !important;
}

/* Плеер всегда ниже заголовка, без наложения */
.remote-page iframe,
.remote-page video,
.remote-page embed,
.remote-page object {
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    margin-top: 10px !important;
}

@media (max-width: 520px) {
    .remote-page h1,
    .remote-page h2,
    .remote-page h3 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin: 10px 12px !important;
    }
}

/* Жёсткое исправление заголовка страницы видео: источник задаёт стили вложенным span/a */
.remote-page h1 *,
.remote-page h2 *,
.remote-page h3 *,
.remote-page h4 *,
.remote-page h5 *,
.remote-page h6 * {
    position: static !important;
    display: inline !important;
    float: none !important;
    clear: none !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font: inherit !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    color: inherit !important;
    white-space: normal !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.remote-page h1::before,
.remote-page h1::after,
.remote-page h2::before,
.remote-page h2::after,
.remote-page h3::before,
.remote-page h3::after {
    content: none !important;
    display: none !important;
}


/* Кнопка возврата на главную на странице видео */
.home-return-wrap{position:relative;z-index:2147483647;padding:10px 8px;background:#fff;clear:both}
.home-return-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:0 16px!important;border-radius:9px;background:#6a2c82!important;color:#fff!important;text-decoration:none!important;font-size:16px!important;font-weight:700!important;line-height:42px!important;position:relative!important;visibility:visible!important;opacity:1!important}

/* ===== Новый безопасный дизайн hubtopx.ru ===== */
:root {
  --bg: #0b0c11;
  --surface: #14161d;
  --surface-2: #1b1e27;
  --text: #f5f6fa;
  --muted: #a8adba;
  --accent: #ff315f;
  --accent-2: #8b5cf6;
  --line: rgba(255,255,255,.09);
  --radius: 18px;
  --shadow: 0 14px 40px rgba(0,0,0,.35);
}

html { background: var(--bg); }
body {
  margin: 0 auto !important;
  max-width: 1180px !important;
  min-height: 100vh;
  padding: 0 14px 90px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 80% 0%, rgba(255,49,95,.12), transparent 28%),
    radial-gradient(circle at 10% 22%, rgba(139,92,246,.10), transparent 24%),
    var(--bg) !important;
  color: var(--text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5;
}

.site-hero { padding: 16px 0 14px; }
.site-hero__link { display: block; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.site-hero__image { display: block; width: 100%; height: auto; aspect-ratio: 1600/420; object-fit: cover; }
.site-shell { display: block; }
.site-footer {
  margin-top: 22px;
  padding: 22px 12px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}
.site-footer__brand { color: #fff !important; font-weight: 800; }

/* Локальные блоки */
.title, .niz {
  margin: 14px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) var(--radius) 0 0 !important;
  background: linear-gradient(135deg, rgba(255,49,95,.22), rgba(139,92,246,.16)) !important;
  color: #fff !important;
}
.menu, .str, .links a, .link {
  background: var(--surface) !important;
  color: var(--text) !important;
  border-color: var(--line) !important;
}
.menu { border-radius: 0 0 var(--radius) var(--radius); }

/* Удалённая страница */
.remote-page {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: var(--surface) !important;
  color: var(--text) !important;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.remote-page a { color: #ff6b8c !important; }
.remote-page a:hover { color: #fff !important; }
.remote-page img { border-radius: 12px; }
.remote-page iframe,
.remote-page video,
.remote-page embed,
.remote-page object {
  border-radius: 16px !important;
  background: #000 !important;
}
.remote-page h1,
.remote-page h2,
.remote-page h3 {
  color: #fff !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

/* Карточки источника: улучшаем внешний вид, не меняя разметку */
.remote-page article,
.remote-page .item,
.remote-page .video,
.remote-page .post,
.remote-page li {
  border-color: var(--line) !important;
}
.remote-page [class*="card"],
.remote-page [class*="item"],
.remote-page [class*="video"] {
  box-sizing: border-box;
}

/* Единые кнопки */
button, input[type="submit"], .str a, .str b {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--accent), #c91e4a) !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 22px rgba(255,49,95,.22);
}
input, textarea, select {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: var(--surface-2) !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  body { padding: 0 8px 86px; }
  .site-hero { padding: 8px 0 10px; }
  .site-hero__link { border-radius: 16px; }
  .site-hero__image { aspect-ratio: 16/5; }
  .remote-page { border-radius: 16px !important; }
  .remote-page iframe, .remote-page video { border-radius: 10px !important; }
}

/* Убираем только белый фон верхнего блока удалённой страницы.
   Содержимое, реклама и видеоплеер остаются без изменений. */
.remote-page {
  background-color: transparent !important;
  min-height: 0 !important;
}
.remote-page > :first-child {
  background-color: transparent !important;
}


/* Пустые контейнеры источника не должны создавать белую полосу. */
.remote-page {
  background: transparent !important;
  min-height: 0 !important;
}
.remote-page > :empty {
  background: transparent !important;
  min-height: 0 !important;
}


/* Главная: пустой верхний рекламный слот не должен оставлять белую полосу. */
.remote-home { background: transparent !important; min-height: 0 !important; }
.remote-home > iframe:first-child,
.remote-home > ins:first-child:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


/* Окончательное исправление белой области на главной странице. */
.remote-home,
.remote-home::before,
.remote-home::after {
  background: transparent !important;
  background-color: transparent !important;
  min-height: 0 !important;
}
.remote-home iframe,
.remote-home ins {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.remote-home > div:first-of-type:empty,
.remote-home > section:first-of-type:empty,
.remote-home > aside:first-of-type:empty {
  display: none !important;
}


/* Главная: контейнер удалённой страницы не рисует белую карточку. */
.remote-page.remote-home {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}


/* Последняя страховка: белые верхние контейнеры, отмеченные JS, становятся прозрачными. */
.remote-home .hubtopx-white-background,
.remote-home .hubtopx-white-background::before,
.remote-home .hubtopx-white-background::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}



/* Разноцветная анимация блока под логотипом */
.top-glp-ad {
  width: min(100% - 24px, 1180px);
  margin: 14px auto 18px;
  position: relative;
  z-index: 20;
  text-align: center;
  animation: hubtopx-rainbow 2.2s linear infinite,
             hubtopx-blink 1.1s ease-in-out infinite;
  filter: drop-shadow(0 0 8px currentColor);
}
.top-glp-ad:empty { display: none !important; }
.top-glp-ad, .top-glp-ad * {
  max-width: 100%;
}
@keyframes hubtopx-rainbow {
  0%   { color: #ff1744; filter: hue-rotate(0deg) drop-shadow(0 0 7px currentColor); }
  25%  { color: #ffea00; }
  50%  { color: #00e676; }
  75%  { color: #2979ff; }
  100% { color: #ff1744; filter: hue-rotate(360deg) drop-shadow(0 0 7px currentColor); }
}
@keyframes hubtopx-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .55; transform: scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  .top-glp-ad { animation: none; }
}


/* Финальные локальные стили */
html { color-scheme: dark; background:#0b0c11; }
body { width:100%; max-width:none; min-height:100vh; margin:0; background:#0b0c11; color:#e7e7ea; font-family:Arial,sans-serif; font-size:15px; }
.site-hero,.site-shell,.site-footer { width:min(1180px,100%); margin-inline:auto; box-sizing:border-box; }
.site-hero { padding:14px 16px 8px; }
.site-hero__link { display:block; }
.site-hero__image { display:block; width:min(440px,100%); height:auto; margin:auto; }
.site-shell { padding:0 14px 80px; }
.site-footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 18px; padding:22px 16px; color:#a7a7ad; border-top:1px solid rgba(255,255,255,.1); }
.site-footer__brand,.site-footer__links a { color:#f15b83; }
.site-footer__links { display:flex; gap:12px; }
.top-glp-ad { width:min(1180px,calc(100% - 28px)); margin:4px auto 12px; text-align:center; }
.top-glp-ad__link { display:inline-flex; min-height:40px; align-items:center; padding:0 18px; border:1px solid rgba(255,255,255,.13); border-radius:12px; background:#171820; color:#fff; }
.remote-page { color:#e7e7ea; }
.remote-page a { color:#ff6f98; }
.remote-page iframe { min-height:clamp(220px,56vw,660px); }
.remote-page img { border-radius:10px; }
.retry-button { display:inline-flex; align-items:center; min-height:42px; padding:0 16px; border-radius:12px; background:#d9275c; color:#fff!important; font-weight:700; }
.retry-button--secondary { background:#2b2d38; }
@media (min-width:700px) {
  .site-shell { padding-inline:22px; }
  .remote-page { font-size:16px; }
}


/* Главная: страховка от пустого рекламного полотна источника до каталога. */
.remote-home > [aria-hidden="true"]:empty,
.remote-home > [style*="background: white"]:empty,
.remote-home > [style*="background:#fff"]:empty,
.remote-home > [style*="background: #fff"]:empty,
.remote-home > [style*="background-color:white"]:empty,
.remote-home > [style*="background-color: white"]:empty,
.remote-home > [style*="background-color:#fff"]:empty,
.remote-home > [style*="background-color: #fff"]:empty {
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}


/* Точное исправление верхнего полотна: первая ветка каталога не наследует
   рекламную высоту, белый фон, верхние отступы или псевдоэлементы источника. */
.remote-home > [data-home-catalog-root="1"] {
  margin-top:0!important;
  padding-top:0!important;
  min-height:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
}
.remote-home > [data-home-catalog-root="1"]::before,
.remote-home > [data-home-catalog-root="1"]::after {
  display:none!important;
  content:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* Все типы удалённых страниц: белая оболочка источника не должна перекрывать тему сайта. */
.remote-page,
.remote-page > [data-primary-content-root="1"],
.remote-page > [data-home-catalog-root="1"] {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}
.remote-page > [data-primary-content-root="1"]::before,
.remote-page > [data-primary-content-root="1"]::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
  min-height: 0 !important;
}


/* Страховка от белого встроенного футера источника */
.remote-page [class*="footer" i],
.remote-page [id*="footer" i],
.remote-page [class*="copy" i],
.remote-page [id*="copy" i] {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Единая тёмная тема для локальных и зеркалируемых страниц */
:root {
    color-scheme: dark;
}

html,
body {
    background: #0b0c11 !important;
    color: #e7e7ea !important;
}

body {
    max-width: 720px;
    min-height: 100vh;
}

.site-shell,
.remote-page,
.remote-page > *,
.remote-page main,
.remote-page section,
.remote-page article,
.remote-page nav {
    background-color: transparent !important;
}

/* Старые локальные компоненты */
.menu,
.str,
.links a,
.link {
    background: #15161d !important;
    color: #e5e5e8 !important;
    border-color: #2a2c35 !important;
    box-shadow: none !important;
}

.menu a,
.links a,
.link a,
.str a {
    color: #ff6b93 !important;
}

.title,
.niz {
    background: #1d1017 !important;
    color: #ffd0dd !important;
    border-color: #3b2430 !important;
}

/* Удалённые карточки и списки */
.remote-page div,
.remote-page section,
.remote-page article,
.remote-page li,
.remote-page ul,
.remote-page ol,
.remote-page table,
.remote-page tbody,
.remote-page tr,
.remote-page td,
.remote-page th {
    border-color: #292b33 !important;
}

.remote-page a {
    color: #ff6b93 !important;
}

.remote-page a:hover,
.remote-page a:focus {
    color: #ff9bb7 !important;
}

.remote-page [style*="background:#fff" i],
.remote-page [style*="background: #fff" i],
.remote-page [style*="background:white" i],
.remote-page [style*="background: white" i],
.remote-page [style*="background-color:#fff" i],
.remote-page [style*="background-color: #fff" i],
.remote-page [style*="background-color:white" i],
.remote-page [style*="background-color: white" i],
.remote-page [style*="background:#eee" i],
.remote-page [style*="background: #eee" i],
.remote-page [style*="background:#f5f5f5" i],
.remote-page [style*="background: #f5f5f5" i] {
    background: #15161d !important;
    background-color: #15161d !important;
    color: #e7e7ea !important;
}

.remote-page [style*="color:#000" i],
.remote-page [style*="color: #000" i],
.remote-page [style*="color:black" i],
.remote-page [style*="color: black" i],
.remote-page [style*="color:#222" i],
.remote-page [style*="color: #222" i],
.remote-page [style*="color:#333" i],
.remote-page [style*="color: #333" i] {
    color: #e7e7ea !important;
}

/* Типовые белые карточки/пункты меню источника */
.remote-page [class*="item" i],
.remote-page [class*="card" i],
.remote-page [class*="list" i] > a,
.remote-page [class*="category" i] > a,
.remote-page [class*="menu" i] > a,
.remote-page [class*="pagination" i],
.remote-page [class*="pager" i] {
    background-color: #15161d !important;
    color: #e7e7ea !important;
    border-color: #292b33 !important;
    box-shadow: none !important;
}

.remote-page input,
.remote-page textarea,
.remote-page select,
.remote-page button {
    background: #171820 !important;
    color: #f4f4f6 !important;
    border: 1px solid #333642 !important;
}

.remote-page hr {
    border-color: #292b33 !important;
}

.remote-page iframe,
.remote-page video,
.remote-page img {
    background-color: #0b0c11 !important;
}

/* Не перекрашиваем сами изображения, только их оболочки */
.remote-page img {
    color: transparent !important;
}

/* Локальный подвал */
.site-footer {
    background: #0b0c11 !important;
    color: #9d9da6 !important;
    border-top: 1px solid #252730 !important;
}

.site-footer a {
    color: #ff6b93 !important;
}

/* Мобильная сетка и отступы */
@media (max-width: 600px) {
    body {
        width: 100%;
        max-width: none;
    }

    .site-shell,
    .remote-page {
        width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .remote-page [class*="item" i],
    .remote-page [class*="card" i] {
        border-radius: 10px !important;
    }
}


/* Статистика реальной активности */
.site-traffic-stats {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 360px;
    margin: 4px auto;
}
.site-traffic-stat {
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    text-align: center;
}
.site-traffic-stat strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .2px;
}
.site-traffic-stat small {
    display: block;
    margin-top: 3px;
    color: #a9a9b2;
    font-size: 11px;
    line-height: 1.2;
    text-transform: lowercase;
}
