.release-notes .content-details{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.release-notes .content-info,
.release-notes .highlight-section,
.release-notes .content-info .data_section,
.release-notes .filter-section .right-section .version{
  display: none;
}

.release-notes .content-info.active,
.release-notes .highlight-section.active,
.release-notes .filter-section .right-section .version.active{
  display: block;
}
.release-notes .filter-section .right-section .version{
  font-size: 14px;
  opacity: .7;
  pointer-events: none;
}
.release-notes .content-info.active .data_section.active{
  display: flex;
}
.release-notes .data_section .image{
  padding-top: 20px;
  max-width: 500px;
}

.release-notes .data_section .image img{
  width: 100%;
  border-radius: 20px;
}

.release-notes .content-details.details_heading{
  padding-bottom: 15px;
}
.release-notes .content-details .component_Text,
.release-notes .content-details .update_type{
  width: 20%;
}

.release-notes .content-details .details {
  width: 60%;
}

.release-notes .content-details .details, 
.release-notes .content-details .update_type,
.release-notes .content-details .component_Text {
  padding: 0 15px;
}
.release-notes .details_heading .component_Text, 
.release-notes .details_heading .update_type,
.release-notes .details_heading .details {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: normal;
}
.release-notes .filter-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.release-notes .filter-section .left-section {
  width: 180px;
}

.release-notes .filter-section .left-section select {
  background: #FCDDCB;
  border-radius: 15px;
  font-weight: 600;
  color: #000;
}
.release-notes .filter-section .right-section select {
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: normal;
  background-image: none !important;
  padding: 0 10px;
  appearance: auto !important;
  text-transform: capitalize;
  width: 220px!important;
}
.release-notes .filter-section .left-section select,
.release-notes .filter-section .right-section select{
  appearance: none;
  background-position-x: 85%;
  background-position-y: center;
  background-repeat: no-repeat; 
  background-image: url('https://143839174.fs1.hubspotusercontent-eu1.net/hubfs/143839174/AI-Generated%20Media/drop-down.svg');
}
.release-notes .filter-section .right-section {
  display: flex;
  gap: 30px;
}
.release-notes .no-found .reset span {
  background: #fcddcb;
  padding: 10px 20px;
  display: inline-flex;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 15px;
}
.release-notes .highlight-section {
  line-height: 0;
  padding: 20px 0 30px;
}
.release-notes .highlight-section .highlight-info:last-child {
  padding: 0;
}
.release-notes .highlight-section .highlight-info {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  padding-bottom: 40px;
  align-items: center;
}
.release-notes .highlight-section .heading {
  padding: 20px 0;
}

.release-notes .highlight-section .heading h4 {
  margin: 0;
}

.release-notes .highlight-section .highlight-info .left-image,
.release-notes .highlight-section .highlight-info .right_text {
  flex: 1;
}

.release-notes .highlight-section .highlight-info img {
  width: 100%;
  border-radius: 32px;
}

.release-notes  .highlight-info .right_text p {
  font-size: 16px;
}
.release-notes .no-found .reset {
  padding-top: 30px;
}
.release-notes .no-found.active {
  display: block !important;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  color: #000;
}
.release-notes .content-details.data_section .title,
.release-notes .content-details.data_section .title,
.release-notes .content-details.data_section .title {
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .release-notes .filter-section .left-section select  { 
    background-position-x: 95%; 
  }
  .release-notes .highlight-section .highlight-info .left-image,
  .release-notes .highlight-section .highlight-info .right_text {
    flex: unset;
    width: 100%;
  }
  .release-notes .highlight-section .highlight-info img {
    border-radius: 10px; 
  }
  .release-notes .highlight-section .highlight-info {
    gap: 0;
    padding-bottom: 30px;
    row-gap: 20px;
  }
  .release-notes .filter-section .right-section select {  
    border: 1px solid #f2f2f2;
    background-position-x: 95%; 
    padding: 10px;
    appearance: none !important; 
    background-image: url('https://143839174.fs1.hubspotusercontent-eu1.net/hubfs/143839174/AI-Generated%20Media/drop-down.svg') !important; 
    width: 100% !important;
  }
  .release-notes .content-details.details_heading { 
    display: none;
  }
  .release-notes .content-details.data_section .title,
  .release-notes .content-details.data_section .title,
  .release-notes .content-details.data_section .title {
    display: block;
  }
  .release-notes .content-details { 
    row-gap: 30px; 
  }
  .release-notes .filter-section,
  .release-notes .filter-section .right-section{ 
    flex-wrap: wrap; 
    gap: 20px;
  }
  .release-notes .filter-section .right-section,
  .release-notes .filter-section .right-section .component_text-section,
  .release-notes .filter-section .left-section,
  .release-notes .content-details .component_Text,
  .release-notes .content-details .update_type,
  .release-notes .content-details .details,
  .release-notes .filter-section .right-section .update_type_section {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .release-notes .filter-section .right-section { 
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }
  .release-notes .highlight-section .highlight-info { 
    gap: 50px;
    padding-bottom: 30px;
}
  .release-notes .filter-section { 
    flex-wrap: wrap;
    row-gap: 21px; 
  }
  .release-notes .filter-section .right-section select {  
    border: 1px solid #f2f2f2;
    background-position-x: 95%; 
    padding: 10px;
    appearance: none !important; 
    background-image: url('https://143839174.fs1.hubspotusercontent-eu1.net/hubfs/143839174/AI-Generated%20Media/drop-down.svg') !important; 
  }

}
@media only screen and (min-width: 1025px) and (max-width: 1280px) { 
  .release-notes .highlight-section .highlight-info { 
    gap: 70px;
}