/* Hub de cotización anciliares */
.anc-hub-hero {
    margin-bottom: 2rem;
}

.anc-product-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
    margin-bottom: 2.5rem;
}

.anc-product-card {
    background: var(--mc-surface, #fff);
    border: 1px solid var(--mc-border, #d6dee8);
    border-radius: var(--mc-radius-lg, 12px);
    padding: 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    box-shadow: 0 1px 3px rgba(0, 40, 80, .06);
}

.anc-product-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.25;
    color: var(--brand-dark, #205493);
}

.anc-product-short {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--mc-text-muted, #4a5568);
    flex: 1 1 auto;
}

.anc-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.anc-product-ref {
    font-size: .875rem;
    color: var(--brand, #0071bc);
    text-decoration: underline;
    margin-left: .25rem;
}

.anc-hub-disclaimer {
    margin-top: 1rem;
}

.anc-hub-contact {
    margin-top: 1rem;
}

.term-help-wrap {
    white-space: normal;
}

.term-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-left: .15rem;
    padding: 0;
    border: 1px solid var(--brand, #0071bc);
    border-radius: 50%;
    background: var(--brand-soft, #e8f1fb);
    color: var(--brand-dark, #205493);
    font-size: .75rem;
    font-weight: 800;
    cursor: pointer;
    vertical-align: middle;
}

.term-help-btn:hover,
.term-help-btn:focus {
    background: var(--brand, #0071bc);
    color: #fff;
}
