/**
 * Trust CoA — layout and spacing only. Fonts and colors match the design HTML
 * (DM Sans, Playfair Display, palette #042C53, #0C447C, #378ADD, etc.).
 */

.tc-footer-divider {
	width: 1px;
	height: 32px;
	background: #b5d4f4;
	flex-shrink: 0;
}

.tc-link-pill a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 6px;
	padding: 10px 28px;
	font-weight: 700;
	border: 1.5px solid #85b7eb;
	background: #fff;
	color: #0c447c;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.tc-link-pill a:hover {
	background: #042c53;
	color: #fff;
	border-color: #042c53;
}

.tc-home-hero .wp-block-columns {
	gap: 4rem;
}

@media (max-width: 781px) {
	.tc-home-hero .wp-block-columns {
		flex-direction: column;
		gap: 2rem;
	}

	.tc-home-hero .wp-block-column {
		flex-basis: 100% !important;
	}
}

.wp-block-table.is-style-trustcoa-coa table {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table.is-style-trustcoa-coa td {
	padding: 0.35rem 0.25rem;
	vertical-align: middle;
	border: none;
}

.wp-block-table.is-style-trustcoa-coa td:first-child {
	font-family: monospace;
	font-size: 12px;
	color: #378add;
	font-weight: 500;
	width: 3rem;
}

.wp-block-table.is-style-trustcoa-coa td:last-child {
	font-size: 11px;
	color: #5f5e5a;
	background: #f1efe8;
	border-radius: 3px;
	padding: 2px 6px;
	width: auto;
	text-align: center;
}

@media (max-width: 781px) {
	.tc-guides-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 781px) {
	.tc-nas-grid {
		flex-direction: column;
	}

	.tc-nas-grid .wp-block-column {
		flex-basis: 100% !important;
	}
}

.tc-form-card input:focus,
.tc-form-card select:focus,
.tc-form-card button:focus {
	outline: 2px solid #378add;
	outline-offset: 1px;
}

.has-sand-background-color .wp-block-button__link.is-style-outline {
	border-width: 1.5px;
	border-color: #85b7eb;
	color: #0c447c;
	background: transparent;
}

.has-sand-background-color .wp-block-button__link.is-style-outline:hover {
	background: #0c447c;
	color: #fff;
	border-color: #0c447c;
}

.tc-pill-dark {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
