/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Layout PC */
/* promotion block */
.newest-promo .item-promo {
  height: 170px;
  width: 100%;
  padding-left: 10px;
  border-radius: 0 95px 95px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.newest-promo .promo-item-body {
  padding-right: 6px;
}

.newest-promo .promo-item-body h2,
.newest-promo .promo-item-body p {
  color: #fff;
}

.newest-promo .promo-item-body h2 {
  margin-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.newest-promo .promo-item-body p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #ffead7;
}

.newest-promo .views-field-field-promotion:first-child {
  margin-bottom: 30px;
}

.newest-promo .link-promo-pc {
  position: absolute;
  right: -17px;
}

.section-beyond-dry-eyes,
.section-popular-post {
  margin-bottom: 60px;
}

/* Tags block */
.section-tag-block {
  background-color: #1f1a18;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-tag-block h2.tags-head {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
}

.section-tag-block .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
}

.section-tag-block .tags-list a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: block;
  border-radius: 20px;
  border: 2px solid rgba(246, 157, 39, 0.20);
  color: var(--color-custom-orange);
  padding: 8px 24px;
  text-transform: uppercase;
}

.section-eyecare-resources {
  margin-bottom: 30px;
}


.newest-promo .link-promo-sp {
  border-radius: 49px;
  background: #fff;
  padding: 6px 12px;
  color: #f69d27;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: max-content;
  margin-top: 11px;
}

.newest-promo span.text-now-button {
  display: inline-block;
  margin-right: 6px;
}

.newest-promo img.icon-promo-sp {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .newest-promo .item-promo {
    border-radius: 0;
    background-size: 100%;
  }

  .newest-promo .link-promo-pc {
    display: none!important;
  }

  .newest-promo .link-promo-sp {
    display: block!important;
  }

  .newest-promo {
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 12px;
    margin-top: 30px;
  }

  .newest-promo .views-field.views-field-field-promotion {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .newest-promo .promo-item-body {
    max-width: unset;
  }

  .newest-promo {
    margin-top: 30px;
  }

  .newest-promo .item-promo {
    border-radius: 0;
    gap: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 15px;
  }

}

/* Layout SP */
@media screen and (max-width: 768px) {
  /* Tags block */
  .section-tag-block h2.tags-head {
    font-size: 28px;
    line-height: 115%;
    margin-bottom: 24px;
  }

  .section-tag-block .tags-list a {
    font-size: 14px;
  }

  .section-beyond-dry-eyes,
  .section-popular-post {
    margin-bottom: 41px;
  }

}
