.facturas-container {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.facturas-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.facturas-list {
    list-style: none;
    padding: 0;
}

.facturas-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facturas-list li:last-child {
    border-bottom: none;
}

.factura-link {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.factura-link:hover {
    text-decoration: underline;
}

.lgcookieslaw-account-button img {
    max-width: 15px;
}