.updates-container {
    height: 100%; /* Altura fija para la caja */
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: squad-bold;
}

.line {
    opacity: 0.15;
    transition: opacity 0.5s, transform 0.5s;
    position: absolute;
    width: 100%;
    text-align: center;

}

.line.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.line.previous {
    transform: translateY(-100%);
}

.line.next {
    transform: translateY(100%);
}

/* Div Box */
.border-container {
    width: 100%;
    max-width: 500px;
}

.bordered-div {
    border-bottom: 2px solid white;
    width: 100%;
    transition: width 0.1s linear;
}
/*
     FILE ARCHIVED ON 10:30:55 Jan 26, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:07:58 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.576
  exclusion.robots: 0.072
  exclusion.robots.policy: 0.058
  esindex: 0.012
  cdx.remote: 35.991
  LoadShardBlock: 161.0 (3)
  PetaboxLoader3.datanode: 233.574 (4)
  load_resource: 143.46
  PetaboxLoader3.resolve: 68.989
*/