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

/* legacy/templates/channel/index.html */
.channel {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 0 10px;
}

.channel-info {
    margin-left: 10px;
}

.channel-name {
    font-weight: bold;
}

.channel-name {
    font-weight: bold;
    padding-bottom: 3px;
}

.channel-image {
  border-radius: 4px;
  width: 140px;
}

.channel-metrics {
  color: #999;
}

.channel-youtube {
  margin-top: 5px;
}

.channel-link {
  display: flex;
  border-radius: 6px 6px 0 0;
  height: 38px;
  margin: 20px 0 10px;
  overflow: hidden;
  border-bottom: 2px solid #E3939C;
}

.channel-link h2 {
  background: #E3939C;
  color: white;
  width: 50%;
  text-align: center;
  line-height: 38px;
  border-radius: 6px 6px 0 0;
}

.channel-link a {
  background: white;
  color: #E3939C;
  width: 50%;
  text-align: center;
  line-height: 38px;
}

.page-description {
  margin: 0 10px 20px;
}

.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;
}

.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;
}

.product-list-product-youtuber {
  display: flex;
  flex-direction: row;
}

.page-title {
  font-weight: bold;
  padding: 15px 10px 5px;
  font-size: 16px;
  line-height: 24px;
}

.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;
  
}

@media screen and (max-width: 450px) { 

    .channel-image {
        max-width: 100px;
    }

}
