.news-single {
  background: #fff;
  color: #161616;
  font-family: var(--site-font-body, "Roboto", "Poppins", "Helvetica Neue", Arial, sans-serif);
}

.news-single *,
.news-single *::before,
.news-single *::after {
  box-sizing: border-box;
}

.news-single .container {
  width: min(85%, 1920px);
  margin-right: auto;
  margin-left: auto;
}

.news-single-section {
  padding: clamp(36px, 4vw, 58px) 0 clamp(64px, 6vw, 96px);
  background:
    radial-gradient(circle at 16% 6%, rgba(239, 75, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfbfb 0, #fff 280px);
}

.news-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: clamp(34px, 4vw, 56px);
  align-items: start;
}

.news-single-article {
  min-width: 0;
  animation: news-single-fade-up 0.65s ease both;
}

.news-single-header {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 34px);
  align-items: center;
  margin-bottom: 28px;
}

.news-single-date {
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 36px rgba(20, 20, 20, 0.1);
}

.news-single-date strong,
.news-single-date span {
  display: block;
  background: #ef4b00;
  color: #fff;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-weight: 800;
  line-height: 1;
}

.news-single-date strong {
  padding-top: 14px;
  font-size: 32px;
}

.news-single-date span {
  padding: 3px 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.news-single-date em {
  display: block;
  padding: 15px 0;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.news-single-heading h1 {
  max-width: 1040px;
  margin: 0 0 20px;
  color: #141414;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: clamp(24px, 3.1vw, 24px);
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: 0;
}

.news-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  color: #6f7478;
  font-size: 14px;
}

.news-single-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news-single-meta .dashicons {
  width: 17px;
  height: 17px;
  color: #ef4b00;
  font-size: 17px;
}

.news-single-cover {
  margin: 0 0 26px;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f4f5;
  box-shadow: 0 20px 48px rgba(14, 20, 26, 0.1);
}

.news-single-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1.82;
  object-fit: cover;
}

.news-single-content {
  color: #34383c;
  font-size: 16px;
  line-height: 1.88;
}

.news-single-content p {
  margin: 0 0 22px;
}

.news-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.news-single-content h2,
.news-single-content h3,
.news-single-content h4 {
  margin: 34px 0 16px;
  color: #111;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  line-height: 1.25;
}

.news-product-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: clamp(26px, 3vw, 40px);
  overflow: hidden;
  border-radius: 6px;
  background:
    linear-gradient(115deg, #fff 0, #fff 55%, rgba(239, 75, 0, 0.06) 55%, rgba(239, 75, 0, 0.18) 100%);
  box-shadow: inset 0 0 0 1px #ececec;
}

.news-product-banner h2 {
  margin: 0 0 4px;
  color: #ef4b00;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.15;
}

.news-product-banner p {
  margin: 0 0 14px;
  color: #ef4b00;
  font-size: 18px;
  font-weight: 700;
}

.news-product-banner span {
  display: block;
  max-width: 480px;
  color: #3a3a3a;
  line-height: 1.6;
}

.news-product-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 22px;
  border-radius: 5px;
  background: #ef4b00;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.news-product-banner a:hover,
.news-product-banner a:focus-visible {
  background: #151515;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(239, 75, 0, 0.22);
}

.news-product-banner img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.news-share-panel,
.news-post-navigation,
.news-sidebar-panel {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
}

.news-share-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 20px 28px;
}

.news-share-panel h2 {
  margin: 0;
  color: #151515;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: 16px;
  text-transform: uppercase;
}

.news-share-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.news-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.news-share-link:hover,
.news-share-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(20, 20, 20, 0.18);
}

.news-share-link--facebook {
  background: #315da8;
}

.news-share-link--linkedin {
  background: #0a76b7;
}

.news-share-link--twitter {
  background: #1d9bd7;
}

.news-share-link--email {
  background: #ef4b00;
}

.news-share-link .dashicons {
  width: 17px;
  height: 17px;
  font-size: 17px;
}

.news-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
}

.news-post-navigation__item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  color: #151515;
  text-decoration: none;
  transition: background-color 0.22s ease;
}

.news-post-navigation__item--next {
  grid-template-columns: minmax(0, 1fr) 74px;
  border-left: 1px solid #e8e8e8;
  text-align: right;
}

.news-post-navigation__item:hover,
.news-post-navigation__item:focus-visible {
  background: #fafafa;
}

.news-post-navigation__label {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #151515;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-post-navigation__item--next .news-post-navigation__label {
  justify-content: flex-end;
}

.news-post-navigation__label .dashicons {
  width: 15px;
  height: 15px;
  color: #ef4b00;
  font-size: 15px;
  transition: transform 0.22s ease;
}

.news-post-navigation__item--previous:hover .news-post-navigation__label .dashicons,
.news-post-navigation__item--previous:focus-visible .news-post-navigation__label .dashicons {
  transform: translateX(-2px);
}

.news-post-navigation__item--next:hover .news-post-navigation__label .dashicons,
.news-post-navigation__item--next:focus-visible .news-post-navigation__label .dashicons {
  transform: translateX(2px);
}

.news-post-navigation__item img {
  width: 74px;
  height: 62px;
  border-radius: 4px;
  object-fit: cover;
  background: #f2f2f2;
}

