/* Tamilcube Resources — Quotes module (overrides on core) */

.tc-app--quotes .tc-grid {
	columns: 3 320px;
}

/* Decorative opening-quote glyph above the quote text. */
.tc-app--quotes .tc-card__quote-mark {
	font-family: var(--tc-font-serif);
	font-size: 2.6rem;
	line-height: 0;
	color: color-mix(in srgb, var(--tc-accent) 45%, transparent);
	display: block;
	height: 14px;
}

/* Attribution / author. */
.tc-app--quotes .tc-card cite {
	display: block;
	margin-top: 12px;
	font-style: normal;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--tc-accent);
}

.tc-app--quotes .tc-card cite::before {
	content: "— ";
}

/* Feature cards (the bundled Group story, the proverbs Table). */
.tc-app--quotes .tc-card .wp-block-table,
.tc-app--quotes .tc-card figure,
.tc-app--quotes .tc-card table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.tc-app--quotes .tc-card table td {
	padding: 14px 16px;
	vertical-align: top;
	border: 1px solid var(--tc-border);
	background: var(--tc-surface-2);
}
