/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 00:25:44 */
/* Borde superior para contenedor navideño */
.borde-superior-navidad {
    position: relative;
    overflow: visible;
}

.borde-superior-navidad::before {
    content: "";
    position: absolute;
    top: -25px; /* separa el borde hacia arriba */
    left: 0;
    width: 100%;
    height: 34px; /* ajusta el alto del borde */
    background-image: url("https://navidad.allofpan.com/wp-content/uploads/2025/12/cinta-azul-horizontal-hacia-arriba.png");
    background-repeat: repeat-x; /* se repite horizontalmente como franja */
    background-size: auto 100%; /* mantiene la textura sin deformar */
    z-index: 10;
    pointer-events: none;
}

.ml {
  float: right;
  font-weight: bold;
}
