/**
 * Blog Post 6: Ancient Greek calendar.
 *
 * Loaded only on the seeded article.
 */

.single-article__content .ags-article-inline-visual {
	margin: clamp(2.3rem, 5vw, 3.75rem) 0;
}

.single-article__content .ags-article-inline-visual img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(201, 169, 98, 0.24);
	border-radius: 8px;
	box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.single-article__content .ags-article-inline-visual figcaption {
	max-width: 56rem;
	margin: 0.8rem auto 0;
	color: rgba(247, 239, 216, 0.7);
	font-size: 0.9em;
	line-height: 1.55;
	text-align: center;
}

.ags-ancient-calendar-faq .schema-faq-question {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--ags-cream);
	font-family: var(--ags-serif);
	font-size: 1.18em;
	font-weight: 800;
	line-height: 1.35;
}

.ags-ancient-calendar-faq .schema-faq-answer p {
	margin: 0 0 1rem;
}

.ags-ancient-calendar-faq .schema-faq-answer p:last-child {
	margin-bottom: 0;
}

.single-article__content .ags-attic-months-table {
	margin: clamp(1.75rem, 4vw, 2.75rem) 0;
	overflow-x: auto;
	border: 1px solid rgba(201, 169, 98, 0.24);
	border-radius: 8px;
	background: rgba(9, 15, 24, 0.72);
}

.single-article__content .ags-attic-months-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.single-article__content .ags-attic-months-table th,
.single-article__content .ags-attic-months-table td {
	padding: 0.8rem 1rem;
	border-bottom: 1px solid rgba(201, 169, 98, 0.14);
	text-align: left;
}

.single-article__content .ags-attic-months-table th {
	color: var(--ags-gold);
	font-family: var(--ags-serif);
	font-weight: 800;
}

.single-article__content .ags-attic-months-table tbody tr:last-child td {
	border-bottom: 0;
}
