.podcast-list-block {
  margin-top: 30px;
}
.title-resources-list-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-resource-latest .title-resources-list-wrapper {
  margin-bottom: 25px;
}

.view-eyecare-resource .resource-list-block {
  margin-top: 30px;
}

.title-resources-list-wrapper .title-resources {
  color: #FFEAD7;
  font-size: 30px;
  padding: 5px 0 0 10px;
  border-left: 5px solid #F69D27;
  flex: 1;
}
.btn-go-to-list-resource {
  color: #FFEAD7;
  border: 1px solid #C39E6D;
  padding: 7px 11px 7px 20px;
  border-radius: 20px;
  display: flex;
}
.btn-go-to-list-resource:after {
  content: ' ';
  width: 11px;
  height: 11px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFEAD7;
  margin: 3px 0 0 10px;
}
.resource-item.card-item-first .ttl-card-news {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  text-transform: capitalize;
  margin: 20px 0;
}
.resource-item {
  margin-bottom: 15px;
}

.resource-item .img-wrapper .img-trans-thumbnail {
  max-height: 150px;
  object-fit: cover;
}

.btn-go-to-list-resource:hover {
  color: #FFEAD7;
}

.view-eyecare-resource .view-footer .btn-go-to-list-resource {
  justify-content: center;
  margin-top: 20px;
}


.resource-item .date {
  color: #939598;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
}

.resource-item .ttl-card-news {
  color: #FFEAD7;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
  margin: 10px 0;
}
.resource-item .ttl-card-news a {
  color: #FFEAD7;
}
.resource-item .tag {
  text-transform: uppercase;
  font-weight: bold;
  color: #F69D27;
  margin-right: 5px;
}
.resource-item .img-wrapper {
  position: relative;
}
.resource-item.card-item-first .img-wrapper img.icon-type {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-item .img-wrapper img.icon-type {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-item .img-wrapper .media-duration {
  position: absolute;
  bottom: 4px;
  color: white;
  margin: 0;
  background: black;
  right: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 2px;
}

.card-item-first.resource-item  .img-wrapper .media-duration {
  bottom: 10px;
  right: 12px;
}

@media only screen and (max-width: 767px) {
  .resource-item .ttl-card-news {
    font-size: 25px;
    margin: 20px 0;
  }
  .resource-item .img-wrapper img.icon-type {
    width: 52px!important;
    height: 52px!important;
  }

  .resource-item .img-wrapper .img-trans-thumbnail {
    max-height: unset;
  }
  .view-resource-latest .title-resources-list-wrapper {
    margin-bottom: 15px;
  }
}

.view-eyecare-resource .js-pager__items {
  text-align: center;
  display: block;
  background-color: #3b3532;
}
.view-eyecare-resource .js-pager__items a{
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #939598;
  padding: 12px 10px;
  width: 100%;
}
.view-display-id-video_list_full .resource-item .ttl-card-news {
  font-size: 1.75rem;
}
.view-display-id-video_list_full .resource-item {
  margin-bottom: 30px;
}
.view-display-id-podcast_list_block {
  margin-top: 40px;
}
.view-display-id-podcast_latest_block,
.view-display-id-video_latest_block {
  background: #1F1A18;
  padding: 15px;
}
.view-display-id-postcast_latest_block .title-resources-list-wrapper .title-resources,
.view-display-id-video_latest_block .title-resources-list-wrapper .title-resources {
  font-size: 25px;
}
.resource-latest-list-block h3.ttl-card-news a,
.resource-latest-list-block h3.ttl-card-news{
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: white;
  line-height: 170%;
}
.resource-latest-list-block .tag {
  text-transform: uppercase;
  font-weight: bold;
  color: #F69D27;
  margin-right: 5px;
}
.resource-latest-list-block .img-wrapper img.icon-type {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-latest-list-block .img-wrapper .media-duration {
  position: absolute;
  bottom: 3px;
  color: white;
  margin: 0;
  background: black;
  right: 0;
}
.resource-latest-list-block .latest-item-row {
  padding: 15px 0;
  border-bottom: 1px solid #5E5E5E;
}
.resource-latest-list-block .latest-item-row:first-of-type {
  padding-top: 0;
}
.resource-latest-list-block .latest-item-row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.resource-latest-list-block .col-right {
  display: flex;
  flex-direction: column;
}
.resource-latest-list-block .col-right .ttl-card-news {
  flex: 1;
}

@media screen and (max-width: 576px) {
  .resource-item .img-wrapper .img-trans-thumbnail {
    max-height: 212px;
  }
}
.sp-only {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .banner-child h1.ttl-line span {
    max-width: none!important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block!important;
  }
  .pc-only {
    display: none!important;
  }
  .banner-child.banner-child-sp {
    height: 100%;
    max-height: none;
    position: relative;
    padding: 0;
  }
  .banner-child.banner-child-sp h1.ttl-line {
    position: absolute;
    bottom: 7%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-child.banner-child-sp h1.ttl-line span {
    max-width: 214px!important;
  }
}

