/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
.custom-opcorner-footer {
    background-color: #e8f5e9; /* Verde suave/claro (Soft Mint / Light Green) */
    color: #2e4d38;             /* Texto en tono verde oscuro/grisáceo para excelente contraste y legibilidad */
    text-align: center;
    padding: 30px 15px;
    border-top: 1px solid #c8e6c9; /* Borde superior sutil */
    font-family: inherit;
    line-height: 1.6;
}

.custom-opcorner-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-opcorner-footer .footer-line {
    margin: 4px 0;
    font-size: 0.95rem;
}

.custom-opcorner-footer .company-name {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.custom-opcorner-footer .contact-info a {
    color: #1b5e20;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-opcorner-footer .contact-info a:hover {
    color: #0d3810;
    text-decoration: underline;
}

.custom-opcorner-footer .copyright {
    font-size: 0.85rem;
    color: #4f6f59;
    margin-top: 8px;
}