/* Business News page CSS. */

/* Legacy business notice board */

/* 5-1 Business news */

.page-content .business-news-intro {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 24px;
}

.page-content .business-news-intro h2 {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
}

.page-content .business-news-intro p {
  margin: 0;
  color: #334;
  line-height: 1.9;
}

.page-content .business-news-board {
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.page-content .business-news-board__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.page-content .business-news-board__filter {
  padding: 10px 18px;
  border: 1px solid #4a78b4;
  color: #4a78b4;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.page-content .business-news-board__filter:hover,
.page-content .business-news-board__filter.is-active {
  background: #4a78b4;
  color: #fff;
}

.page-content .business-news-board__list {
  display: grid;
  gap: 16px;
}

.page-content .business-news-board__item {
  border: 1px solid #d0deef;
  border-radius: 10px;
  padding: 20px 22px;
  background: #fff;
}

.page-content .business-news-board__item.is-placeholder {
  border-style: dashed;
  background: #f8fbff;
}

.page-content .business-news-board__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #555;
  font-size: 14px;
}

.page-content .business-news-board__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #4a78b4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.page-content .business-news-board__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}

.page-content .business-news-board__title a {
  color: #111;
  text-decoration: none;
}

.page-content .business-news-board__title a:hover {
  color: #2f5f9f;
}

.page-content .business-news-board__excerpt {
  margin: 0;
  color: #3d4450;
  line-height: 1.8;
}

@media (max-width: 880px) {
  .page-content .business-news-intro {
      padding-top: 30px;
  
  }

  .page-content .business-news-intro h2 {
      font-size: 24px;
  
  }

  .page-content .business-news-board {
      margin-bottom: 50px;
  
  }

  .page-content .business-news-board__item {
      padding: 16px;
  
  }

  .page-content .business-news-board__title {
      font-size: 18px;
  
  }
}

body:is(.page-id-220, .page-id-118) .page-content .news-pdf-item h2 {
  font-weight: 900 !important;
  font-variation-settings: "wght" 900;
}

.news-pdf-filter {
  position: relative;
  z-index: 0;
  width: min(calc(100% - 80px), 1160px);
  max-width: 1160px;
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 3px solid #0079c4;
  background: #ffffff;
}

.news-pdf-filter::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -76px;
  bottom: -60px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #dcecf3;
}

.news-pdf-filter a {
  position: relative;
  min-height: 66px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 3px solid #0079c4;
  color: #0079c4;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.news-pdf-filter a:last-child {
  border-right: 0;
}

.news-pdf-filter a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 73%, rgba(0, 126, 200, 0.13) 73% 100%);
  pointer-events: none;
}

.news-pdf-filter a.is-current {
  background: #0079c4;
  color: #ffffff;
}

.news-pdf-list {
  width: min(calc(100% - 80px), 1160px);
  max-width: 1160px;
  margin: 150px auto 0;
}

.news-pdf-item {
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  column-gap: 42px;
  padding: 56px 0 55px;
  border-top: 3px solid #0079c4;
}

.news-pdf-item:last-child {
  border-bottom: 3px solid #0079c4;
}

.news-pdf-item__image {
  width: 460px;
  aspect-ratio: 1.67 / 1;
  margin: 0;
  overflow: hidden;
  background: #d7d7d7;
}

.news-pdf-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-pdf-item__body {
  min-width: 0;
}

.news-pdf-item__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  column-gap: 30px;
  align-items: start;
  padding-bottom: 39px;
  border-bottom: 2px solid #0079c4;
}

.news-pdf-item time {
  display: block;
  margin: 0 0 6px;
  color: #0079c4;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.news-pdf-item h2 {
  margin: 0;
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0.01em;
}

