  .margin-adjust {
  margin-top: -1.875rem;
}
@media only screen and (max-width: 1199px) {
  .margin-adjust {
    margin-top: -0.625rem;
  }
}

/*-----------Image container-----------*/

.WC-Image-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.WC-Image-picture {
  display: block;
  width: 100%;
}

.WC-Image-picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 1024px) {
  .WC-Image-container {
    aspect-ratio: 1 / 1;
    max-width: 1200px; /* Optional: max width for large screens */
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .WC-Image-container {
    aspect-ratio: 16 / 9;
  }
  .WC-Image-picture img {
    position: static;
    transform: none;
    min-width: auto;
    min-height: auto;
  }
}

@media (max-width: 766px) {
  .WC-Image-container {
    aspect-ratio: 16 / 9;
  }
  .WC-Image-picture img {
    position: static;
    transform: none;
    min-width: auto;
    min-height: auto;
  }
}


/*-----------Link list-----------*/ 
.WC-link-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 599px) {
  .WC-link-list {
    gap: 2.5rem;
  }
}



/*-----------Feature box L-----------*/ 
.cta-white {
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border: solid 2px #fff;
  border-radius: 2rem;
  background-color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.cta-white:hover {
  background-color: #fff;
  color: #000;
}

.CB2-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align left container to the start */
  align-items: flex-start; /* Aligns to top of wrapper */
  /*background-color: #f4f4f4;  Background color for wrapper */
  padding-bottom: 7rem;
  min-height: 44rem;
}

.CB2-white-container {
  position: relative;
  margin-top: -40rem;
  margin-right: auto;
  top: 7rem;
  width: 55%; /* 80% of the viewport width */
  padding: 4rem; /* Padding for text area */
  background-color: #ffffff; /* White background */
  flex-shrink: 0; /* Prevents the container from shrinking */
  z-index: 3; /* Bring this container above the new container */
}

.CB2-image-container {
  position: relative;
  top: 2rem; /* Fixed offset from the top of the wrapper */
  right: 2rem; /* Align to the right edge of the viewport */
  height: 40rem; /* Limit the height */
  width: 65%; /* 65% of the viewport width */
  /*background: url('/__data/assets/css_file/0017/292130/?a=268072') no-repeat center center;*/
  background-size: cover;
  z-index: 1; /* Bring this container on top of the left container */
  margin-left: auto;
}

.text-area {
  max-width: 600px; /* Optional: set max-width for text area */
}

.CB2-color-1-container {
  position: absolute;
  width: 25rem;
  height: 25rem;
  background-color: #fcd500;
  top: 0rem;
  right: 0rem;
  z-index: 0;
}
.CB2-color-2-container {
  position: absolute;
  width: 30%;
  height: 2rem;
  background-color: #b27f00;
  top: 42rem;
  right: calc(22%);
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .CB2-white-container {
    padding: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  .CB2-wrapper {
    padding-bottom: 0;
    min-height: 0;
  }
  .CB2-image-container {
    top: 1rem;
    right: 1rem;
    height: 12rem;
    width: calc(100% + 1rem);
  }
  .CB2-white-container {
    margin-top: 0;
    margin-right: 0;
    top: 2rem;
    width: 100%;
    padding: 2rem 0;
  }
  .CB2-color-1-container {
    width: 18rem;
    height: 10rem;
    top: 0rem;
    right: -1rem;
  }
  .CB2-color-2-container {
    display: none;
  }
  .CB2-button {
    text-align: center;
  }

  .h3mt {
    margin-top: 0;
  }
}



/*-----------Stats-----------*/ 
.Heading1 {
  font-size: 28px;
  line-height: 41px;
  font-weight: bold;
  margin: 0 auto;
}
.ResultBlock {
  display: flex;
  flex-direction: column;
  width: 33.33333333333333333333%;
}
.RBTitle {
  margin: 0 auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  color: #ffffff;
  min-height: 29px;
}
.RBFigure {
  margin: 4px auto 0 auto;
  font-size: 48px;
  line-height: 69px;
  font-weight: bold;
  color: #fff;
  min-height: 29px;
}
.RBDetail {
  margin: 0 auto;
  font-size: 16px;
  line-height: 23px;
  color: #bdbdbd;
}
@media only screen and (max-width: 1199px) {
  .ResultBlock {
    display: flex;
    flex-direction: column;
  }

  #OPTitle {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .ResultBlock {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .ResultBlock {
    width: 100%;
  }
}

/*-----------Show more-----------*/
      /* Initially hide the content */ .note-content {
  color: #fff;
  text-align: left;
  padding: 1rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 10px;
  transition: max-height 0.5s ease, opacity 0.3s ease;
} /* Style the "Show More" link */
.show-more {
  color: white;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}





/*-----------News card-----------*/

.WC-complex-related-wrapper {
  width: 100%;
  height: 354px;
  position: relative;
  cursor: pointer;
  overflow: hidden; /* Added to contain absolutely positioned children */
}

