/* ==========================================================================
   FOOTER GLOBAL - ENERGY MONEY BOX
   ========================================================================== */

.footer-separator {
    border: 0;
    border-top: 1px solid #ebdcb9;
    margin-top: auto; /* Împinge footer-ul automat în josul paginii */
    margin-bottom: 20px;
    width: 100%;
}

footer {
    text-align: center;
    font-size: 13px;
    color: #999999;
    padding-bottom: 20px;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer a {
    color: #dca134;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

footer a:hover {
    text-decoration: underline;
    color: #be8723;
}