@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-bg: #F2FAFF;
  --section-heading: #005EAD;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 34, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 41, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 47, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 53, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 62, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 69, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 79, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 88, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 92, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 96, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 100, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* ----HERO SECTION CSS STARTS---- */
/* line 110, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-hero-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
}

/* line 120, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-hero-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: auto;
  background-image: url(/assets/home_images/PressRelease_TitelBg_01-e760c6c868596be4c1b7f2ee444ab1e39d09396e9ef83c07f62aa2d80be275c8.png);
  background-position: center;
  background-size: cover;
}

/* line 132, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-hero-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
}

/* line 142, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-hero-heading-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

/* line 150, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-title-description {
  display: flex;
  justify-content: flex-start;
}

/* line 155, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-title-description p {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* ----LIST SECTION CSS---- */
/* line 165, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 100px 0px;
}

/* line 173, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-container {
  display: flex;
  justify-content: center;
  /* need to add in MQ */
  flex-direction: column;
  height: auto;
  width: 90%;
}

/* line 182, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-inner-cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 190, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-right-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  /* background-color: var(--light-gray); */
}

/* line 201, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-left-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  gap: 20px;
  position: sticky;
  top: 100px;
}

/* line 211, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.related-report-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: fit-content;
  border: 1.5px solid var(--input-border-gray);
  border-radius: 12px;
  margin-bottom: 20px;
  gap: 14px;
  overflow: hidden;
}

/* line 224, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-related-report-section-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--light-gray);
  padding: 8px 0px 8px 0px;
  border-bottom: 1.5px solid var(--input-border-gray);
}

/* line 233, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-related-report-section-heading h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 241, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-related-report-list-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 20px;
  row-gap: 20px;
  width: 100%;
  row-gap: 30px;
  padding: 10px 10px 10px 10px;
}

/* line 253, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-related-report-card {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-start;
  /* text-align: center; */
  gap: 14px;
}

/* line 261, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-info-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 18px;
}

/* line 269, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-related-repor-cover-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 62px;
  max-height: 62px;
  /* width: 20%; */
  aspect-ratio: 16 / 16;
  /* height: 62px; */
  background-image: url(/assets/home_images/Related_Report_Profile_Image_01-3af28d952cd4abde3bc0861f3eacbdef8c929ff4d59e86226974622c4b1b8311.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: noto sans;
  font-size: 2rem;
  color: var(--white);
  border-radius: 6px;
}

/* line 288, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-certificates-cont {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* line 296, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.certificate-section-heading h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--section-dark-bg);
  margin: 0px 0px 0px 0px;
}

/* line 304, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.certificate-01 {
  display: flex;
  width: 100%;
  height: 80px;
  background-image: url(/assets/home_images/ESOMAR_logo_01-fcba2a275841420fa49f3c9d3629617cb21bdf173e23166bfc2b8906d78281de.png);
  background-position: left center;
  background-size: 70%;
  background-repeat: no-repeat;
}

/* line 314, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.certificate-02 {
  display: flex;
  width: 100%;
  height: 80px;
  background-image: url(/assets/home_images/ISOCertification_Logos_01-abcb20f8163d0ea3b7da9f54a4b5638c9668218368943970c275d698a2485676.png);
  background-position: left center;
  background-size: 70%;
  background-repeat: no-repeat;
}

/* line 324, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-smallcard-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  /* width: 100%; */
  /* height: 490px; */
  padding: 20px 20px 20px 20px;
  gap: 10px;
}

/* line 336, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-datestamp {
  display: flex;
  width: 100%;
}

/* line 341, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-datestamp h3 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 349, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 355, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-title h2 {
  font-family: noto sans;
  font-size: 1.3rem;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 362, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  border-bottom: 1px solid var(--underline-gray);
  gap: 10px;
  padding-bottom: 8px;
}

/* line 372, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.related-report-title a {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}

/* line 382, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.related-report-date {
  display: flex;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--input-border-gray);
}

/* line 390, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.related-report-title a:hover {
  color: var(--primary);
}

/* line 394, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-read-link a {
  font-family: noto sans;
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
}

/* line 401, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-read-link a:hover {
  text-decoration: underline;
}

/* line 405, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-cover-image-02 {
  background-image: url(/assets/home_images/Press_Release_CoverImg_02-79fe4cfb3b1f070f2f505e3529a2ea5ed6070c5acd5f7d77bdca225f81053670.png);
}

/* line 409, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-small-card-cover-image-03 {
  background-image: url(/assets/home_images/Press_Release_CoverImg_03-6b1f615686ee87d990058d63024f6e80ea4dc1b72a37f52d4beb039454245396.png);
}

/* line 413, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-card-left-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 490px;
  padding: 20px 20px 20px 20px;
  gap: 10px;
}

/* line 424, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-row-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  gap: 20px;
}

/* line 434, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-row {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--white);
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px; */
  gap: 20px;
}

/* line 445, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-row-cover-image {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

/* line 458, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-row-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  /* width: 100%; */
  /* height: 490px; */
  padding: 20px 20px 20px 0px;
  gap: 10px;
  border-bottom: 1px solid var(--input-border-gray);
}

