/* ==========================================================================
   Available Work page — body links styled as buttons
   Loaded only on the Available Work page (see functions.php).
   Black text with red border.
   ========================================================================== */

.page-id-18 .post-content a {
	display: inline-block;
	padding: 6px 18px;
	border: 2px solid #cc0000;
	border-radius: 4px;
	color: #000000 !important;
	text-decoration: none;
	line-height: 1.4;
	transition: background-color 0.2s ease;
}

/* Link text sits inside spans with inline styles — make sure they inherit */
.page-id-18 .post-content a span {
	color: inherit !important;
}

.page-id-18 .post-content a:hover {
	background-color: rgba(204, 0, 0, 0.06);
}
