/* Billigmobiler.dk – artikler, anmeldelser, arkiver og søgning */
body.billigmobiler-editorial-page {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}

#bm-home .bm-editorial-main {
  min-height: 55vh;
  background: #fff;
}

#bm-home .bm-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--bm-muted);
  font-size: .78rem;
  margin-bottom: 34px;
}

#bm-home .bm-breadcrumbs a {
  color: var(--bm-orange);
  font-weight: 750;
}

#bm-home .bm-single-hero {
  padding-top: 44px;
}

#bm-home .bm-single-hero__copy {
  max-width: 990px;
  margin-inline: auto;
  text-align: center;
}

#bm-home .bm-single-hero__copy h1,
#bm-home .bm-archive-hero h1,
#bm-home .bm-error-page h1 {
  color: var(--bm-navy) !important;
  font-size: clamp(2.5rem, 5.6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.062em;
  margin: 12px 0 24px;
}

#bm-home .bm-single-standfirst {
  max-width: 820px;
  margin: 0 auto 22px;
  color: #46566a;
  font-size: clamp(1.12rem, 1.65vw, 1.4rem);
  line-height: 1.55;
}

#bm-home .bm-single-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--bm-muted);
  font-size: .82rem;
  font-weight: 650;
}

#bm-home .bm-single-meta > * + *::before {
  content: "•";
  margin-right: 18px;
  color: #c3cbd4;
}

#bm-home .bm-single-hero__image,
#bm-home .bm-review-media .bm-single-hero__image {
  margin: 42px 0 0;
  border-radius: 24px;
  overflow: hidden;
  background: #edf1f5;
  box-shadow: 0 24px 64px rgba(7, 26, 47, .12);
}

#bm-home .bm-single-hero__image img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

#bm-home .bm-single-hero__image figcaption {
  padding: 10px 15px;
  color: var(--bm-muted);
  background: #fff;
  font-size: .74rem;
  border-top: 1px solid var(--bm-line);
}

#bm-home .bm-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 850px) 310px;
  justify-content: center;
  gap: 64px;
  align-items: start;
  padding-block: 58px 72px;
}

#bm-home .bm-article-column {
  min-width: 0;
}

#bm-home .bm-share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding-bottom: 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--bm-line);
}

#bm-home .bm-share-row > span {
  margin-right: 5px;
  color: var(--bm-navy);
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

#bm-home .bm-share-row a,
#bm-home .bm-share-row button {
  border: 1px solid var(--bm-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bm-navy);
  padding: 8px 13px;
  font-size: .76rem;
  font-weight: 750;
  cursor: pointer;
}

#bm-home .bm-share-row a:hover,
#bm-home .bm-share-row button:hover {
  border-color: var(--bm-orange);
  color: var(--bm-orange);
}

#bm-home .bm-article-content {
  color: #26384a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  line-height: 1.82;
}

#bm-home .bm-article-content > *:first-child {
  margin-top: 0;
}

#bm-home .bm-article-content p,
#bm-home .bm-article-content ul,
#bm-home .bm-article-content ol,
#bm-home .bm-article-content blockquote,
#bm-home .bm-article-content table,
#bm-home .bm-article-content figure {
  margin-bottom: 1.55em;
}

#bm-home .bm-article-content h2,
#bm-home .bm-article-content h3,
#bm-home .bm-article-content h4 {
  color: var(--bm-navy) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.04em;
  line-height: 1.12;
  scroll-margin-top: 24px;
}

#bm-home .bm-article-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  margin: 1.7em 0 .62em;
}

#bm-home .bm-article-content h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  margin: 1.5em 0 .55em;
}

#bm-home .bm-article-content h4 {
  font-size: 1.18rem;
  margin: 1.4em 0 .5em;
}

#bm-home .bm-article-content a {
  color: #006e9f;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .15em;
}

#bm-home .bm-article-content strong {
  color: #172a3d;
}

#bm-home .bm-article-content ul,
#bm-home .bm-article-content ol {
  padding-left: 1.25em;
}