.WC-complex-related-wrapper:hover .WC-complex-related-title {
  opacity: 0;
}

.WC-complex-related-wrapper:hover .WC-complex-related-title-back {
  opacity: 1;
  height: calc(100% - 2rem);
  visibility: visible; 
}

.WC-complex-related-wrapper img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0px;
}

/* Make the outer link cover everything */
.WC-complex-related-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  text-decoration: none;
}

.WC-complex-related-title {
  opacity: 1;
  z-index: 19;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0.5rem;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.WC-complex-related-title, .WC-complex-related-title-back {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  background-color: #fff;
  border-radius: 0;
  transition: all 0.3s ease; 
}

.WC-complex-related-title-back {
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 1.5rem 1rem 0 1rem;
  z-index: 20;
  border-radius: 0;
  height: 50%;
}


.WC-complex-related-type {
  display: none;
  font-size: 16px;
  padding-top: 1rem;
  color: #0f61fd;
  text-align: center;
}

.WC-complex-related-readmore {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: calc(100% - 2rem);
}

.WC-complex-related-readmore a {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.WC-complex-related-readmore a:hover {
  text-decoration: underline;
}



/*-----------3 column container-----------*/
.focus-main-container {
    display: flex;
    flex-direction: column;
    /*gap: 2rem;*/
}

/* Second container nested flex */
.focus-nested-container {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
}

/* Nested items */
.focus-nested-item {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Divider line */
.focus-divider {
    position: absolute;
    background-color: #E7E7E7;
}

/* Vertical line for desktop */
.focus-vertical-divider {
    width: 1px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.focus-horizontal-divider {
    border: 0;
    border-top: 1px solid #E7E7E7;
    margin: 1em 0;
}
        
.p2{padding:0 2rem;}
.p10{padding: 0 2rem;text-align:center;}


@media (max-width: 768px) {
    .focus-nested-container {
        flex-direction: column;
        align-items: center;
        gap:3rem;
    }
    
    .focus-vertical-divider {
        display: none;
    }

}

@media (min-width: 769px) {
    .focus-vertical-divider {display: block;}
}

@media only screen and (max-width: 1199px) {
    .p2{padding: 0;}
    .p10{padding: 0;}
}   

@media only screen and (max-width: 599px) {
    .p2{font-weight: 400; padding:0;}
    .p10{padding: 0 2rem;}
    .WC-complex-related-type {display: block!important;}
    .WC-complex-related-title {padding: 1.5rem 0.5rem 1rem 0.5rem;}
}

/*-----------Archive-----------*/
.ArchiveBlock {
  display: flex;
  flex-direction: column;
  width: calc(25% - 36px);
  margin-right: 48px;
  background-color: #fff;
  margin-bottom: 32px;
}

.ArchiveBlock:nth-child(4n) {
  display: flex;
  flex-direction: column;
  width: calc(25% - 36px);
  margin-right: 0;
  background-color: #fff;
  margin-bottom: 32px;
}

.ArchiveYear {
  margin: 24px auto;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  width: fit-content;
}

.ArchiveDL {
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  flex-direction: row;
  color: #000;
}

.ArchiveDL:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  color: #000;
}

.ArchiveDLText {
  margin: 24px auto 24px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.idIcn {
  width: 32px;
  height: 32px;
  margin: 16px;
}

.icnReport {
  background: url("https://www.woodplc.com/__data/assets/file/0023/225176/Report_Dark.svg");
}

.icnReport:hover {
  background: url("https://www.woodplc.com/__data/assets/file/0022/225175/Report_Action.svg");
  cursor: pointer;
}

input[type="radio"] {
  accent-color: black;
}

.ArchiveHeadingLine {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
}

.ArchiveHeading {
  width: 50%;
  margin: 0;
}

.ArchiveSwitch {
  width: 50%;
  text-align: right;
}

.unbolden {
  font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {
  .ArchiveBlock,
  .ArchiveBlock:nth-child(4n) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .ArchiveHeadingLine {
    flex-direction: column;
  }

  .ArchiveHeading,
  .ArchiveSwitch {
    width: 100%;
    text-align: left;
  }

  .ArchiveSwitch {
    margin-top: 16px;
    font-size: 0.8em;
  }
}


/*-----------Custom lightbox-----------*/
body.lightbox-open {
    overflow: hidden;
}

.WC-custom-lightbox { 
    position: fixed; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.8); 
    display: none; 
    justify-content: center; 
    align-items: center; 
}

.lightbox-content {
    background: white; 
    padding: 2rem; 
    border-radius: 8px; 
    text-align: center;
}



    
    
#file-list {
    display: flex;
    flex-direction: row;  /* Stack buttons vertically */
    gap: 15px;               /* Adds space between the buttons */
}
    
@media only screen and (max-width: 599px) 
{  
   .lightbox-content {
        width: 100%;
        margin: 1rem;
    }
    #file-list{
        flex-direction: column;
    }
}


