.ftn-offers-table-centered {
	text-align: center;
}

.ftn-offers-table { width:100%; border-collapse:separate; border-spacing:0; border:1px solid #e2e8f0; border-radius:12px; background:#fff; overflow:hidden; }
.ftn-offers-table th,.ftn-offers-table td { padding:.8rem; border-bottom:1px solid #e2e8f0; text-align:left; vertical-align:middle; }
.ftn-offers-table th { background:#f8fafc; font-size:.82rem; text-transform:uppercase; letter-spacing:.03em; }
.ftn-offers-table tr:last-child td { border-bottom:0; }
#ftn-contact-modal { position:fixed; inset:0; z-index:100000; align-items:center; justify-content:center; padding:1rem; background:rgba(15,23,42,.62); }
#ftn-contact-modal.is-open { display:flex; }
#ftn-contact-modal .ftn-modal-inner { position:relative; width:min(560px,100%); max-height:85vh; overflow:auto; padding:1.5rem; border-radius:14px; background:#fff; box-shadow:0 24px 70px rgba(0,0,0,.3); }
#ftn-contact-modal .ftn-modal-close { position:absolute; top:.5rem; right:.5rem; min-width:40px; min-height:40px; border:0; border-radius:50%; background:#f1f5f9; font-size:1.6rem; cursor:pointer; }

.ftn-contact-content[hidden],
#ftn-contact-modal[hidden] {
	display: none !important;
}
@media(max-width:760px){.ftn-offers-table{display:block;overflow-x:auto;white-space:nowrap}.ftn-offers-table th,.ftn-offers-table td{padding:.65rem}}
