pre code.hljs {
    font: 16px / 22px var(--font-din-regular);
    color: var(--Grey-Scale-50);
    padding: 0.3em;
    max-width: 100%;
}

.ypfcom__panels-cards-list-text-content .lineamientos-content-editor {
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 100%;
}

.ypfcom__panels-cards-list-text-content .content-editor {
    border-top: 0px;
    padding-top: 0px;
}

.ypfcom__panels-cards-list-text-content .content-editor p {
    margin-block-end: unset;
    color: var(--Grey-Scale-900);
}

.ypfcom__panels-cards-list-text-content .content-editor ul {
    list-style-type: disc !important;
    color: var(--Grey-Scale-900);
    text-align: left;
    font: 16px/22px var(--font-din-regular);
    letter-spacing: 0px;
}

.ypfcom__panels-cards-list-text-content .content-editor li { 
  margin-bottom: 8px;
}

.image-gallery .image-gallery__grid::before {
  background-image: url(../images/galeria/circulo-raya.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - -123px) -33px;
  background-size: 243px;
  overflow: hidden;        
}

/* #region UPSTREAM */ 

.image-gallery[data-gallery-label="Upstream"] .image-gallery__grid::before{
  content: "Upstream";  
  background-image: url(../images/galeria/circulo-raya.svg);               
}

/* #endregion UPSTREAM */ 

/* #region DOWNSTREAM */ 

.image-gallery[data-gallery-label="Downstream"] .image-gallery__grid::before{
  content: "Downstream";  
  background-image: url(../images/galeria/circulo-raya.svg);               
}

/* #endregion DOWNSTREAM */ 

/* #region Gas y Energía */ 

.image-gallery[data-gallery-label="Gas y energía"] .image-gallery__grid::before{
  content: "Gas y Energía";         
}

/* #endregion Gas y Energía */ 

/* #region Productos y servicios */ 

.image-gallery[data-gallery-label="Productos y servicios"] .image-gallery__grid::before{
  content: "Productos y servicios"; 
  background-image: url(../images/galeria/circulo-raya.svg);                
}

/* #endregion Productos y servicios */ 