#bm-home .bm-article-content li {
  padding-left: .25em;
  margin-bottom: .55em;
}

#bm-home .bm-article-content blockquote {
  border-left: 5px solid var(--bm-orange);
  margin-inline: 0;
  padding: 24px 30px;
  border-radius: 0 16px 16px 0;
  background: var(--bm-cream);
  color: var(--bm-navy);
  font-size: 1.2em;
  font-style: italic;
}

#bm-home .bm-article-content img,
#bm-home .bm-article-content figure {
  max-width: 100%;
  height: auto;
}

#bm-home .bm-article-content figure img {
  border-radius: 16px;
}

#bm-home .bm-article-content figcaption {
  color: var(--bm-muted);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .72rem;
  line-height: 1.45;
  margin-top: 8px;
}

#bm-home .bm-article-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .9rem;
}

#bm-home .bm-article-content th,
#bm-home .bm-article-content td {
  padding: 12px 14px;
  border: 1px solid var(--bm-line);
  text-align: left;
}

#bm-home .bm-article-content th {
  background: #f6f8fa;
  color: var(--bm-navy);
}

#bm-home .bm-article-content .wp-block-button__link {
  color: #fff;
  background: var(--bm-orange);
  border-radius: 10px;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

#bm-home .bm-article-content .alignwide {
  width: min(1050px, calc(100vw - 48px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

#bm-home .bm-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--bm-line);
  color: var(--bm-muted);
  font-size: .8rem;
}

#bm-home .bm-article-tags a {
  border-radius: 999px;
  padding: 7px 11px;
  background: #f2f5f7;
  color: var(--bm-navy);
  font-weight: 700;
}

#bm-home .bm-author-box {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 44px;
  padding: 24px;
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  background: #fff;
}

#bm-home .bm-author-box img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}

#bm-home .bm-author-box h2 {
  color: var(--bm-navy) !important;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

#bm-home .bm-author-box p {
  color: var(--bm-muted);
  font-size: .86rem;
  margin-bottom: 0;
}

#bm-home .bm-article-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.admin-bar #bm-home .bm-article-sidebar {
  top: 56px;
}

#bm-home .bm-sidebar-panel {
  padding: 23px;
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 26, 47, .045);
}

#bm-home .bm-sidebar-panel--trust {
  border: 0;
  color: #fff;
  background: linear-gradient(145deg, var(--bm-navy), var(--bm-navy-2));
}

#bm-home .bm-sidebar-panel h2 {
  color: var(--bm-navy) !important;
  font-size: 1.28rem;
  line-height: 1.15;
  letter-spacing: -.035em;
  margin-bottom: 12px;
}

#bm-home .bm-sidebar-panel p {
  color: var(--bm-muted);
  font-size: .82rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

#bm-home .bm-sidebar-panel--trust h2,
#bm-home .bm-sidebar-panel--trust p {
  color: #fff !important;
}

#bm-home .bm-sidebar-panel--trust p {
  color: rgba(255,255,255,.75) !important;
}

#bm-home .bm-sidebar-panel--trust a,
#bm-home .bm-sidebar-more {
  color: var(--bm-orange);
  font-size: .78rem;
  font-weight: 850;
}

#bm-home .bm-sidebar-list {
  margin-block: 14px;
  border-top: 1px solid var(--bm-line);
}

#bm-home .bm-sidebar-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-navy);
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.35;
}

#bm-home .bm-sidebar-list strong {
  border-radius: 8px;
  padding: 4px 6px;
  color: #fff;
  background: var(--bm-orange);
  font-size: .7rem;
}

/* Review */
#bm-home .bm-review-hero {
  padding: 42px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(63, 155, 224, .26), transparent 28%),
    linear-gradient(135deg, #06162a 0%, #0b355e 100%);
}

#bm-home .bm-review-hero .bm-breadcrumbs,
#bm-home .bm-review-hero .bm-breadcrumbs span {
  color: rgba(255,255,255,.6);
}

