/* Copyright (c) 2026 Atellagent, Inc. All rights reserved. */
.integrations-page .marketing-detail-hero { max-width: 55rem; }
.integration-coverage { overflow-x: auto; border: 1px solid var(--marketing-border); border-radius: 0.9rem; background: rgba(255,255,255,.72); }
.integration-coverage table { width: 100%; min-width: 720px; border-collapse: collapse; }
.integration-coverage th, .integration-coverage td { padding: 1rem; vertical-align: top; border-bottom: 1px solid var(--marketing-border); color: var(--marketing-copy); }
.integration-coverage th { background: rgba(30,100,200,.06); color: var(--marketing-text-strong); text-align: left; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.integration-coverage tr:last-child td { border-bottom: 0; }
.integration-note { margin: .9rem 0 0; color: var(--marketing-muted); font-size: .92rem; }
