/* Product-only additions kept separate from the homepage rebuild stylesheet. */
.pro_son_a1 iframe {
  display: block;
  width: min(720px, 100%);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 auto 24px;
  border: 0;
}

.product-resource-list {
  padding: 10px 0;
}

.product-resource-item {
  display: flex;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 18px auto;
  padding: 20px 26px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.product-resource-icon {
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-resource-icon i {
  display: block;
  width: 64px;
  height: 64px;
  background: #f4f6f8 url(../images/downlo.png) no-repeat center;
  background-size: 29px 16px;
  border-radius: 50%;
}

.product-resource-main {
  min-width: 0;
  flex: 1;
}

.product-resource-main h3 {
  margin: 0 0 8px;
  font-size: 18px !important;
  line-height: 1.45 !important;
  color: #333;
}

.product-resource-description {
  color: #656565;
  line-height: 1.9;
}

.product-resource-file {
  color: #888;
}

.product-resource-download {
  float: none;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
}

.product-resource-unavailable {
  display: inline-block;
  margin-top: 10px;
  color: #999;
}

.product-resource-empty {
  padding: 60px 0;
  text-align: center;
  color: #999;
}

@media (max-width: 600px) {
  .product-resource-item {
    display: block;
    margin: 12px auto;
    padding: 16px;
  }

  .product-resource-icon {
    display: none;
  }

  .product-resource-main h3 {
    font-size: 16px !important;
  }
}