#bm-home .bm-review-hero .bm-breadcrumbs a {
  color: #ffd0ad;
}

#bm-home .bm-review-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 50px;
  align-items: end;
}

#bm-home .bm-review-hero__copy h1 {
  max-width: 980px;
  color: #fff !important;
  font-size: clamp(2.6rem, 5.7vw, 5.9rem);
  line-height: .96;
  letter-spacing: -.062em;
  margin: 12px 0 24px;
}

#bm-home .bm-review-hero__copy .bm-single-standfirst {
  max-width: 800px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.76);
}

#bm-home .bm-single-meta--light {
  justify-content: flex-start;
  color: rgba(255,255,255,.64);
}

#bm-home .bm-single-meta--light > * + *::before {
  color: rgba(255,255,255,.28);
}

#bm-home .bm-review-score {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.035);
}

#bm-home .bm-review-score span,
#bm-home .bm-review-score small {
  color: rgba(255,255,255,.66);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

#bm-home .bm-review-score strong {
  color: #fff;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -.08em;
}

#bm-home .bm-review-media {
  margin-top: -38px;
}

#bm-home .bm-review-media .bm-single-hero__image {
  margin-top: 0;
}

#bm-home .bm-review-summary {
  margin-bottom: 36px;
  border: 1px solid var(--bm-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

#bm-home .bm-review-summary__intro {
  padding: 28px 30px;
  border-bottom: 1px solid var(--bm-line);
  background: #f8fafb;
}

#bm-home .bm-review-summary__intro h2 {
  color: var(--bm-navy) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -.045em;
  margin-bottom: 12px;
}

#bm-home .bm-review-summary__intro p {
  color: #46566a;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

#bm-home .bm-review-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#bm-home .bm-review-list {
  padding: 25px 28px;
}

#bm-home .bm-review-list + .bm-review-list {
  border-left: 1px solid var(--bm-line);
}

#bm-home .bm-review-list h3 {
  color: var(--bm-navy) !important;
  font-size: 1rem;
  margin-bottom: 14px;
}

#bm-home .bm-review-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bm-home .bm-review-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 9px;
  color: #3d4d5e;
  font-size: .86rem;
}

#bm-home .bm-review-list li::before {
  position: absolute;
  left: 0;
  top: .05em;
  font-weight: 900;
}

#bm-home .bm-review-list--pros li::before {
  content: "✓";
  color: var(--bm-green);
}

#bm-home .bm-review-list--cons li::before {
  content: "−";
  color: #d84c3f;
}

#bm-home .bm-review-facts__score {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 18px 0 8px;
}

#bm-home .bm-review-facts__score strong {
  color: var(--bm-orange);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -.07em;
}

#bm-home .bm-review-facts__score span {
  color: var(--bm-muted);
  font-weight: 750;
}

#bm-home .bm-review-price {
  color: var(--bm-navy) !important;
  font-size: 1rem !important;
  font-weight: 800;
}

#bm-home .bm-button--review {
  width: 100%;
  margin-top: 8px;
}

#bm-home .bm-review-facts > small {
  display: block;
  margin-top: 9px;
  color: var(--bm-muted);
  font-size: .66rem;
  line-height: 1.4;
}

#bm-home .bm-sidebar-panel--disclosure {
  background: var(--bm-cream);
  border-color: #f3dfcb;
}

/* Arkiver */
#bm-home .bm-archive-hero {
  padding: 60px 0 54px;
  border-bottom: 1px solid var(--bm-line);
  background: linear-gradient(180deg, #fff, #f8fafb);
}

#bm-home .bm-archive-hero .bm-shell {
  max-width: 1050px;
  text-align: center;
}

#bm-home .bm-archive-hero h1 {
  margin-bottom: 18px;
}

#bm-home .bm-archive-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bm-muted);
  font-size: 1.08rem;
}

#bm-home .bm-archive-search {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 650px;
  margin: 28px auto 0;
  padding: 6px;
  border: 1px solid var(--bm-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,26,47,.06);
}