.news-post-navigation__item strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-single-sidebar {
  display: grid;
  gap: 24px;
  animation: news-single-fade-up 0.65s ease 0.12s both;
}

.news-sidebar-panel {
  overflow: hidden;
}

.news-sidebar-panel h2 {
  position: relative;
  margin: 0;
  padding: 17px 22px 15px;
  color: #151515;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-sidebar-panel h2::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: #ef4b00;
  transform: translateY(-50%);
}

.news-company-panel h2 {
  background: #ef4b00;
  color: #fff;
}

.news-company-panel h2::before {
  background: #fff;
}

.news-company-panel p {
  margin: 0;
  padding: 22px 24px 6px;
  color: #5c6268;
  line-height: 1.75;
}

.news-company-panel ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 22px 28px 28px;
  list-style: none;
}

.news-company-panel li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
}

.news-company-panel .dashicons {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  color: #ef4b00;
  font-size: 30px;
}

.news-company-panel strong {
  color: #ef4b00;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: 18px;
}

.news-company-panel em {
  color: #353a3f;
  font-style: normal;
  font-size: 14px;
}

.news-related-products__list {
  display: grid;
  gap: 16px;
  padding: 4px 22px 20px;
}

.news-related-product {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #151515;
  text-decoration: none;
}

.news-related-product img {
  width: 84px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover;
  background: #f2f2f2;
}

.news-related-product span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.news-related-product strong {
  display: -webkit-box;
  overflow: hidden;
  color: #111;
  font-size: 14px;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.22s ease;
}

.news-related-product em {
  color: #777;
  font-style: normal;
  font-size: 13px;
}

.news-related-product b {
  color: #ef4b00;
  font-size: 13px;
}

.news-related-product:hover strong,
.news-related-product:focus-visible strong {
  color: #ef4b00;
}

.news-related-products__all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 22px 22px;
  border-radius: 6px;
  background: #ef4b00;
  color: #fff;
  font-family: var(--site-font-primary, "Poppins", sans-serif);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.news-related-products__all:hover,
.news-related-products__all:focus-visible {
  background: #151515;
  transform: translateY(-2px);
}

.news-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 4px 22px 24px;
}

.news-industry-grid a {
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.news-industry-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: 5px;
  object-fit: cover;
  background: #f2f2f2;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.news-industry-grid span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
}

.news-industry-grid a:hover img,
.news-industry-grid a:focus-visible img {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(20, 20, 20, 0.14);
}

@keyframes news-single-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1120px) {
  .news-single-layout {
    grid-template-columns: 1fr;
  }

  .news-single-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-company-panel {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 760px) {
  .news-single .container {
    width: min(92%, 680px);
  }

  .news-single-section {
    padding: 24px 0 54px;
  }

  .news-single-layout {
    gap: 28px;
  }

  .news-single-header {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 20px;
  }

  .news-single-heading h1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.34;
  }

  .news-single-date strong {
    padding-top: 11px;
    font-size: 26px;
  }

  .news-single-date span {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .news-single-date em {
    padding: 12px 0;
    font-size: 15px;
  }

  .news-single-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 13px;
  }

  .news-single-cover img {
    aspect-ratio: 1.35;
  }

  .news-single-content {
    font-size: 15px;
    line-height: 1.78;
  }

  .news-single-content p {
    margin-bottom: 18px;
  }

  .news-product-banner {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
    padding: 22px;
  }

  .news-product-banner h2 {
    font-size: 23px;
  }

  .news-product-banner p {
    font-size: 16px;
  }

  .news-product-banner img {
    max-height: 170px;
  }

  .news-share-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    padding: 18px;
  }

  .news-share-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .news-share-link {
    width: 36px;
    height: 36px;
  }

  .news-post-navigation,
  .news-single-sidebar {
    grid-template-columns: 1fr;
  }

  .news-post-navigation__item--next {
    border-top: 1px solid #e8e8e8;
    border-left: 0;
  }

  .news-sidebar-panel h2 {
    padding: 15px 20px 13px;
    font-size: 16px;
  }

  .news-company-panel p,
  .news-company-panel ul,
  .news-related-products__list,
  .news-industry-grid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 520px) {
  .news-single-header {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
  }

  .news-single-date {
    width: 60px;
  }

  .news-single-date strong {
    font-size: 23px;
  }

  .news-single-date em {
    font-size: 13px;
  }

  .news-single-heading h1 {
    font-size: 21px;
  }

  .news-single-cover {
    margin-bottom: 20px;
  }

  .news-post-navigation__item,
  .news-post-navigation__item--next {
    grid-template-columns: 70px minmax(0, 1fr);
    text-align: left;
  }

  .news-post-navigation__item--next {
    grid-template-columns: minmax(0, 1fr) 70px;
    text-align: right;
  }

  .news-post-navigation__item img {
    width: 70px;
    height: 58px;
  }

  .news-post-navigation__item--next .news-post-navigation__label {
    justify-content: flex-end;
  }

  .news-related-product {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .news-related-product img {
    width: 74px;
    height: 62px;
  }

  .news-industry-grid {
    gap: 14px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-single-article,
  .news-single-sidebar {
    animation: none;
  }

  .news-product-banner a,
  .news-share-link,
  .news-related-products__all,
  .news-industry-grid img {
    transition: none;
  }
}
