/* ============================================================
   footer.css  –  Pie de página global GoCode
   ============================================================ */

/* Pie de página fijo al borde inferior */
.app-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.68rem;
    color: #8a9a9a;
    background: #ffffff;
    border-top: 1px solid #e4ecec;
    letter-spacing: 0.025em;
}

/* Evitar que el contenido quede tapado por el footer */
.main-content {
    padding-bottom: 40px;
}