#bm-home .bm-archive-search input {
  min-width: 0;
  min-height: 50px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  color: var(--bm-text);
  background: transparent;
}

#bm-home .bm-archive-search button {
  border: 0;
  border-radius: 9px;
  padding: 0 24px;
  color: #fff;
  background: var(--bm-navy);
  font-weight: 800;
  cursor: pointer;
}

#bm-home .bm-archive-section {
  padding-block: 54px 82px;
}

#bm-home .bm-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#bm-home .bm-archive-card {
  min-width: 0;
  border: 1px solid var(--bm-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

#bm-home .bm-archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7,26,47,.09);
}

#bm-home .bm-archive-card__image {
  display: block;
  height: 235px;
  position: relative;
  overflow: hidden;
  background: #edf1f5;
}

#bm-home .bm-archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

#bm-home .bm-archive-card:hover .bm-archive-card__image img {
  transform: scale(1.035);
}

#bm-home .bm-score-pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--bm-orange);
  font-size: .74rem;
  font-weight: 900;
}

#bm-home .bm-archive-card__body {
  padding: 22px;
}

#bm-home .bm-archive-card__body h2 {
  color: var(--bm-navy) !important;
  font-size: 1.27rem;
  line-height: 1.16;
  letter-spacing: -.035em;
  margin: 8px 0 10px;
}

#bm-home .bm-archive-card__body p {
  color: var(--bm-muted);
  font-size: .84rem;
  line-height: 1.55;
  margin-bottom: 18px;
}

#bm-home .bm-card-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 12px;
  color: #7a8794;
  font-size: .7rem;
  font-weight: 650;
}

#bm-home .bm-archive-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 430px;
}

#bm-home .bm-archive-card--featured .bm-archive-card__image {
  height: 100%;
}

#bm-home .bm-archive-card--featured .bm-archive-card__body {
  padding: 42px;
  align-self: center;
}

#bm-home .bm-archive-card--featured .bm-archive-card__body h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.03;
}

#bm-home .bm-archive-card--featured .bm-archive-card__body p {
  font-size: 1rem;
}

#bm-home .bm-pagination {
  margin-top: 48px;
}

#bm-home .bm-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#bm-home .bm-pagination a,
#bm-home .bm-pagination span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding-inline: 12px;
  border: 1px solid var(--bm-line);
  border-radius: 10px;
  color: var(--bm-navy);
  background: #fff;
  font-size: .8rem;
  font-weight: 800;
}

#bm-home .bm-pagination .current,
#bm-home .bm-pagination a:hover {
  color: #fff;
  border-color: var(--bm-orange);
  background: var(--bm-orange);
}

#bm-home .bm-empty-state,
#bm-home .bm-error-page {
  max-width: 780px;
  margin-inline: auto;
  padding-block: 90px;
  text-align: center;
}

#bm-home .bm-empty-state h2 {
  color: var(--bm-navy) !important;
  font-size: 2rem;
  margin-bottom: 12px;
}

#bm-home .bm-empty-state p,
#bm-home .bm-error-page p {
  color: var(--bm-muted);
  font-size: 1rem;
}

#bm-home .bm-error-page__code {
  display: block;
  color: #edf1f5;
  font-size: clamp(6rem, 17vw, 13rem);
  font-weight: 900;
  line-height: .7;
  letter-spacing: -.09em;
}

/* Related */
#bm-home .bm-related {
  padding-block: 56px 78px;
  border-top: 1px solid var(--bm-line);
}

#bm-home .bm-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Comments */
#bm-home .bm-comments {
  max-width: 900px;
  padding-block: 48px 76px;
  border-top: 1px solid var(--bm-line);
}

#bm-home .bm-comments > h2,
#bm-home .comment-reply-title {
  color: var(--bm-navy) !important;
  font-size: 1.8rem;
  letter-spacing: -.04em;
}

#bm-home .bm-comment-list {
  list-style: none;
  padding: 0;
}

#bm-home .bm-comment-list .comment-body {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--bm-line);
  border-radius: 14px;
}

