/* Generated by scripts/build-legacy-css.mjs from legacy/templates/article/index.html. */

/* legacy/templates/article/index.html */
.curation-container {
  padding: 20px 15px 10px;
}

.curation-container h1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px; 
}

.grouped-list-product-item {
  padding: 20px 0 10px;
}

.grouped-product-list-offset {
  margin: 0 15px;
}

.grouped-list-product-item h2 {
  font-weight: bold;
  font-size: 16px;
  padding-left: 3px;
  margin: 5px 15px 0;
  line-height: 26px;
  text-decoration: none;
}

.grouped-list-product-item h2 a {
  color: #352F30;
}

.product-list-product-rank {
  background: #F97885;
  display: inline-block;
  padding: 1px 5px 1px 15px;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.product-list-product-subtitle {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  color: #352F30;
  text-decoration: underline;
}

.product-list-product-price {
  margin: 0 15px 7px;
}

.grouped-list-product-item .grouped-product-list-product-image {
  width: 200px;
  display: block;
  margin: 15px auto;
}

.product-list-product-comment {
  padding: 15px;
  border: 1px solid #DDD5D6;
  border-radius: 4px;
  color: #352F30;
}

.grouped-product-list-product-youtuber {
  margin-bottom: 20px;
}

.sellers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  margin: 0 auto 20px;
}

.seller-link {
    width: 80%;
    max-width: 200px;
    height: 24px;
    line-height: 24px;
    margin: 10px auto;
    display: block;
    border-radius: 3px;
    color: white;
    text-align: center;
    padding: 5px 4px;
}

.seller-link-amazon {
    background: #f9aa46;
}

.seller-link-yahoo {
    background: #F13E56;
}

.seller-link-rakuten {
    background: #b31b22;
}

.product-read-more {
    background: #D67681;
}

.page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page {
  display: block;
  width: 34px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  color: #333;
  margin: 0 7px;
  border-radius: 3px;
  border-bottom: 2px solid #eee;
}

.current-page {
  background: #eee;
}

.content {
  background: #fafafa;
  padding: 15px;
  color: #666;
}

.content ol {
  list-style: decimal;
  margin-left: 15px;
}

.content li {
  margin: 6px 0;
}
.content a {
  text-decoration: underline;
  color: #666;
}

.grouped-product-list {
  background: #f5f5f5;
  padding-top: 16px;
}

.grouped-list-product {
  box-shadow: 0px 4px 5px rgba(0,0,0,0.12);
  margin-bottom: 16px;
}

.grouped-list-product-item {
  background: white;
}

.top-image {
  width: 100%;
}

@media (min-width:650px) {
  .top-image {
    display: none;
  }
}
