/* Shared sidebar components. */
.site-main aside > div,
.site-main .product-grid > aside {
  margin-bottom: 12px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.site-main aside h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.site-main aside li { margin-bottom: 8px; }
.site-main aside button { width: 100%; margin-top: 8px; }
.site-main aside small { display: block; margin-top: 7px; text-align: center; }
.site-main .columns aside a { color: #a76c31; }

.site-main .method aside {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #21170f;
  color: #fff;
}

.site-main .method aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-product,
.site-main aside .side {
  position: relative;
  min-height: 180px;
  padding: 16px;
  overflow: hidden;
  color: #fff;
}

.side-product img,
.site-main aside .side img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--zodiac aside .zodiac-page-trust{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px}
.article--zodiac aside .zodiac-page-trust img{width:38px;height:38px;object-fit:contain}
.article--zodiac aside .reviewer p{display:flex;align-items:center;gap:10px}
.article--zodiac aside .reviewer img{width:42px;height:42px;border-radius:50%;object-fit:cover}
