.es-page-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.success-download-container {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: start;
  width: 100%;
  max-width: none !important;
}

/* Article header styles */
.es-article-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 20px; */
}


.es-pdf-download {
  border: 1px solid #ccc;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}

/* Main image */
.es-hero-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Tag styles */
.es-tags {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.es-tag {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}

/* Content styles */
.es-article-heading {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: normal;
}

.es-section-heading {
  font-size: 20px;
  margin: 30px 0 15px;
  font-weight: normal;
}

.es-section-subheading {
  font-size: 18px;
  margin: 25px 0 15px;
  font-weight: normal;
}

/* Checklist styles */
.es-checklist-section {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
}

.es-checklist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.es-checklist-item:last-child {
  border-bottom: none;
}

.es-checklist-text {
  flex: 1;
}

.es-checkmark {
  color: #3b756d;
  font-size: 24px;
  margin-left: 15px;
}

/* Diagram styles */
.es-diagram {
  width: 100%;
  margin: 30px 0;
}

.es-diagram-caption {
  font-style: italic;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
}

/* Table styles */
.es-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.es-table-header {
  background-color: #f0f0f0;
  text-align: center;
  padding: 10px;
}

.es-table-cell {
  padding: 8px;
  border: 1px solid #ddd;
}

.es-green-cell {
  background-color: #e6f0ed;
}

.es-pink-cell {
  background-color: #f9e6e6;
}

.es-performance-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.es-performance-header {
  background-color: #3b756d;
  color: white;
  text-align: center;
  padding: 10px;
}

.es-requirements-header {
  background-color: #c64b72;
  color: white;
  text-align: center;
  padding: 10px;
}

.es-gold-header {
  background-color: #c1a661;
  color: white;
  text-align: center;
  padding: 10px;
}

/* ESG diagram styles */
.es-esg-diagram {
  width: 100%;
  margin: 30px 0;
}

.es-esg-header {
  background-color: #e5758a;
  color: white;
  text-align: center;
  padding: 10px;
}

.es-esg-section {
  background-color: #e0e0e0;
  padding: 15px;
  text-align: center;
  margin-bottom: 5px;
}

.es-esg-categories {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.es-esg-category {
  flex: 1;
  padding: 10px;
  text-align: center;
}

.es-esg-e {
  background-color: #3b756d;
  color: white;
}

.es-esg-s {
  background-color: #c1a661;
  color: white;
}

.es-esg-g {
  background-color: #c68b72;
  color: white;
}

/* Process diagram styles */
.es-process-diagram {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
}

.es-process-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.es-process-circle {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.es-process-step {
  width: 120px;
  height: 60px;
  background-color: #c8dcd6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}

.es-process-icon {
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 20px;
  color: #666;
}

.es-process-result {
  background-color: #f4ecd5;
  padding: 15px;
  border-radius: 5px;
  max-width: 80%;
  margin: 0 auto;
}

/* Viewpoint box */
.es-viewpoint {
  background-color: #8b7e57;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Image container for relative positioning */
.es-image-container {
  position: relative;
  margin-bottom: 30px;
}

.es-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.es-full-width-image {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.publication-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #CAA260;
  color: white;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 400;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Ensure image containers are positioned relatively for absolute tag positioning */
.es-image-container {
  position: relative;
}

/* Content block layout (image + 2 column text) */
.content-block {
  margin-bottom: 50px;
}

/* Reduce margin for short layout */
.es-layout-short .content-block {
  margin-bottom: 0;
}

.text-columns {
  column-count: 2;
  column-gap: 60px;
  column-rule: 1px solid #eee;
  text-align: justify;
  line-height: 1.8;
  font-size: 16px;
}

/* Short layout: force single column and remove divider line */
.es-layout-short .text-columns {
  column-count: 1;
  column-gap: 0;
  column-rule: none;
}

.text-columns p,
.text-columns h2,
.text-columns h3 {
  break-inside: avoid;
  margin-bottom: 1.5em;
}

/* Long layout: fade last lines and center bottom CTA */
.es-layout-long .es-article-column.with-fade { position: relative; }
.es-layout-long .es-article-column.with-fade .es-long-content { padding-bottom: 50px; }
.es-layout-long .es-article-column.with-fade:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  height: 600px;
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0) 0%, 
    rgba(255,255,255,0.1) 10%, 
    rgba(255,255,255,0.2) 20%, 
    rgba(255,255,255,0.4) 35%, 
    rgba(255,255,255,0.6) 55%, 
    rgba(255,255,255,0.8) 80%, 
    rgba(255,255,255,1) 100%);
  pointer-events: none;
}
.es-layout-long .es-bottom-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  z-index: 10;
}

/* None layout: no fade effect */
.es-layout-none .es-article-column {
  position: relative;
}
.es-layout-none .es-article-column .es-long-content { 
  padding-bottom: 20px; 
}
.es-layout-none .es-bottom-cta {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .es-page-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .text-columns {
    column-count: 1;
    column-gap: 0;
    column-rule: none;
  }
}

/* .es-conclusion-box {
  border: 2px solid #c1a661;
  padding: 40px;
  margin: 50px 0;
  background-color: #fff;
} */

.es-conclusion-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.es-conclusion-text {
  column-count: 1;
  column-gap: 40px;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.es-conclusion-text p {
  break-inside: avoid;
  margin-bottom: 1em;
}

.section-nav {
  position: fixed;
  right: 50px;
  top: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
  border: 1px solid #CAA260;
  padding: 15px;
  background-color: white;
}

.section-nav a {
  font-size: 14px;
  color: #8b7e57;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid #CAA260;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.section-nav a:hover {
  background-color: #f7f3e9;
}

.es-scroll-nav {
  width: 240px;
  background-color: #f7f8f8;
  border: 1px solid #c1a661;
  padding: 20px;
  margin-top: 32px;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.es-scroll-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.es-scroll-nav li {
  margin-bottom: 15px;
}

.es-scroll-nav a {
  text-decoration: none;
  color: #0b1d31;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.es-scroll-nav a:hover {
  color: #c1a661;
}

.es-scroll-nav a.active {
  color: #c1a661;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .success-download-container {
    grid-template-columns: 1fr;
    padding: 0;
    align-items: start !important;
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .es-scroll-nav {
    display: none;
  }
  .es-page-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Optional: hide on small screens */
@media (max-width: 991px) {
  .section-nav {
    display: none;
  }
}


@media (max-width: 991px) {
  .es-conclusion-text {
    column-count: 1;
  }
}

@media (max-width: 991px) {
  .text-columns {
    column-count: 1;
    column-gap: 0;
    column-rule: none;
  }

  .es-article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}


