.ah-product-cover{text-align:center;margin:1.5rem 0}.ah-product-cover img{max-width:100%;height:auto}.ah-cta-wrap{text-align:center;margin:1.5rem 0}.ah-cta{display:inline-block;padding:.9em 1.5em;border-radius:8px;background:#2271b1;color:#fff!important;text-decoration:none;font-weight:700}.ah-sample-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ah-sample-grid img{width:100%;height:auto}.ah-product-info table{width:100%;border-collapse:collapse}.ah-product-info th,.ah-product-info td{padding:.75em;border:1px solid #ddd;text-align:left}.ah-product-info th{width:30%}@media(max-width:600px){.ah-sample-grid{grid-template-columns:1fr}.ah-product-info th{width:36%}}
.ah-related-products{margin-top:2rem}.ah-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ah-related-card{border:1px solid #e1e1e1;border-radius:10px;overflow:hidden;background:#fff}.ah-related-card a{display:block;text-decoration:none;color:inherit}.ah-related-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#f6f7f7}.ah-related-card span{display:block;padding:10px;font-weight:700;line-height:1.5;font-size:.92rem}@media(max-width:700px){.ah-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v0.1.20.1: larger popular-ranking thumbnails + TOP3 crown badges.
   Ranking data/queries are unchanged; this is presentation only. */
.ah-popular-ranking{margin:1.5rem 0}
.ah-popular-title{margin:0 0 12px;font-size:1.25em}
.ah-popular-list{list-style:none!important;margin:0!important;padding:0!important}
.ah-popular-item{margin:0!important;padding:0!important;border-bottom:1px solid #e5e5e5}
.ah-popular-item>a{position:relative;display:grid;grid-template-columns:40px 112px minmax(0,1fr);gap:12px;align-items:center;padding:12px 0;color:inherit;text-decoration:none}
.ah-popular-rank{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#f0f0f1;font-weight:700;line-height:1}
.ah-popular-crown{position:absolute;left:50%;top:-19px;transform:translateX(-50%);font-size:20px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}
.ah-popular-rank-1{background:#f7d774;border:2px solid #d5a900}
.ah-popular-rank-2{background:#e4e7eb;border:2px solid #a8afb8}
.ah-popular-rank-3{background:#e7b487;border:2px solid #b87945}
.ah-popular-item img{display:block;width:112px;height:112px;object-fit:contain;background:#f6f7f7}
.ah-popular-name{font-size:.9rem;font-weight:700;line-height:1.45;overflow-wrap:anywhere}
.ah-popular-note{margin:8px 0 0;color:#777;font-size:.72rem;line-height:1.5}
@media(max-width:480px){
  .ah-popular-item>a{grid-template-columns:38px 104px minmax(0,1fr);gap:10px;padding:13px 0}
  .ah-popular-rank{width:34px;height:34px}
  .ah-popular-crown{top:-18px;font-size:19px}
  .ah-popular-item img{width:104px;height:104px}
  .ah-popular-name{font-size:.9rem;line-height:1.45}
}


/* v0.1.21 ranking layouts */
.ah-popular-text{display:flex;min-width:0;flex-direction:column;gap:4px}
.ah-popular-circle{display:block;color:#666;font-size:.78rem;font-weight:400;line-height:1.35}
.ah-popular-thumb-small .ah-popular-item img{width:80px;height:80px}
.ah-popular-thumb-medium .ah-popular-item img{width:120px;height:120px}
.ah-popular-thumb-large .ah-popular-item img{width:160px;height:160px}

/* Sidebar/widget preset */
.ah-popular-layout-widget .ah-popular-item>a{grid-template-columns:38px 104px minmax(0,1fr);gap:10px}
.ah-popular-layout-widget .ah-popular-item img{width:104px;height:104px}

/* Fixed page / article grid preset */
.ah-popular-layout-grid .ah-popular-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.ah-popular-layout-grid .ah-popular-item{border:1px solid #e5e5e5;border-radius:8px;overflow:visible;background:#fff}
.ah-popular-layout-grid .ah-popular-item>a{
  display:flex;
  position:relative;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
  padding:12px;
  height:100%;
}
.ah-popular-layout-grid .ah-popular-rank{
  position:absolute;
  z-index:2;
  top:18px;
  left:18px;
  box-shadow:0 2px 6px rgba(0,0,0,.18);
}
.ah-popular-layout-grid .ah-popular-crown{top:-18px}
.ah-popular-layout-grid .ah-popular-item img{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f6f7f7;
}
.ah-popular-layout-grid .ah-popular-name{font-size:.95rem;line-height:1.5}
.ah-popular-layout-grid .ah-popular-circle{font-size:.8rem}
.ah-popular-layout-grid.ah-popular-thumb-small .ah-popular-item img,
.ah-popular-layout-grid.ah-popular-thumb-medium .ah-popular-item img,
.ah-popular-layout-grid.ah-popular-thumb-large .ah-popular-item img{width:100%;height:auto}

@media(max-width:782px){
  .ah-popular-layout-grid .ah-popular-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ah-popular-layout-grid .ah-popular-item>a{padding:9px}
  .ah-popular-layout-grid .ah-popular-rank{top:14px;left:14px}
  .ah-popular-layout-grid .ah-popular-name{font-size:.86rem}
  .ah-popular-layout-grid .ah-popular-circle{font-size:.74rem}
}
@media(max-width:360px){
  .ah-popular-layout-grid .ah-popular-list{grid-template-columns:1fr}
}
