/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.hover-text .full {
  display: none;
}
.hover-text .short {
  display: inline;
}
.hover-text:hover .full {
  display: inline;
}
.hover-text:hover .short {
  display: none;
}

.t-Footer-apex {
    line-height: 2rem;
    text-align: center;
}