/* acres-pdf.css — Acres Inmobiliaria, Cayambe */

/* ---- Botón ficha individual ---- */
.acres-pdf-wrapper {
    margin: 20px 0;
    text-align: center;
}

.acres-btn-pdf-individual {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #14509A;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(20,80,154,0.3);
    transition: background 0.2s, transform 0.1s;
    font-family: inherit;
}

.acres-btn-pdf-individual:hover {
    background: #0e3a73;
    transform: translateY(-1px);
}

.acres-btn-pdf-individual:disabled {
    background: #7a9ec4;
    cursor: not-allowed;
    transform: none;
}

/* ---- Botón listado ---- */
.acres-btn-pdf-listado {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F0821E;
    color: #fff;
    border: none;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(240,130,30,0.3);
    transition: background 0.2s, transform 0.1s;
    font-family: inherit;
    margin: 10px 0;
}

.acres-btn-pdf-listado:hover {
    background: #c96910;
    transform: translateY(-1px);
}

.acres-btn-pdf-listado:disabled {
    background: #e0a877;
    cursor: not-allowed;
    transform: none;
}
