/* W2W Movie scoped typography and shared styles */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700;800&family=Barlow:wght@400&display=swap');

@font-face {
  font-family: 'W2W Branding';
  src: url('../font/W2WFONTBRANDING-bold.ttf') format('truetype');
  font-display: swap;
}

.w2w-movie-app,
.w2w-movie-component {
  font-family: 'Barlow', sans-serif;
  color: #454444;
}

.w2w-movie-app h1,
.w2w-movie-app h2,
.w2w-movie-app h3,
.w2w-movie-app h4,
.w2w-movie-app h5,
.w2w-movie-app h6,
.w2w-movie-component h1,
.w2w-movie-component h2,
.w2w-movie-component h3,
.w2w-movie-component h4,
.w2w-movie-component h5,
.w2w-movie-component h6 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  margin: 0;
  color: #454444;
}

.w2w-movie-app h1,
.w2w-movie-component h1 {
  line-height: 50px;
  font-size: 36px;
}

.w2w-movie-app h2,
.w2w-movie-component h2 {
  line-height: 44px;
  font-size: 32px;
}

.w2w-movie-app h3,
.w2w-movie-component h3 {
  line-height: 40px;
  font-size: 28px;
}

.w2w-movie-app h4,
.w2w-movie-component h4 {
  line-height: 36px;
  font-size: 24px;
}

.w2w-movie-app h5,
.w2w-movie-component h5 {
  line-height: 28px;
  font-size: 18px;
}

.w2w-movie-app h6,
.w2w-movie-component h6 {
  line-height: 24px;
  font-size: 14px;
}

.w2w-movie-app p,
.w2w-movie-app li,
.w2w-movie-component p,
.w2w-movie-component li {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 18px;
  color: #454444;
}

.w2w-movie-app p,
.w2w-movie-component p {
  margin: 4px 0 16px;
}

.w2w-movie-app a:hover,
.w2w-movie-component a:hover {
  color: #FF8A00;
}

.w2w-movie-app .wp-block-image img,
.w2w-movie-component .wp-block-image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 4px 0 0;
  display: block;
}

.w2w-movie-app .wp-block-image :where(figcaption),
.w2w-movie-component .wp-block-image :where(figcaption) {
  font-size: 15px;
  margin-bottom: 10px;
}

.w2w-movie-app h2.thay-the-h6,
.w2w-movie-component h2.thay-the-h6 {
  line-height: 24px;
  font-size: 14px;
}

.w2w-movie-app h2.thay-the-h5,
.w2w-movie-component h2.thay-the-h5 {
  line-height: 28px;
  font-size: 18px;
}

.w2w-movie-app .term-phim-large,
.w2w-movie-component .term-phim-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.w2w-movie-app .term-phim-medium,
.w2w-movie-component .term-phim-medium {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.w2w-movie-app .term-phim-small,
.w2w-movie-component .term-phim-small {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.w2w-movie-app .term-phim-large a,
.w2w-movie-app .term-phim-medium a,
.w2w-movie-app .term-phim-small a,
.w2w-movie-component .term-phim-large a,
.w2w-movie-component .term-phim-medium a,
.w2w-movie-component .term-phim-small a {
  color: #B75200;
}

.w2w-movie-app .block-title,
.w2w-movie-component .block-title {
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  color: #454444;
  position: relative;
  display: inline-block;
  margin: 24px 0 16px;
}

.w2w-movie-app .block-title::after,
.w2w-movie-component .block-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 32px;
  height: 4px;
  background-color: #FF8A00;
  border-radius: 2px;
}

.w2w-movie-layout {
  width: 100%;
}

.w2w-movie-layout__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .w2w-movie-app h1,
  .w2w-movie-component h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .w2w-movie-app h2,
  .w2w-movie-component h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .w2w-movie-app h3,
  .w2w-movie-component h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .w2w-movie-app h4,
  .w2w-movie-component h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .w2w-movie-app h5,
  .w2w-movie-component h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .w2w-movie-app p,
  .w2w-movie-app li,
  .w2w-movie-component p,
  .w2w-movie-component li {
    font-size: 16px;
    line-height: 26px;
  }

  .w2w-movie-app .block-title,
  .w2w-movie-component .block-title {
    font-size: 16px;
    line-height: 30px;
  }
}
