.r-blog-article-page {
  --r-ink: #1f2530;
  --r-muted: rgba(31, 37, 48, .68);
  --r-soft: #f7e7ce;
  --r-gold: #c1a57a;
  --r-gold-dark: #8f6f3b;
  background: #1f2530;
  color: var(--r-ink);
  font-family: Inter Tight, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  margin: 0;
}
.r-blog-article-page *,
.r-blog-article-page *::before,
.r-blog-article-page *::after { box-sizing: border-box; }
.r-blog-article {
  background: linear-gradient(180deg, #1f2530 0, #1f2530 1px, #fff 1px, #fff 68%, rgba(247, 231, 206, .28) 100%);
}
.r-blog-article__hero {
  background: #1f2530;
  color: #fff;
  padding: clamp(92px, 11vw, 156px) 20px clamp(48px, 7vw, 86px);
  position: relative;
  overflow: hidden;
}
.r-blog-article__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.035), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(255,255,255,.025), transparent 28%),
    linear-gradient(180deg, rgba(31,37,48,0), rgba(31,37,48,.10));
  pointer-events: none;
}
.r-blog-article__hero-inner,
.r-blog-article__layout,
.r-blog-related {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  position: relative;
}
body.r-blog-article-page .rlh__logo,
body.r-blog-article-page .rlh__panel-logo,
body.rulatam-blog-page .rlh__logo,
body.rulatam-blog-page .rlh__panel-logo {
  width: auto !important;
  max-width: 190px !important;
  height: 50px !important;
  max-height: 50px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.r-blog-article__crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: rgba(247,231,206,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.r-blog-article__crumbs a { color: var(--r-gold); text-decoration: none; }
.r-blog-article__crumbs span { opacity: .64; }
.r-blog-article__topic {
  display: inline-flex;
  color: var(--r-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.r-blog-article__title {
  font-family: Akrobat RULATAM Headline, Akrobat, Inter Tight, sans-serif;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.01em;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0;
}
.r-blog-article__lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.45;
  font-weight: 500;
}
 .r-blog-article__meta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
  color: rgba(247,231,206,.84);
  font-family: Inter Tight, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 580;
  letter-spacing: 0;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(0,0,0,.10),
    0 16px 40px -30px rgba(0,0,0,.78),
    0 2px 10px rgba(0,0,0,.10);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.r-blog-article__meta::before {
  content: "";
  position: absolute;
  inset: 1px 12px auto;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  pointer-events: none;
}
.r-blog-article__meta::after {
  content: "";
  position: absolute;
  inset: auto 18px 2px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(255,255,255,.16), transparent);
  filter: blur(6px);
  pointer-events: none;
}
.r-blog-article__meta > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 82px;
  min-height: 34px;
  padding: 8px 15px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  color: rgba(247,231,206,.84);
  line-height: 1;
  white-space: nowrap;
}
.r-blog-article__meta > * + * {
  margin-left: 0;
  border-left: 1px solid rgba(247,231,206,.13);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.08);
}
.r-blog-article__meta-icon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  color: rgba(247,231,206,.70);
}
.r-blog-article__meta-icon--eye {
  background: currentColor;
  mask: url("/assets/images/icons/eye-rulatam.svg") center / contain no-repeat;
  -webkit-mask: url("/assets/images/icons/eye-rulatam.svg") center / contain no-repeat;
}
.r-blog-article__meta-icon--clock {
  border: 1.6px solid currentColor;
  border-radius: 50%;
}
.r-blog-article__meta-icon--clock::before {
  content: "";
  position: absolute;
  left: 5.4px;
  top: 2.6px;
  width: 1.4px;
  height: 4.4px;
  border-radius: 999px;
  background: currentColor;
}
.r-blog-article__meta-icon--clock::after {
  content: "";
  position: absolute;
  left: 5.4px;
  top: 5.5px;
  width: 4px;
  height: 1.4px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: 0 50%;
  transform: rotate(28deg);
}
.r-blog-article__views {
  color: rgba(247,231,206,.84);
}
.r-blog-article__meta-value {
  display: inline-block;
}
@media (max-width: 520px) {
  .r-blog-article__meta {
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .r-blog-article__meta > * {
    min-width: 0;
    min-height: 33px;
    padding: 8px 10px;
    font-size: 12.5px;
  }
  .r-blog-article__meta-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}
.r-blog-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  gap: clamp(32px, 5vw, 64px);
  padding: clamp(42px, 7vw, 84px) 0;
  align-items: start;
}
.r-blog-article__cover {
  margin: 0 0 clamp(30px, 5vw, 54px);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(31,37,48,.06);
  box-shadow: 0 24px 80px rgba(31,37,48,.12);
}
.r-blog-article__cover img {
  width: 100%;
  height: auto;
  display: block;
}
.r-blog-article__body {
  font-size: 20px;
  line-height: 1.72;
  color: rgba(31,37,48,.84);
}
.r-blog-article__body p { margin: 0 0 1.15em; }
.r-blog-article__body h2,
.r-blog-article__body h3 {
  font-family: Akrobat RULATAM Headline, Akrobat, Inter Tight, sans-serif;
  color: var(--r-ink);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 1.5em 0 .5em;
}
.r-blog-article__body h2 { font-size: clamp(26px, 2.5vw, 34px); }
.r-blog-article__body h3 { font-size: clamp(23px, 2vw, 28px); }
.r-blog-article__body a {
  color: var(--r-gold-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.r-blog-article__body strong,
.r-blog-article__body b { color: var(--r-ink); font-weight: 800; }
.r-blog-article__body ul,
.r-blog-article__body ol { margin: 0 0 1.25em 1.2em; padding: 0; }
.r-blog-article__body li { margin: .35em 0; }
.r-blog-article__image {
  margin: clamp(30px, 5vw, 54px) 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(31,37,48,.06);
}
.r-blog-article__image img { display:block; width:100%; height:auto; }
.r-blog-article__aside {
  position: sticky;
  top: 96px;
  min-width: 0;
}
.r-blog-author-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(31,37,48,.10);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 54px rgba(31,37,48,.08);
  backdrop-filter: blur(12px);
}
.r-blog-author-card__photo {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(193,165,122,.34);
  box-shadow: 0 16px 38px rgba(31,37,48,.12);
  margin-bottom: 4px;
}
.r-blog-author-card__eyebrow {
  color: rgba(31,37,48,.48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.r-blog-author-card__name {
  color: var(--r-ink);
  font-family: Akrobat RULATAM Headline, Akrobat, Inter Tight, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}
.r-blog-author-card__role {
  color: var(--r-gold-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}
.r-blog-author-card__note {
  margin: 4px 0 0;
  color: var(--r-muted);
  font-size: 15px;
  line-height: 1.48;
}
.r-blog-author-card__meta {
  display: grid;
  gap: 7px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(31,37,48,.10);
}
.r-blog-author-card__meta span {
  color: rgba(31,37,48,.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.3;
}
.r-blog-author-card__link {
  margin-top: 8px;
  color: var(--r-gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.r-blog-related-wrap { background: #f7e7ce; padding: clamp(44px, 7vw, 76px) 20px; }
.r-blog-related__title {
  font-family: Akrobat RULATAM Headline, Akrobat, Inter Tight, sans-serif;
  text-transform: uppercase;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.04;
  margin: 0 0 24px;
}
.r-blog-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.r-blog-related__card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  color: var(--r-ink);
  text-decoration: none;
  border: 1px solid rgba(31,37,48,.08);
  box-shadow: 0 18px 54px rgba(31,37,48,.08);
}
.r-blog-related__card time { color: var(--r-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.r-blog-related__card strong { font-size: 20px; line-height: 1.16; }
.r-blog-related__card span { color: var(--r-muted); line-height: 1.42; }
@media (max-width: 860px) {
  .r-blog-article__hero { padding-top: 86px; }
  .r-blog-article__hero-inner,
  .r-blog-article__layout,
  .r-blog-related { width: min(100% - 28px, 680px); }
  .r-blog-article__layout { grid-template-columns: 1fr; padding-top: 34px; }
  .r-blog-article__aside { position: static; }
  body.r-blog-article-page .rlh__logo,
  body.r-blog-article-page .rlh__panel-logo,
  body.rulatam-blog-page .rlh__logo,
  body.rulatam-blog-page .rlh__panel-logo {
    width: auto !important;
    max-width: 130px !important;
    height: 33px !important;
    max-height: 33px !important;
  }
  body.r-blog-article-page .rlh > .rlh__bar .rlh__logo,
  body.rulatam-blog-page .rlh > .rlh__bar .rlh__logo {
    width: auto !important;
    max-width: 130px !important;
    height: 33px !important;
    max-height: 33px !important;
  }
  .r-blog-related__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .r-blog-article__title { font-size: clamp(31px, 8.6vw, 38px); }
  .r-blog-article__lead { font-size: 17px; }
  .r-blog-article__body { font-size: 18px; line-height: 1.64; }
  .r-blog-author-card { padding: 18px; }
}
.r-blog-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.38;
  overflow-wrap: anywhere;
}
.r-blog-article__body td,
.r-blog-article__body th {
  border: 1px solid rgba(31,37,48,.12);
  padding: 12px 14px;
  vertical-align: top;
}
.r-blog-article__body blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 3px solid var(--r-gold);
  background: rgba(247,231,206,.42);
  border-radius: 0 18px 18px 0;
}
.r-blog-article__body svg { max-width: 24px; height: auto; }
.r-blog-article-page { overflow-x: hidden; }
.r-blog-article__main,
.r-blog-article__body { min-width: 0; max-width: 100%; }
.r-blog-article__body img,
.r-blog-article__body video,
.r-blog-article__body iframe,
.r-blog-article__body embed,
.r-blog-article__body object {
  max-width: 100%;
  height: auto;
}
.r-blog-article__body p,
.r-blog-article__body h2,
.r-blog-article__body h3,
.r-blog-article__body h4,
.r-blog-article__body li,
.r-blog-article__body td {
  overflow-wrap: anywhere;
}
.r-blog-article__body h4 {
  color: var(--r-ink);
  font-size: 24px;
  line-height: 1.18;
  margin: 1.25em 0 .4em;
}
@media (max-width: 640px) {
  .r-blog-article__body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.r-blog-article-page .rlh__panel[hidden],
.r-blog-article-page .rlh__overlay[hidden] {
  display: none !important;
}

.r-blog-article__analytics-frame,
.r-blog-article__analytics-pixel,
.rulatam-liveinternet-counter {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
}

.rulatam-liveinternet-counter img {
  border: 0;
}

.r-blog-faq-block {
  margin: 44px 0;
}
.r-blog-faq-block > h2 {
  margin: 0 0 18px !important;
}
.r-blog-faq-list {
  display: grid;
  gap: 14px;
}
.r-blog-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31,37,48,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 16px 38px -34px rgba(31,37,48,.36);
  backdrop-filter: blur(14px) saturate(132%);
  -webkit-backdrop-filter: blur(14px) saturate(132%);
}
.r-blog-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--r-gold);
  opacity: .86;
}
.r-blog-faq-question {
  position: relative;
  display: block;
  width: 100%;
  min-height: 86px;
  margin: 0 !important;
  padding: 22px 58px 22px 24px;
  border: 0;
  background: transparent;
  color: var(--r-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.r-blog-faq-question span {
  display: block;
  max-width: 860px;
  font-family: var(--r-font-heading, "Akrobat RULATAM Headline", "Akrobat", Inter, sans-serif);
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.r-blog-faq-question::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 31px;
  width: 16px;
  height: 16px;
  border-right: 2px solid var(--r-gold-dark);
  border-bottom: 2px solid var(--r-gold-dark);
  transform: rotate(45deg);
  transition: transform .22s ease;
}
.r-blog-faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: rgba(31,37,48,.76);
  font-size: 17px;
  line-height: 1.62;
}
.r-blog-faq-answer p {
  margin: 0 !important;
}
.r-blog-faq-item.is-open {
  background: rgba(255,255,255,.84);
  border-color: rgba(193,165,122,.22);
}
.r-blog-faq-item.is-open .r-blog-faq-question::after {
  transform: rotate(225deg);
}
.r-blog-faq-item.is-open .r-blog-faq-answer {
  display: block;
}
@media (max-width: 640px) {
  .r-blog-faq-block { margin: 34px 0; }
  .r-blog-faq-question { min-height: 74px; padding: 18px 48px 18px 18px; }
  .r-blog-faq-question span { font-size: clamp(20px, 6vw, 25px); }
  .r-blog-faq-question::after { right: 19px; top: 26px; width: 14px; height: 14px; }
  .r-blog-faq-answer { padding: 0 18px 20px; font-size: 16px; }
}


/* RULATAM blog article hero/header bridge | 20260519-blog-eye-blue-solid-1 */
html:has(body.r-blog-article-page),
body.r-blog-article-page{
  background:#1f2530!important;
}
body.r-blog-article-page .rlh{
  background:#1f2530!important;
}
body.r-blog-article-page .r-blog-article{
  margin-top:-1px;
}
body.r-blog-article-page .r-blog-article__hero{
  background:#1f2530!important;
  border-top:1px solid #1f2530;
}

/* RULATAM shared article counter | 20260521-blog-counter-drum-1 */
.r-blog-article__date {
  display: block;
  width: fit-content;
  margin: 28px 0 0;
  color: var(--r-gold);
  font-family: Inter Tight, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.r-blog-article__meta.rl-counter {
  position: relative !important;
  isolation: isolate !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: fit-content !important;
  max-width: 100% !important;
  height: 38px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: .5px solid rgba(255,255,255,.24) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
  color: rgba(247,231,206,.88) !important;
  font-family: Inter Tight, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: default !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 32px rgba(0,0,0,.12) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
}
.r-blog-article__meta.rl-counter::before,
.r-blog-article__meta.rl-counter::after {
  display: none !important;
}
.r-blog-article__meta.rl-counter .rl-seg {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  min-width: 0 !important;
  max-width: 220px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  opacity: 1 !important;
  transition: opacity .45s ease, max-width .52s cubic-bezier(.34,1.1,.64,1) !important;
}
.r-blog-article__meta.rl-counter .rl-seg-v {
  border-right: .5px solid rgba(247,231,206,.14) !important;
}
.r-blog-article__meta.rl-counter .rl-seg-inner {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  height: 100% !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}
.r-blog-article__meta.rl-counter .rl-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  color: rgba(247,231,206,.68) !important;
  transition: opacity .3s ease, transform .45s cubic-bezier(.34,1.2,.64,1) !important;
}
.r-blog-article__meta.rl-counter .r-blog-article__meta-icon--eye {
  background: currentColor !important;
  mask: url("/assets/images/icons/eye-rulatam.svg") center / contain no-repeat !important;
  -webkit-mask: url("/assets/images/icons/eye-rulatam.svg") center / contain no-repeat !important;
}
.r-blog-article__meta.rl-counter .r-blog-article__meta-icon--clock {
  position: relative !important;
  border: 1.75px solid currentColor !important;
  border-radius: 50% !important;
  background: transparent !important;
}
.r-blog-article__meta.rl-counter .r-blog-article__meta-icon--clock::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 1.5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
}
.r-blog-article__meta.rl-counter .r-blog-article__meta-icon--clock::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 4.5px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(28deg);
  transform-origin: 0 50%;
}
.r-blog-article__meta.rl-counter .rl-num {
  display: inline-block !important;
  flex-shrink: 0 !important;
  color: rgba(255,255,255,.92) !important;
  font-weight: 500 !important;
}
.r-blog-article__meta.rl-counter .rl-lbl {
  flex-shrink: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  color: var(--r-gold) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  opacity: 0 !important;
  transition: opacity .38s ease .1s, max-width .5s cubic-bezier(.34,1.1,.64,1) !important;
}
.r-blog-article__meta.rl-counter .rl-seg-v .rl-lbl { margin-left: 6px !important; }
.r-blog-article__meta.rl-counter .rl-seg-t .rl-lbl {
  order: -1 !important;
  margin-right: 6px !important;
}
.r-blog-article__meta.rl-counter .rl-drum {
  display: inline-block !important;
  height: 1.15em !important;
  overflow: hidden !important;
  vertical-align: middle !important;
}
.r-blog-article__meta.rl-counter .rl-drum-track {
  display: flex !important;
  flex-direction: column !important;
  transform: translateY(-3.45em);
}
.r-blog-article__meta.rl-counter .rl-drum-track span {
  display: block !important;
  height: 1.15em !important;
  line-height: 1.15 !important;
  color: rgba(255,255,255,.92) !important;
  font-weight: 500 !important;
}
.r-blog-article__meta.rl-counter.rl-views-open .rl-seg-t {
  max-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.r-blog-article__meta.rl-counter.rl-views-open .rl-seg-v {
  border-right: 0 !important;
}
.r-blog-article__meta.rl-counter.rl-views-open .rl-seg-v .rl-lbl {
  max-width: 130px !important;
  opacity: 1 !important;
}
.r-blog-article__meta.rl-counter.rl-views-open .rl-icon-eye {
  opacity: 0 !important;
  transform: scale(.4) !important;
}
.r-blog-article__meta.rl-counter.rl-time-open .rl-seg-v {
  max-width: 0 !important;
  border-right: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.r-blog-article__meta.rl-counter.rl-time-open .rl-seg-t .rl-lbl {
  max-width: 150px !important;
  opacity: 1 !important;
}
.r-blog-article__meta.rl-counter.rl-time-open .rl-icon-clk {
  opacity: 0 !important;
  transform: scale(.4) !important;
}
@media (max-width: 520px) {
  .r-blog-article__meta.rl-counter {
    height: 37px !important;
    font-size: 13px !important;
  }
  .r-blog-article__meta.rl-counter .rl-seg-inner {
    padding: 0 14px !important;
  }
}