#bm-home .bm-comment-list .comment-meta {
  font-size: .75rem;
}

#bm-home .comment-form input,
#bm-home .comment-form textarea {
  width: 100%;
  border: 1px solid var(--bm-line);
  border-radius: 10px;
  padding: 12px;
}

#bm-home .bm-comment-submit {
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  color: #fff;
  background: var(--bm-orange);
  font-weight: 800;
}

/* Footer */
#bm-home .bm-editorial-newsletter {
  margin-top: 0;
}

#bm-home .bm-site-footer {
  color: #fff;
  background: var(--bm-navy);
}

#bm-home .bm-site-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding-block: 46px 36px;
}

#bm-home .bm-site-footer__brand strong {
  font-size: 1.3rem;
  letter-spacing: -.04em;
}

#bm-home .bm-site-footer__brand p {
  max-width: 530px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.64);
  font-size: .84rem;
}

#bm-home .bm-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-content: start;
}

#bm-home .bm-site-footer nav a {
  color: #fff;
  font-size: .8rem;
  font-weight: 750;
}

#bm-home .bm-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.48);
  font-size: .7rem;
}

@media (max-width: 1020px) {
  #bm-home .bm-article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  #bm-home .bm-article-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
  #bm-home .bm-archive-grid,
  #bm-home .bm-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #bm-home .bm-archive-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  #bm-home .bm-single-hero {
    padding-top: 30px;
  }
  #bm-home .bm-breadcrumbs {
    margin-bottom: 24px;
  }
  #bm-home .bm-single-hero__copy {
    text-align: left;
  }
  #bm-home .bm-single-hero__copy h1,
  #bm-home .bm-archive-hero h1,
  #bm-home .bm-error-page h1 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }
  #bm-home .bm-single-standfirst {
    margin-left: 0;
  }
  #bm-home .bm-single-meta {
    justify-content: flex-start;
  }
  #bm-home .bm-single-meta > * + *::before {
    display: none;
  }
  #bm-home .bm-single-hero__image {
    margin-top: 30px;
    border-radius: 16px;
  }
  #bm-home .bm-article-layout {
    padding-block: 38px 56px;
  }
  #bm-home .bm-article-content {
    font-size: 1.05rem;
    line-height: 1.75;
  }
  #bm-home .bm-article-content .alignwide {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  #bm-home .bm-article-sidebar {
    grid-template-columns: 1fr;
  }
  #bm-home .bm-review-hero {
    padding-bottom: 58px;
  }
  #bm-home .bm-review-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }
  #bm-home .bm-review-score {
    width: 130px;
    height: 130px;
  }
  #bm-home .bm-review-score strong {
    font-size: 3rem;
  }
  #bm-home .bm-review-pros-cons {
    grid-template-columns: 1fr;
  }
  #bm-home .bm-review-list + .bm-review-list {
    border-left: 0;
    border-top: 1px solid var(--bm-line);
  }
  #bm-home .bm-archive-grid,
  #bm-home .bm-related__grid {
    grid-template-columns: 1fr;
  }
  #bm-home .bm-archive-card--featured {
    display: block;
    min-height: 0;
  }
  #bm-home .bm-archive-card--featured .bm-archive-card__image {
    height: 250px;
  }
  #bm-home .bm-archive-card--featured .bm-archive-card__body {
    padding: 24px;
  }
  #bm-home .bm-archive-card--featured .bm-archive-card__body h2 {
    font-size: 1.7rem;
  }
  #bm-home .bm-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #bm-home .bm-site-footer__bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  #bm-home .bm-share-row > span {
    flex-basis: 100%;
  }
  #bm-home .bm-author-box {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }
  #bm-home .bm-author-box img {
    width: 58px;
    height: 58px;
  }
  #bm-home .bm-archive-hero {
    padding-block: 42px;
  }
  #bm-home .bm-archive-search {
    grid-template-columns: 1fr;
  }
  #bm-home .bm-archive-search button {
    min-height: 46px;
  }
}