/* line 471, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-info-datestamp {
  display: flex;
  width: 100%;
}

/* line 476, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-info-datestamp h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 483, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-info-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
}

/* line 492, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-rel-info-title h2 {
  font-family: noto sans;
  font-size: 1.6rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 500, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-description {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

/* line 507, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-description p {
  font-family: noto sans;
  font-size: 1.1rem;
  line-height: 30px;
  color: var(--secondary);
}

/* line 514, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-description-bold {
  display: flex;
  width: 100%;
}

/* line 519, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-description-bold p {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
  color: var(--secondary);
}

/* line 527, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.section-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 0px;
  gap: 10px;
}

/* line 535, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.section-heading h2 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--section-heading);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 545, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.sec-cont-pointers {
  display: flex;
}

/* line 549, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.sec-cont-pointers ul {
  list-style-type: disc;
  padding: 0px 20px 0px 40px;
}

/* line 554, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.sec-cont-pointers ul li {
  margin: 0px 0px 10px 0px;
  font-family: noto sans;
  font-size: 1.1rem;
  color: var(--secondary);
  margin: 0px 0px 8px 0px;
}

/* line 562, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-link-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* line 570, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-link-cont h3 {
  font-family: noto sans;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--secondary);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px !important;
}

/* line 579, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-link-cont a {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--section-heading);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 589, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-imp-info-cont {
  display: flex;
  flex-direction: column;
  background-color: var(--section-bg);
  padding: 10px 10px 10px 10px;
  gap: 30px;
}

/* line 597, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-imp-info-cont p {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--secondary);
}

/* line 604, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.imp-info {
  display: flex;
}

/* line 608, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-info-action-btn-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 614, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-action-btns {
  display: flex;
  gap: 20px;
}

/* line 619, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-request-btn {
  display: flex;
}

/* line 623, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.request-btn {
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 20px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
}

/* line 639, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.request-btn:hover {
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
}

/* line 643, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-buy-now-btn {
  display: flex;
}

/* line 647, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.buy-now-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #f2f2f2 0%, white 100%);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  border-radius: 20px;
  padding: 0px 45px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
}

/* line 668, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.cart-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 674, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.buy-now-btn:hover {
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
}

/* line 679, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.buy-now-btn:hover .cart-icon {
  fill: var(--white);
}

/* line 683, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.report-info {
  display: flex;
  gap: 10px;
}

/* line 688, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.repo-label {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 696, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.repo-info-01, .repo-info-02 {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--secondary);
}

/* line 703, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
.press-detls-right-cont h3 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1550px) {
  /* line 715, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-hero-inner-section {
    width: 90%;
  }
  /* line 719, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-container {
    width: 90%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 726, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-hero-inner-section {
    width: 95%;
  }
  /* line 730, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-container {
    width: 95%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 736, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  /* line 740, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 0.9rem;
  }
  /* line 743, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumbs-cont {
    width: 95%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 750, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-container {
    width: 95%;
  }
  /* line 754, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-rel-middle {
    width: 100%;
  }
}

@media only screen and (max-width: 1174px) {
  /* line 761, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-left-cont {
    width: 33%;
  }
  /* line 765, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .report-info-action-btn-cont {
    flex-wrap: wrap;
    gap: 16px;
  }
  /* line 770, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .report-link-cont {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 776, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 780, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
  /* line 784, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-wrapper {
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 60px 0px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 792, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-inner-cont {
    flex-direction: column;
  }
  /* line 796, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-left-cont {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 802, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .related-report-cont {
    width: 60%;
  }
  /* line 806, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-certificates-cont {
    width: 60%;
    align-items: center;
  }
  /* line 811, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .certificate-01, .certificate-02 {
    background-size: 60%;
    background-position: center;
  }
}

@media only screen and (max-width: 800px) {
  /* line 819, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
  /* line 823, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-rel-info-card-wrapper {
    flex-direction: column;
  }
  /* line 827, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-right-cont {
    width: 100%;
  }
  /* line 831, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-related-repor-cover-image {
    width: 20%;
  }
  /* line 835, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-rel-small-card-description {
    height: auto;
  }
}

@media only screen and (max-width: 650px) {
  /* line 844, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .related-report-cont {
    width: 70%;
  }
  /* line 848, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-certificates-cont {
    width: 70%;
  }
  /* line 852, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-related-repor-cover-image {
    width: 24%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 861, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-container {
    width: 92%;
  }
  /* line 865, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .related-report-cont {
    width: 90%;
  }
  /* line 869, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-certificates-cont {
    width: 90%;
  }
  /* line 873, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .press-detls-right-cont {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 882, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .report-action-btns {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 440px) {
  /* line 889, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .request-btn, .buy-now-btn {
    font-size: 1.3rem;
  }
  /* line 892, app/assets/stylesheets/press-release/press-releases-details-content-style-01.scss */
  .report-action-btns {
    margin: 0 auto;
    display: block;
  }
}
