:root {
  --rk-bg: #f4f6f8;
  --rk-surface: #ffffff;
  --rk-text: #101318;
  --rk-muted: #667085;
  --rk-line: #d9dee5;
  --rk-accent: #ff5538;
  --rk-accent-soft: #fff0eb;
  --rk-radius: 14px;
  --rk-width: 1180px;
}

body.rk-design-active {
  background: var(--rk-bg);
  color: var(--rk-text);
}

.rk-design-active #masthead,
.rk-design-active .site-header,
.rk-design-active .site-header-wrap,
.rk-design-active .site-header-row-container-inner,
.rk-design-active .site-main-header-wrap .site-header-row-container-inner {
  min-height: 64px !important;
  background: rgba(248, 249, 251, 0.97) !important;
}

.rk-design-active #masthead {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid #dfe3e8;
  box-shadow: 0 1px 0 rgba(16, 24, 40, .02);
}

.rk-design-active .site-header-row-container-inner > .site-container {
  width: min(calc(100% - 48px), 1215px) !important;
  max-width: 1215px !important;
  min-height: 64px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.rk-design-active .site-main-header-inner-wrap,
.rk-design-active .site-header-main-section-left,
.rk-design-active .site-header-main-section-right {
  min-height: 64px !important;
}

.rk-design-active .site-main-header-inner-wrap {
  grid-template-columns: auto 1fr !important;
  gap: 24px;
  align-items: center !important;
}

.rk-design-active .site-header-main-section-right {
  padding-left: 0;
}

.rk-design-active .site-branding .site-title,
.rk-design-active .site-branding .site-title a {
  color: #07090d !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.rk-design-active .primary-menu-container > ul {
  align-items: center;
  gap: 2px;
}

.rk-design-active #site-navigation .primary-menu-container > ul > li.menu-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.rk-design-active .primary-menu-container > ul > li.menu-item > a,
.rk-design-active .header-search-toggle {
  color: #59616d !important;
}

.rk-design-active .primary-menu-container > ul > li.menu-item > a {
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: -.02em;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.rk-design-active .primary-menu-container > ul > li.menu-item > a:hover,
.rk-design-active .primary-menu-container > ul > li.current-menu-item > a {
  background: #eef1f4;
  color: #090b0f !important;
}

.rk-design-active .primary-menu-container > ul > li.rk-menu-all-categories > a,
.rk-design-active .primary-menu-container > ul > li:first-child > a {
  min-height: 42px !important;
  margin: auto 8px auto 0;
  padding: 0 17px !important;
  gap: 9px;
  border: 1px solid #080b10;
  border-radius: 10px;
  background: #080b10;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 12px rgba(8, 11, 16, .12);
}

.rk-design-active .primary-menu-container > ul > li.rk-menu-all-categories > a::before,
.rk-design-active .primary-menu-container > ul > li:first-child > a::before {
  content: '';
  width: 14px;
  height: 10px;
  display: inline-block;
  flex: 0 0 auto;
  background: linear-gradient(#fff 0 0) 0 0/14px 1.5px no-repeat,
              linear-gradient(#fff 0 0) 0 4px/14px 1.5px no-repeat,
              linear-gradient(#fff 0 0) 0 8px/14px 1.5px no-repeat;
  opacity: .9;
}

.rk-design-active .primary-menu-container > ul > li.rk-menu-all-categories > a:hover,
.rk-design-active .primary-menu-container > ul > li.rk-menu-all-categories.current-menu-item > a,
.rk-design-active .primary-menu-container > ul > li:first-child > a:hover,
.rk-design-active .primary-menu-container > ul > li:first-child.current-menu-item > a {
  background: #161a21;
  color: #fff !important;
  transform: translateY(-1px);
}

.rk-design-active .site-header-main-section-right > .site-header-item:last-child {
  margin-left: auto;
}

.rk-design-active .header-search-toggle {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 50%;
  transition: background-color .18s ease, color .18s ease;
}

.rk-design-active .header-search-toggle:hover {
  background: #eef1f4;
  color: #080b10 !important;
}

.rk-layout-page .entry-header,
.rk-layout-page .entry-title,
.rk-layout-page .entry-footer {
  display: none !important;
}

.rk-layout-page .content-area,
.rk-layout-page .site-main,
.rk-layout-page .content-container,
.rk-layout-page .entry-content-wrap,
.rk-layout-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rk-layout-page .content-bg,
.rk-layout-page .entry {
  background: transparent !important;
  box-shadow: none !important;
}

.rk-shell,
.rk-shell *,
.rk-shell *::before,
.rk-shell *::after {
  box-sizing: border-box;
}

.rk-shell {
  width: min(calc(100% - 40px), var(--rk-width));
  margin: 0 auto;
  color: var(--rk-text);
}

.rk-shell a {
  color: inherit;
  text-decoration: none;
}

.rk-search-hero {
  min-height: 126px;
  display: grid;
  place-items: center;
}

.rk-search {
  width: min(100%, 500px);
  height: 54px;
  padding: 0 12px 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--rk-surface);
  border: 1px solid var(--rk-line);
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(16, 19, 24, 0.08);
}

.rk-search-icon {
  width: 17px;
  height: 17px;
  border: 2px solid #667085;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.rk-search-icon::after {
  content: '';
  width: 7px;
  height: 2px;
  background: #667085;
  position: absolute;
  right: -5px;
  bottom: -2px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.rk-search input {
  min-width: 0;
  flex: 1;
  height: 48px;
  padding: 0 4px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rk-text);
  font-size: 15px;
}

.rk-search button {
  height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #11151b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.rk-report-section {
  padding: 35px 0 80px;
}

.rk-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.rk-section-heading h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.rk-section-heading > a {
  color: var(--rk-muted);
  font-size: 13px;
}

.rk-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.rk-card {
  min-width: 0;
  overflow: hidden;
  background: var(--rk-surface);
  border: 1px solid var(--rk-line);
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.rk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.09);
}

.rk-card-media {
  min-height: 166px;
  padding: 14px;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-color: #1f2937;
  background-position: center;
  background-size: cover;
  color: #fff !important;
}

.rk-card-media::after {
  content: '';
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.rk-card-media strong {
  position: relative;
  z-index: 1;
  max-width: 95%;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

.rk-card-media.is-placeholder {
  background: linear-gradient(135deg, #263244, #111827);
}

.rk-badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 5px;
  background: var(--rk-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rk-card-body {
  min-height: 198px;
  padding: 17px 16px 16px;
  display: flex;
  flex-direction: column;
}

.rk-card-kicker {
  align-self: flex-start;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 5px;
  background: var(--rk-accent-soft);
  color: var(--rk-accent);
  font-size: 11px;
}

.rk-card h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.rk-card h3 a:hover {
  color: var(--rk-accent);
}

.rk-card p {
  margin: 0 0 15px;
  color: var(--rk-muted);
  font-size: 13px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rk-card time {
  margin-top: auto;
  color: #98a2b3;
  font-size: 12px;
}

.rk-card-media.is-sample.tone-orange { background: linear-gradient(135deg, #7c2d12, #ea580c); }
.rk-card-media.is-sample.tone-navy { background: linear-gradient(135deg, #172554, #2563eb); }
.rk-card-media.is-sample.tone-green { background: linear-gradient(135deg, #14532d, #16a34a); }
.rk-card-media.is-sample.tone-violet { background: linear-gradient(135deg, #4c1d95, #8b5cf6); }
.rk-card-media.is-sample.tone-blue { background: linear-gradient(135deg, #0c4a6e, #0891b2); }
.rk-card-media.is-sample.tone-sand { background: linear-gradient(135deg, #78350f, #d97706); }
.rk-card-media.is-sample.tone-rose { background: linear-gradient(135deg, #881337, #e11d48); }
.rk-card-media.is-sample.tone-slate { background: linear-gradient(135deg, #1e293b, #64748b); }

.rk-hub-heading,
.rk-category-heading {
  padding: 74px 0 40px;
}

.rk-hub-heading > span,
.rk-category-heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--rk-accent);
  font-size: 12px;
  font-weight: 800;
}

.rk-hub-heading h1,
.rk-category-heading h1 {
  margin: 0 0 16px;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.rk-hub-heading p,
.rk-category-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--rk-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.rk-category-heading small {
  display: block;
  margin-top: 10px;
  color: #98a2b3;
}

.rk-hub-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 38px;
  padding: 20px 0 100px;
}

.rk-hub-column h2 {
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--rk-line);
  font-size: 15px;
}

.rk-hub-column h2 a:hover,
.rk-hub-column li a:hover {
  color: var(--rk-accent);
}

.rk-hub-column ul {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
}

.rk-hub-column li {
  margin: 0;
  padding: 7px 0;
  color: var(--rk-muted);
  font-size: 14px;
}

.rk-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 24px;
}

.rk-filter-chips span {
  padding: 9px 15px;
  border: 1px solid var(--rk-line);
  border-radius: 999px;
  background: var(--rk-surface);
  color: #475467;
  font-size: 12px;
}

.rk-filter-chips .is-active {
  border-color: var(--rk-accent);
  background: var(--rk-accent);
  color: #fff;
  font-weight: 800;
}

.rk-category-hero {
  min-height: 460px;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  border-radius: var(--rk-radius);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rk-category-hero.is-placeholder {
  background: linear-gradient(135deg, #253347, #111827 60%, #4b5563);
}

.rk-category-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 24%, rgba(0,0,0,.78));
}

.rk-category-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.rk-category-hero .rk-badge {
  position: static;
  margin-bottom: 18px;
}

.rk-category-hero h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(31px, 4.5vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.rk-category-hero h2 a { color: #fff; }
.rk-category-hero p { max-width: 680px; margin: 0 0 18px; color: rgba(255,255,255,.86); line-height: 1.7; }
.rk-category-hero time { color: rgba(255,255,255,.7); font-size: 12px; }
.rk-category-grid { margin: 26px 0 90px; }

.single-post.rk-design-active .content-area {
  max-width: var(--rk-width);
  margin-left: auto;
  margin-right: auto;
}

.single-post.rk-design-active .entry-title {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.single-post.rk-design-active .post-thumbnail img {
  border-radius: var(--rk-radius);
}

.single-post.rk-design-active .entry-content {
  font-size: 17px;
  line-height: 1.9;
}

.rk-affiliate-notice {
  margin: 18px 0 30px;
  padding: 13px 15px;
  border-top: 1px solid var(--rk-line);
  border-bottom: 1px solid var(--rk-line);
  color: #7b8492;
  font-size: 12px;
  line-height: 1.6;
}

.rk-affiliate-cta {
  margin: 32px 0;
  text-align: center;
}

.rk-affiliate-cta a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 10px;
  background: var(--rk-accent);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(255, 85, 56, .22);
}

@media (max-width: 1024px) {
  .rk-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rk-hub-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .rk-shell { width: min(calc(100% - 28px), var(--rk-width)); }
  .rk-search-hero { min-height: 104px; }
  .rk-search { height: 50px; padding-left: 16px; }
  .rk-search button { display: none; }
  .rk-report-section { padding-top: 20px; }
  .rk-section-heading { margin-bottom: 18px; }
  .rk-card-grid { grid-template-columns: 1fr; gap: 16px; }
  .rk-card { display: grid; grid-template-columns: 42% 1fr; }
  .rk-card-media { min-height: 170px; }
  .rk-card-media strong { font-size: 17px; }
  .rk-card-body { min-height: 170px; padding: 14px; }
  .rk-card h3 { font-size: 15px; }
  .rk-card p { display: none; }
  .rk-hub-heading, .rk-category-heading { padding: 48px 0 30px; }
  .rk-hub-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-bottom: 70px; }
  .rk-category-hero { min-height: 420px; padding: 24px; }
}

@media (max-width: 430px) {
  .rk-card { grid-template-columns: 1fr; }
  .rk-card-media { min-height: 190px; }
  .rk-card-body { min-height: 155px; }
  .rk-hub-grid { grid-template-columns: 1fr; }
}

/* Sakamaka-inspired editorial article layout.
 * Scoped to single posts so the custom home and category pages stay unchanged. */
body.single-post.rk-design-active {
  background: #f4f6f8;
  color: #111318;
}

body.single-post.rk-design-active .content-area {
  max-width: none;
  margin-top: 50px;
}

body.single-post.rk-design-active .content-container.site-container {
  width: min(calc(100% - 48px), 1152px);
  max-width: 1152px;
  margin: 0 auto;
  padding: 32px 0 84px;
  display: grid !important;
  grid-template-columns: minmax(0, 800px) minmax(260px, 300px) !important;
  grid-template-rows: auto auto auto auto auto auto;
  column-gap: 46px;
  row-gap: 0 !important;
  align-items: start;
}

/* Kadence nests all article pieces. display:contents lets the title span both
 * columns while the hero/content and sidebar form the two-column report view. */
body.single-post.rk-design-active #main.site-main,
body.single-post.rk-design-active #main > .content-wrap,
body.single-post.rk-design-active article.single-entry,
body.single-post.rk-design-active article.single-entry > .entry-content-wrap {
  display: contents !important;
}

body.single-post.rk-design-active .entry-header {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  margin: 0 0 32px !important;
  padding: 0 0 31px !important;
  border-bottom: 1px solid #d8dde4;
  background: transparent !important;
}

body.single-post.rk-design-active .entry-header .kadence-breadcrumbs {
  display: none;
}

body.single-post.rk-design-active .entry-taxonomies,
body.single-post.rk-design-active .entry-taxonomies a {
  color: #ff5538 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

body.single-post.rk-design-active .entry-taxonomies {
  margin-bottom: 13px;
}

body.single-post.rk-design-active .entry-title {
  max-width: 960px;
  margin: 0 0 24px !important;
  color: #090b0f;
  font-size: clamp(36px, 3.15vw, 44px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.052em;
  word-break: keep-all;
}

body.single-post.rk-design-active .entry-meta {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7e8794;
  font-size: 13px;
  line-height: 1.4;
  justify-content: space-between;
}

body.single-post.rk-design-active .entry-meta a {
  color: #111318;
  font-weight: 700;
}

body.single-post.rk-design-active .entry-meta .posted-by {
  display: grid;
  grid-template-columns: 36px auto;
  grid-template-rows: 20px 18px;
  column-gap: 10px;
  align-items: center;
}

body.single-post.rk-design-active .entry-meta .posted-by::before {
  content: "김";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dde6ec;
  color: #263442;
  font-size: 13px;
  font-weight: 800;
}

body.single-post.rk-design-active .entry-meta .posted-by::after {
  content: "리뷰 에디터";
  grid-column: 2;
  grid-row: 2;
  color: #8a929d;
  font-size: 12px;
  font-weight: 500;
}

body.single-post.rk-design-active .entry-meta .posted-by .meta-label {
  display: none;
}

body.single-post.rk-design-active .entry-meta .posted-by .author {
  grid-column: 2;
  grid-row: 1;
}

body.single-post.rk-design-active .entry-meta .posted-on {
  margin-left: auto;
}

body.single-post.rk-design-active .post-thumbnail {
  grid-column: 1;
  grid-row: 2;
  width: 100% !important;
  margin: 0 0 25px !important;
  align-self: start;
  height: auto !important;
  padding-bottom: 0 !important;
}

body.single-post.rk-design-active .post-thumbnail-inner {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  aspect-ratio: 800 / 447;
  overflow: hidden;
  background: #e7eaee;
}

body.single-post.rk-design-active .post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  object-fit: cover;
}

body.single-post.rk-design-active .entry-content.single-content {
  grid-column: 1;
  grid-row: 3;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #24272d;
  font-size: 16px;
  line-height: 1.82;
}

body.single-post.rk-design-active .single-content > p {
  margin: 0 0 23px;
}

body.single-post.rk-design-active .single-content h2 {
  margin: 58px 0 20px;
  color: #0c0e12;
  font-size: clamp(27px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

body.single-post.rk-design-active .single-content h3 {
  margin: 38px 0 12px;
  color: #111318;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

body.single-post.rk-design-active .single-content h4 {
  margin: 42px 0 12px;
  font-size: 17px;
  font-weight: 800;
}

body.single-post.rk-design-active .single-content ul,
body.single-post.rk-design-active .single-content ol {
  margin: 0 0 27px;
  padding-left: 1.35em;
}

body.single-post.rk-design-active .single-content li {
  margin: 8px 0;
  padding-left: 3px;
}

body.single-post.rk-design-active .single-content li::marker {
  color: #ff5538;
}

body.single-post.rk-design-active .single-content hr {
  margin: 43px 0;
  border: 0;
  border-top: 1px solid #d8dde4;
}

body.single-post.rk-design-active .single-content blockquote {
  margin: 28px 0 38px;
  padding: 23px 26px;
  border: 0;
  border-left: 4px solid #ff5538;
  border-radius: 0 10px 10px 0;
  background: #fff0eb;
  color: #20232a;
}

body.single-post.rk-design-active .single-content blockquote p {
  margin: 0;
}

body.single-post.rk-design-active .wp-block-table {
  margin: 24px 0 42px;
  overflow-x: auto;
  border: 1px solid #d8dde4;
  border-radius: 10px;
  background: #fff;
}

body.single-post.rk-design-active .wp-block-table table {
  min-width: 720px;
  margin: 0;
  border: 0;
  font-size: 14px;
}

body.single-post.rk-design-active .wp-block-table th {
  padding: 15px 14px;
  border-color: #272b32;
  background: #15181e;
  color: #fff;
  font-weight: 800;
}

body.single-post.rk-design-active .wp-block-table td {
  padding: 14px;
  border-color: #e2e6eb;
  vertical-align: top;
}

body.single-post.rk-design-active .wp-block-table tr:nth-child(even) td {
  background: #f8f9fb;
}

body.single-post.rk-design-active .wp-block-buttons {
  margin: 23px 0 45px;
}

body.single-post.rk-design-active .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 7px;
  background: #ff5538 !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
}

body.single-post.rk-design-active .rk-affiliate-notice {
  margin: 0 0 34px;
  padding: 13px 0;
  border-top: 1px solid #d8dde4;
  border-bottom: 1px solid #d8dde4;
  background: transparent;
  color: #8a929d;
  font-size: 12px;
  line-height: 1.65;
}

body.single-post.rk-design-active #secondary.primary-sidebar {
  grid-column: 2;
  grid-row: 2 / span 3;
  width: 100%;
  min-width: 0;
  align-self: start;
  position: sticky;
  top: 96px;
  padding: 0;
  background: transparent;
}

body.single-post.rk-design-active #secondary .sidebar-inner-wrap {
  display: block;
  width: 100%;
}

body.single-post.rk-design-active #secondary .widget {
  margin: 0 0 34px;
  padding: 17px 0 0;
  border: 0;
  border-top: 2px solid #111318;
  background: transparent;
  box-shadow: none;
}

body.single-post.rk-design-active #secondary .widget-title {
  margin: 0 0 10px;
  color: #111318;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

body.single-post.rk-design-active #secondary .widget > h2.wp-block-heading {
  margin: 0;
  color: #111318;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

body.single-post.rk-design-active #secondary .widget:has(> h2.wp-block-heading) {
  margin-bottom: 0;
}

body.single-post.rk-design-active #secondary .widget:has(> h2.wp-block-heading) + .widget {
  margin-bottom: 34px;
  padding-top: 6px;
  border-top: 0;
}

body.single-post.rk-design-active #secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-post.rk-design-active #secondary li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 15px;
  border: 0;
  color: #343841;
  font-size: 13px;
  line-height: 1.55;
}

body.single-post.rk-design-active #secondary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6a4e;
}

body.single-post.rk-design-active #secondary a {
  color: #343841;
  text-decoration: none;
}

body.single-post.rk-design-active #secondary a:hover {
  color: #ff5538;
}

body.single-post.rk-design-active .entry-footer {
  grid-column: 1;
  grid-row: 4;
}

body.single-post.rk-design-active .post-navigation {
  grid-column: 1;
  grid-row: 5;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #d8dde4;
}

body.single-post.rk-design-active .comments-area {
  grid-column: 1;
  grid-row: 6;
}

@media (max-width: 1024px) {
  body.single-post.rk-design-active .content-container.site-container {
    width: min(calc(100% - 40px), 800px);
    display: block !important;
    padding-top: 35px;
  }

  body.single-post.rk-design-active #main.site-main,
  body.single-post.rk-design-active #main > .content-wrap,
  body.single-post.rk-design-active article.single-entry,
  body.single-post.rk-design-active article.single-entry > .entry-content-wrap {
    display: block !important;
  }

  body.single-post.rk-design-active .entry-header,
  body.single-post.rk-design-active .post-thumbnail,
  body.single-post.rk-design-active .entry-content.single-content,
  body.single-post.rk-design-active .entry-footer,
  body.single-post.rk-design-active .post-navigation,
  body.single-post.rk-design-active .comments-area {
    display: block;
    width: 100%;
  }

  body.single-post.rk-design-active #secondary.primary-sidebar {
    display: none;
  }

  body.single-post.rk-design-active .post-thumbnail {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 600px) {
  body.single-post.rk-design-active .content-container.site-container {
    width: min(calc(100% - 28px), 800px);
    padding: 27px 0 60px;
  }

  body.single-post.rk-design-active .entry-header {
    margin-bottom: 22px !important;
    padding-bottom: 23px !important;
  }

  body.single-post.rk-design-active .entry-title {
    margin-bottom: 18px !important;
    font-size: 32px;
    line-height: 1.28;
  }

  body.single-post.rk-design-active .single-content {
    font-size: 16px;
    line-height: 1.78;
  }

  body.single-post.rk-design-active .single-content h2 {
    margin-top: 44px;
    font-size: 26px;
  }

  body.single-post.rk-design-active .wp-block-button,
  body.single-post.rk-design-active .wp-block-button__link {
    width: 100%;
  }
}

/* Homepage editorial system — mirrors the compact Sakamaka rhythm while
 * retaining Review King Kim's own brand, articles, imagery and wording. */
body.home.rk-design-active #masthead,
body.page-id-34.rk-design-active #masthead,
body.home.rk-design-active .site-header-wrap,
body.page-id-34.rk-design-active .site-header-wrap,
body.home.rk-design-active .site-header-row-container-inner,
body.page-id-34.rk-design-active .site-header-row-container-inner {
  height: 65px !important;
  min-height: 65px !important;
}

body.home.rk-design-active .site-header-row-container-inner > .site-container,
body.page-id-34.rk-design-active .site-header-row-container-inner > .site-container {
  width: min(100%, 1192px) !important;
  max-width: 1192px !important;
  height: 65px !important;
}

body.home.rk-design-active .site-main-header-inner-wrap,
body.page-id-34.rk-design-active .site-main-header-inner-wrap {
  height: 65px !important;
  grid-template-columns: auto 1fr !important;
}

body.home.rk-design-active .site-header-main-section-left,
body.home.rk-design-active .site-header-main-section-right,
body.page-id-34.rk-design-active .site-header-main-section-left,
body.page-id-34.rk-design-active .site-header-main-section-right {
  height: 65px !important;
}

body.home.rk-design-active .site-header-main-section-right,
body.page-id-34.rk-design-active .site-header-main-section-right {
  padding-left: 22px;
  justify-content: flex-start;
}

body.home.rk-design-active .primary-menu-container > ul > li:first-child,
body.page-id-34.rk-design-active .primary-menu-container > ul > li:first-child {
  display: none;
}

body.home.rk-design-active .site-header-main-section-right > .site-header-item:last-child,
body.page-id-34.rk-design-active .site-header-main-section-right > .site-header-item:last-child {
  margin-left: auto;
}

body.home.rk-design-active .primary-menu-container > ul > li.menu-item > a,
body.page-id-34.rk-design-active .primary-menu-container > ul > li.menu-item > a {
  min-height: 38px;
  padding-right: 13px !important;
  padding-left: 13px !important;
  font-size: 14px;
}

body.home.rk-design-active .site-branding .site-title,
body.home.rk-design-active .site-branding .site-title a,
body.page-id-34.rk-design-active .site-branding .site-title,
body.page-id-34.rk-design-active .site-branding .site-title a {
  font-size: 23px !important;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.rk-home {
  width: calc(100% - 40px);
  max-width: 1144px;
}

.rk-home .rk-search-hero {
  min-height: 100px;
}

.rk-home .rk-search {
  width: min(100%, 480px);
  height: 52px;
  padding: 0 13px 0 20px;
}

.rk-home .rk-search input {
  height: 46px;
  font-size: 14px;
}

.rk-home .rk-search button {
  width: 38px;
  height: 26px;
  padding: 0;
  border: 1px solid #d9dee5;
  border-radius: 6px;
  background: #f1f3f6;
  color: #8a929d;
  font-size: 11px;
  font-weight: 600;
}

.rk-home .rk-report-section {
  padding: 24px 0 48px;
}

.rk-home .rk-section-heading {
  margin-bottom: 24px;
}

.rk-home .rk-section-heading h2 {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.rk-home .rk-card-grid {
  gap: 20px;
}

.rk-home .rk-card {
  border-radius: 10px;
}

.rk-home .rk-card-media {
  min-height: 0;
  aspect-ratio: 1.76 / 1;
  padding: 12px;
}

.rk-home .rk-card-media strong {
  font-size: 20px;
  line-height: 1.16;
}

.rk-home .rk-badge {
  top: 11px;
  left: 11px;
  min-height: 25px;
  padding: 3px 8px;
  font-size: 10px;
}

.rk-home .rk-card-body {
  min-height: 166px;
  padding: 14px 14px 13px;
}

.rk-home .rk-card-kicker {
  margin-bottom: 7px;
  padding: 4px 7px;
  font-size: 10px;
}

.rk-home .rk-card h3 {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.42;
}

.rk-home .rk-card p {
  margin-bottom: 11px;
  font-size: 12px;
  line-height: 1.58;
}

.rk-home .rk-card time {
  font-size: 11px;
}

.rk-topic-section,
.rk-home-stream-section {
  padding: 54px 0 62px;
  border-top: 1px solid var(--rk-line);
}

.rk-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rk-topic-card {
  min-height: 202px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  border: 1px solid #e1d5c5;
  border-radius: 10px;
  color: #fff !important;
  box-shadow: inset 0 -90px 70px rgba(36, 24, 16, .48);
}

.rk-topic-card.tone-cream { background: linear-gradient(145deg, #efe1c3, #c99d6f); }
.rk-topic-card.tone-gold { background: linear-gradient(145deg, #f4e7c6, #c08a3b); }
.rk-topic-card.tone-rose { background: linear-gradient(145deg, #ead4c5, #a96f63); }
.rk-topic-card.tone-lemon { background: linear-gradient(145deg, #f4e7bf, #b98943); }
.rk-topic-card.tone-orange { background: linear-gradient(145deg, #f0c69d, #b76832); }

.rk-topic-count {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #4a3a2e;
  font-size: 10px;
  font-weight: 800;
}

.rk-topic-icon {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.58);
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
}

.rk-topic-card strong {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.rk-topic-card small {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.rk-home-stream-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rk-stream-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rk-line);
  border-radius: 10px;
  background: #fff;
}

.rk-stream-media {
  min-height: 196px;
  padding: 14px;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
}

.rk-stream-media::after {
  content: '';
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
}

.rk-stream-media.tone-orange { background: linear-gradient(135deg, #7c2d12, #ea580c); }
.rk-stream-media.tone-navy { background: linear-gradient(135deg, #172554, #2563eb); }
.rk-stream-media.tone-green { background: linear-gradient(135deg, #14532d, #16a34a); }
.rk-stream-media.tone-violet { background: linear-gradient(135deg, #4c1d95, #8b5cf6); }
.rk-stream-media.tone-blue { background: linear-gradient(135deg, #0c4a6e, #0891b2); }
.rk-stream-media.tone-sand { background: linear-gradient(135deg, #78350f, #d97706); }
.rk-stream-media.tone-rose { background: linear-gradient(135deg, #881337, #e11d48); }
.rk-stream-media.tone-slate { background: linear-gradient(135deg, #1e293b, #64748b); }

.rk-stream-media .rk-badge {
  position: absolute;
  top: 12px;
  left: 12px;
}

.rk-stream-media strong {
  position: relative;
  z-index: 1;
  max-width: 92%;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.rk-stream-body {
  min-height: 174px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.rk-stream-body > span {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--rk-accent-soft);
  color: var(--rk-accent);
  font-size: 10px;
}

.rk-stream-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.rk-stream-body p {
  margin: 0 0 12px;
  color: var(--rk-muted);
  font-size: 12px;
  line-height: 1.6;
}

.rk-stream-body time {
  margin-top: auto;
  color: #98a2b3;
  font-size: 11px;
}

.rk-home-about {
  min-height: 250px;
  margin: 16px 0 70px;
  padding: 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
  background: radial-gradient(circle at 90% 70%, rgba(155,45,24,.42), transparent 28%), linear-gradient(135deg, #07111d, #0c1119 65%, #1c1111);
  color: #fff;
}

.rk-home-about > span {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,85,56,.18);
  color: #ff6b50;
  font-size: 11px;
  font-weight: 800;
}

.rk-home-about h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.rk-home-about strong {
  margin-bottom: 15px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}

.rk-home-about p {
  max-width: 700px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.rk-home-about a {
  color: #ff6b50;
  font-size: 13px;
  font-weight: 800;
}

.rk-home-footer {
  width: 100vw;
  min-height: 250px;
  margin-left: calc(50% - 50vw);
  padding: 52px max(calc((100vw - 1144px) / 2), 24px) 60px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  background: #05070b;
  color: rgba(255,255,255,.58);
}

.rk-home-footer > div strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.rk-home-footer p {
  max-width: 390px;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.rk-home-footer nav {
  min-width: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 14px 34px;
}

.rk-home-footer nav a {
  color: rgba(255,255,255,.66);
  font-size: 13px;
}

body.home.rk-design-active #colophon,
body.page-id-34.rk-design-active #colophon {
  display: none !important;
}

@media (max-width: 1024px) {
  .rk-topic-grid,
  .rk-home-stream-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home.rk-design-active .site-header-row-container-inner > .site-container,
  body.page-id-34.rk-design-active .site-header-row-container-inner > .site-container {
    width: min(100%, 900px) !important;
  }
}

@media (max-width: 720px) {
  .rk-home {
    width: calc(100% - 28px);
    max-width: 1144px;
  }

  .rk-home .rk-search-hero {
    min-height: 88px;
  }

  .rk-home .rk-report-section {
    padding-top: 20px;
  }

  .rk-home .rk-section-heading h2 {
    font-size: 26px;
  }

  .rk-home .rk-card {
    display: block;
  }

  .rk-home .rk-card-grid,
  .rk-topic-grid,
  .rk-home-stream-grid {
    grid-template-columns: 1fr;
  }

  .rk-home .rk-card-media {
    min-height: 0;
  }

  .rk-home .rk-card-body {
    min-height: 160px;
  }

  .rk-topic-section,
  .rk-home-stream-section {
    padding: 42px 0 48px;
  }

  .rk-topic-card {
    min-height: 185px;
  }

  .rk-stream-media {
    min-height: 185px;
  }

  .rk-home-about {
    min-height: 280px;
    margin-bottom: 45px;
    padding: 34px 24px;
  }

  .rk-home-footer {
    padding-top: 42px;
    flex-direction: column;
  }

  .rk-home-footer nav {
    min-width: 0;
  }
}
.single-post .entry-content .rk-product-link-card {
  width: 100%; display: flex; align-items: center; gap: 12px;
  margin: 18px 0 26px; padding: 12px 16px;
  border: 1px solid #dfe3e8; border-radius: 14px; background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
}
.single-post .entry-content .rk-product-link-thumb {
  width: 48px; height: 48px; flex: 0 0 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 11px; background: linear-gradient(145deg, #f5f6f8, #e9edf2);
  color: #ff4f2f; font-size: 10px; font-weight: 900; letter-spacing: .06em;
}
.single-post .entry-content .rk-product-link-copy {
  min-width: 0; display: flex; flex: 1 1 auto; flex-direction: column; gap: 3px;
}
.single-post .entry-content .rk-product-link-copy strong {
  color: #111318; font-size: 15px; font-weight: 800; line-height: 1.35; letter-spacing: -.025em;
}
.single-post .entry-content .rk-product-link-copy small {
  color: #ff4f2f; font-size: 12px; font-weight: 700; line-height: 1.35;
}
.single-post .entry-content a.rk-product-link-button {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  min-height: 34px; padding: 9px 13px; border: 0; border-radius: 10px;
  background: #ff4f2f; box-shadow: 0 4px 12px -4px rgba(255, 79, 47, .78);
  color: #fff !important; font-size: 12px; font-weight: 800; line-height: 1;
  text-decoration: none !important; white-space: nowrap;
  transition: transform .18s ease, filter .18s ease;
}
.single-post .entry-content a.rk-product-link-button:hover {
  color: #fff !important; filter: brightness(1.05); transform: translateY(-1px);
}
@media (max-width: 640px) {
  .single-post .entry-content .rk-product-link-card { gap: 10px; padding: 12px; }
  .single-post .entry-content .rk-product-link-thumb { width: 44px; height: 44px; flex-basis: 44px; }
  .single-post .entry-content .rk-product-link-copy strong { font-size: 14px; }
  .single-post .entry-content a.rk-product-link-button {
    flex: 0 0 calc(100% - 54px); margin-left: 54px;
  }
}

/* Mobile readability hardening.
 * These selectors intentionally outrank the desktop article rules above. */
@media (max-width: 1024px) {
  body.single-post.rk-article-template #primary #main .post-thumbnail,
  body.single-post.rk-article-template #primary #main .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-related .post-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 719px) {
  body.rk-layout-page #primary,
  body.rk-layout-page #main,
  body.rk-layout-page #main > .content-wrap,
  body.rk-layout-page #main > .content-wrap > article.entry,
  body.rk-layout-page #main > .content-wrap > article.entry > .entry-content-wrap,
  body.rk-layout-page #main > .content-wrap > article.entry > .entry-content-wrap > .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.rk-layout-page .rk-shell {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.rk-layout-page .rk-home-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .rk-home .rk-section-heading {
    gap: 12px;
  }

  .rk-home .rk-section-heading h2 {
    min-width: 0;
    font-size: 25px;
    line-height: 1.25;
    word-break: keep-all;
  }

  .rk-home .rk-section-heading > a {
    flex: 0 0 auto;
  }

  .rk-home .rk-card-body {
    min-height: 138px;
  }

  .rk-home .rk-card h3,
  .rk-stream-body h3 {
    font-size: 16px;
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .rk-hub-heading h1,
  .rk-category-heading h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: 36px;
    line-height: 1.12;
    word-break: keep-all;
  }

  .rk-hub-heading p,
  .rk-category-heading p {
    font-size: 16px;
    line-height: 1.65;
  }

  .rk-category-hero {
    min-height: 340px;
    padding: 22px 20px;
  }

  .rk-category-hero h2 {
    font-size: 30px;
    line-height: 1.2;
    word-break: keep-all;
  }

  body.single-post.rk-article-template #primary > .content-container,
  body.single-post.rk-article-template #primary .content-container.site-container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    padding-top: 22px !important;
  }

  body.single-post.rk-article-template #primary #main,
  body.single-post.rk-article-template #primary #main > .content-wrap,
  body.single-post.rk-article-template #primary #main article.single-entry,
  body.single-post.rk-article-template #primary #main .entry-content-wrap,
  body.single-post.rk-article-template #primary #main .entry-header,
  body.single-post.rk-article-template #primary #main .post-thumbnail,
  body.single-post.rk-article-template #primary #main .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  body.single-post.rk-article-template #primary #main .entry-title {
    max-width: 100% !important;
    font-size: clamp(29px, 8.2vw, 32px) !important;
    line-height: 1.24 !important;
    letter-spacing: -.04em !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body.single-post.rk-article-template #primary #main .entry-meta {
    width: 100% !important;
    flex-wrap: wrap !important;
    row-gap: 10px !important;
  }

  body.single-post.rk-article-template #primary #main .entry-meta .posted-on {
    flex: 1 0 100% !important;
    margin-left: 0 !important;
  }

  body.single-post.rk-article-template #primary #main .post-thumbnail {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    margin-bottom: 30px !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content {
    font-size: 16px !important;
    line-height: 1.82 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content p,
  body.single-post.rk-article-template #primary #main .entry-content li,
  body.single-post.rk-article-template #primary #main .entry-content h2,
  body.single-post.rk-article-template #primary #main .entry-content h3,
  body.single-post.rk-article-template #primary #main .entry-content h4 {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body.single-post.rk-article-template #primary #main .entry-content h2 {
    margin-top: 36px !important;
    font-size: 24px !important;
    line-height: 1.38 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content h3 {
    margin-top: 28px !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content blockquote {
    padding: 18px !important;
    border-radius: 14px !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content .wp-block-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.single-post.rk-article-template #primary #main .entry-content .wp-block-table table {
    min-width: 680px;
  }

  body.single-post.rk-article-template #primary #main .entry-content .rk-product-link-card {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content .rk-product-link-copy {
    min-width: 0 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-content a.rk-product-link-button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-post.rk-article-template #primary #main .entry-related.alignfull,
  body.single-post.rk-article-template #primary #main .entry-related-inner-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-post.rk-article-template #primary #main .entry-related-inner-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.single-post.rk-article-template #primary #main .entry-related .post-thumbnail,
  body.single-post.rk-article-template #primary #main .entry-related .post-thumbnail-inner,
  body.single-post.rk-article-template #primary #main .entry-related .post-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}