.news-pdf-item__head > span {
  min-height: 56px;
  padding: 8px 8px;
  display: grid;
  place-items: center;
  border: 2px solid #0079c4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  color: #0079c4;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.news-pdf-item p {
  margin: 22px 0 0;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.news-pdf-button {
  width: 126px;
  min-height: 34px;
  margin: 18px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0079c4;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.news-pdf-pagination {
  width: min(calc(100% - 80px), 1160px);
  max-width: 1160px;
  margin: 82px auto 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  color: #707070;
  font-size: 17px;
  font-weight: 400;
}

.news-pdf-pagination a {
  color: #0079c4;
  font-size: 44px;
  line-height: 1;
  text-decoration: none;
}

.news-pdf-pagination strong {
  color: #000000;
  font-weight: 900;
}

@media (max-width: 1023px) {
  .news-pdf-filter {
      width: min(calc(100% - 32px), 720px);
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 54px;
  
  }

  .news-pdf-filter a {
      min-height: 58px;
      font-size: 20px;
      border-bottom: 3px solid #0079c4;
  
  }

  .news-pdf-filter a:nth-child(even) {
      border-right: 0;
  
  }

  .news-pdf-filter a:nth-last-child(-n + 2) {
      border-bottom: 0;
  
  }

  .news-pdf-list,
  .news-pdf-pagination {
      width: min(calc(100% - 32px), 720px);
  
  }

  .news-pdf-item {
      grid-template-columns: 1fr;
      row-gap: 28px;
  
  }

  .news-pdf-item__image {
      width: 100%;
  
  }
}

body.page-id-220 .page-content .news-pdf-hero {
  background-position: center 49%;
}

body.page-id-220 .page-content .news-pdf-hero__en {
  bottom: -9px;
}

body.page-id-220 .page-content .news-pdf-list {
  position: relative;
  width: 1160px;
  max-width: calc(100% - 80px);
  margin: 100px auto 0;
  border-top: 2px solid var(--news-pdf-blue);
}

body.page-id-220 .page-content .news-pdf-item {
  position: relative;
  grid-template-columns: 520px minmax(0, 1fr);
  column-gap: 100px;
  min-height: 386px;
  padding: 73px 0 72px;
  border-top: 0;
  border-bottom: 2px solid var(--news-pdf-blue);
}

body.page-id-220 .page-content .news-pdf-item::before {
  content: "";
  position: absolute;
  top: 73px;
  left: 0;
  width: 12px;
  height: calc(100% - 147px);
  min-height: 340px;
  background: var(--news-pdf-blue);
}

body.page-id-220 .page-content .news-pdf-item__image {
  width: 420px;
  height: 290px;
  margin: 0 0 0 62px;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

body.page-id-220 .page-content .news-pdf-item__image--wide {
  width: 500px;
  height: 345px;
  margin-top: 0;
  margin-left: 28px;
}

body.page-id-220 .page-content .news-pdf-item__image--certificate {
  width: 260px;
  height: 340px;
  margin-top: 0;
  margin-left: 156px;
}

body.page-id-220 .page-content .news-pdf-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-id-220 .page-content .news-pdf-item__body {
  padding-top: 0;
}

body.page-id-220 .page-content .news-pdf-item__head {
  position: relative;
  display: block;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--news-pdf-blue);
}

body.page-id-220 .page-content .news-pdf-item time {
  margin-bottom: 17px;
  color: var(--news-pdf-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

body.page-id-220 .page-content .news-pdf-item h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 900 !important;
  line-height: 1.34;
  letter-spacing: 0.01em;
}

body.page-id-220 .page-content .news-pdf-item__head > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
  min-height: 70px;
  padding: 8px 10px 8px 22px;
  border: 2px solid var(--news-pdf-blue);
  color: var(--news-pdf-blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

body.page-id-220 .page-content .news-pdf-item p {
  margin-top: 22px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
}

body.page-id-220 .page-content .news-pdf-item p + p {
  margin-top: 10px;
}

body:is(.page-id-220, .page-id-118) .page-content .news-pdf-button {
  width: 126px;
  min-height: 34px;
  background: var(--news-pdf-blue);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

body.page-id-220 .page-content .news-pdf-button {
  width: 158px;
  min-height: 45px;
  margin-top: 8px;
  font-size: 20px;
}

body.page-id-220 .page-content .news-pdf-pagination {
  width: 1160px;
  max-width: calc(100% - 80px);
  margin: 100px auto;
  gap: 58px;
  padding-top: 20px;
  border-top: 3px solid var(--news-pdf-blue);
  color: #6d6d6d;
  font-size: 18px;
}

body.page-id-220 .page-content .news-pdf-pagination a {
  color: var(--news-pdf-blue);
  font-size: 22px;
  font-weight: 900;
}

body.page-id-220 .page-content .news-pdf-pagination strong {
  color: #000000;
  font-weight: 900;
}

@media (max-width: 1023px) {
  body.page-id-220 .page-content .news-pdf-list,
  body.page-id-220 .page-content .news-pdf-pagination {
      width: min(calc(100% - 32px), 720px);
      max-width: 720px;
  
  }

  body.page-id-220 .page-content .news-pdf-item {
      grid-template-columns: 1fr;
      row-gap: 28px;
      padding: 48px 0;
  
  }

  body.page-id-220 .page-content .news-pdf-item::before {
      top: 48px;
      height: calc(100% - 96px);
  
  }

  body.page-id-220 .page-content .news-pdf-item__image,
  body.page-id-220 .page-content .news-pdf-item__image--wide,
  body.page-id-220 .page-content .news-pdf-item__image--certificate {
      width: min(100% - 48px, 420px);
      height: auto;
      aspect-ratio: 1.45 / 1;
      margin: 0 auto;
  
  }

  body.page-id-220 .page-content .news-pdf-item__image--certificate {
      aspect-ratio: 0.75 / 1;
  
  }

  body.page-id-220 .page-content .news-pdf-item__body {
      padding: 0 18px 0 24px;
  
  }

  body.page-id-220 .page-content .news-pdf-item__head {
      grid-template-columns: 1fr;
      row-gap: 16px;
  
  }

  body.page-id-220 .page-content .news-pdf-item h2 {
      font-size: 24px;
  
  }
}

body.page-id-220 .page-content .news-pdf-item__head > span {
  width: 150px;
  min-height: 76px;
  padding: 8px 12px 8px 30px;
  display: grid;
  place-items: center;
  border: 2px solid var(--news-pdf-blue, #0079c4);
  background: var(--news-pdf-pale, #dcecf3);
  color: var(--news-pdf-blue, #0079c4);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28px 100%);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body.page-id-220 .page-content .news-pdf-item__head > span {
      position: static;
      width: 132px;
      min-height: 66px;
      margin-top: 16px;
      padding-left: 26px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%);
      font-size: 22px;
  
  }
}

/* Header menu hero baseline: match /products/. */
body.page-id-220 .page-content {
  padding-top: var(--header-h, 110px) !important;
}

body.page-id-220 .page-content .news-pdf-hero {
  width: 100% !important;
  height: 385px !important;
  min-height: 385px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.page-id-220 .page-content .news-pdf-hero__label {
  position: absolute !important;
  top: 45.5% !important;
  left: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  color: #ffffff !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
  text-align: center !important;
}

body.page-id-220 .page-content .news-pdf-hero__en {
  left: auto !important;
  right: max(40px, calc(((100vw - var(--sbw, 0px)) - 1160px) / 2)) !important;
  bottom: 0 !important;
  margin: 0 !important;
  transform: translateY(25%) !important;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: clamp(78px, 8.2vw, 130px) !important;
  line-height: 0.82 !important;
  white-space: nowrap !important;
}

@media (max-width: 1023px) {
  body.page-id-220 .page-content .news-pdf-hero {
    height: 170px !important;
    min-height: 170px !important;
  }

  body.page-id-220 .page-content .news-pdf-hero__label {
    font-size: 26px !important;
  }

  body.page-id-220 .page-content .news-pdf-hero__en {
    right: 20px !important;
    font-size: clamp(48px, 13vw, 82px) !important;
  }
}

/* Business news hero title: match company overview typography. */
body.page-id-220 .page-content .news-pdf-hero__label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.06em !important;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  text-align: center !important;
  white-space: nowrap !important;
  pointer-events: none;
}

/* Business news category badge: CSS recreation of supplied SVG. */
body.page-id-220 .page-content .news-pdf-item__head > span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 134px;
  height: 69px;
  min-height: 0;
  padding: 0 9px 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
  clip-path: none !important;
  color: #0079c4;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.07em;
  text-align: center;
  box-sizing: border-box;
  isolation: isolate;
}

body.page-id-220 .page-content .news-pdf-item__head > span::before,
body.page-id-220 .page-content .news-pdf-item__head > span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.page-id-220 .page-content .news-pdf-item__head > span::before {
  inset: 0;
  z-index: -2;
  background: #0079c4;
  clip-path: polygon(0.53% 0.72%, 99.63% 0.72%, 99.63% 99.28%, 18.55% 99.28%);
}

body.page-id-220 .page-content .news-pdf-item__head > span::after {
  inset: 1px;
  z-index: -1;
  background: #dbebf1;
  clip-path: polygon(0.53% 0.72%, 99.63% 0.72%, 99.63% 99.28%, 18.55% 99.28%);
}

/* Business news list typography: supplied 2026-06-20 spec. */
body.page-id-220 .page-content .news-pdf-list,
body.page-id-220 .page-content .news-pdf-pagination {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
}

body.page-id-220 .page-content .news-pdf-list :is(time, h2, p, a, span),
body.page-id-220 .page-content .news-pdf-pagination :is(a, span, strong) {
  text-shadow: none !important;
}

body.page-id-220 .page-content .news-pdf-item time {
  color: #0079c4 !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
}

body.page-id-220 .page-content .news-pdf-item__head > span {
  width: 142px;
  height: 69px;
  min-height: 0;
  padding: 0 8px 0 30px;
  color: #0079c4 !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 25.36px !important;
  letter-spacing: 0.07em !important;
  white-space: nowrap;
}

body.page-id-220 .page-content .news-pdf-item h2 {
  color: #000000 !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  line-height: 47px !important;
  letter-spacing: 0.04em !important;
}

body.page-id-220 .page-content .news-pdf-title-pc-ja {
  display: none !important;
}

@media (min-width: 881px) {
  body:not(.language-page-body).page-id-220 .page-content .news-pdf-title-default {
    display: none !important;
  }

  body:not(.language-page-body).page-id-220 .page-content .news-pdf-title-pc-ja {
    display: inline !important;
  }
}

body.page-id-220 .page-content .news-pdf-item p {
  color: #000000 !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  letter-spacing: 0.04em !important;
}

body.page-id-220 .page-content .news-pdf-button {
  color: #ffffff !important;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

body.page-id-220 .page-content .news-pdf-pagination span,
body.page-id-220 .page-content .news-pdf-pagination strong,
body.page-id-220 .page-content .news-pdf-pagination a:not([aria-label]) {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
}

body.page-id-220 .page-content .news-pdf-pagination span,
body.page-id-220 .page-content .news-pdf-pagination a:not([aria-label]) {
  color: #929292 !important;
}

body.page-id-220 .page-content .news-pdf-pagination strong {
  color: #000000 !important;
}

/* EN SP: keep the hero title inside the viewport. */
@media (max-width: 880px) {
  body.language-page-body--en.page-id-220 .page-content .news-pdf-hero__label {
    width: min(calc(100% - 32px), 360px) !important;
    max-width: calc(100% - 32px) !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(24px, 7vw, 28px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;
  }
}

/* SP Japanese business news only. */
@media (max-width: 880px) {
  body:not(.language-page-body).page-id-220 .page-content .news-pdf-item h2 {
    font-size: 24.8px !important;
    line-height: 37.6px !important;
  }

  body:not(.language-page-body).page-id-220 .page-content .news-pdf-item__image,
  body:not(.language-page-body).page-id-220 .page-content .news-pdf-item__image--wide,
  body:not(.language-page-body).page-id-220 .page-content .news-pdf-item__image--certificate {
    width: min(100% - 48px, 420px) !important;
    height: auto !important;
    aspect-ratio: 1.45 / 1 !important;
    margin: 0 auto !important;
  }

  body:not(.language-page-body).page-id-220 .page-content .news-pdf-item p {
    text-align: justify !important;
    text-align-last: left;
    text-justify: inter-character;
  }
}

/* JP SP only: replace the business news page hero image. */
@media (max-width: 880px) {
  body.page-id-220:not(.language-page-body--en):not(.language-page-body--zh) .page-content .news-pdf-hero {
    --news-hero-image: url("../../img/news-260529/business-news-hero-sp-20260623.jpg") !important;
    background:
      linear-gradient(rgba(0, 118, 150, 0.54), rgba(0, 118, 150, 0.54)),
      url("../../img/news-260529/business-news-hero-sp-20260623.jpg") center center / cover no-repeat !important;
  }
}

/* JP SP only: reduce the business news card heading size by 5%. */
@media (max-width: 880px) {
  body.page-id-220:not(.language-page-body--en):not(.language-page-body--zh) .page-content .news-pdf-item h2 {
    font-size: 23.56px !important;
  }
}

/* JP SP only: match the business news hero title size to the company overview hero. */
@media (max-width: 880px) {
  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-220 .page-content .news-pdf-hero__label {
    font-size: clamp(24px, 6vw, 35px) !important;
  }
}

/* SP only: align hero height to /products/ and use the JP hero image across languages. */
@media (max-width: 880px) {
  body.page-id-220 .page-content .news-pdf-hero {
    --news-hero-image: url("../../img/news-260529/business-news-hero-sp-20260623.jpg") !important;
    height: 170px !important;
    min-height: 170px !important;
    background:
      linear-gradient(rgba(0, 118, 150, 0.54), rgba(0, 118, 150, 0.54)),
      url("../../img/news-260529/business-news-hero-sp-20260623.jpg") center center / cover no-repeat !important;
  }
}

/* JP SP only: tighten the hero-to-list spacing and set news body text. */
@media (max-width: 880px) {
  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-220 .page-content .news-pdf-list {
    margin-top: 50px !important;
  }

  body:not(.language-page-body):not(.language-page-body--en):not(.language-page-body--zh).page-id-220 .page-content .news-pdf-item p {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}
