/**
 * Writer (byline) archive.
 */

.tax-bylines .bh-writer-archive__header {
	margin-bottom: 1.5rem;
}

.tax-bylines .bh-writer-archive__title {
	font-size: 1.125rem;
	margin: 0.25rem 0 0.75rem;
	opacity: 0.85;
}

.tax-bylines .bh-writer-archive__expertise {
	margin: 0 0 1rem;
}

.tax-bylines .bh-writer-archive__bio {
	margin-bottom: 2rem;
}

.tax-bylines .bh-writer-archive__bio .gb-element-2cb69481 {
	column-gap: 1em;
	display: grid;
	grid-template-columns: 2fr 1fr;
	row-gap: 1em;
}

@media (max-width: 767px) {
	.tax-bylines .bh-writer-archive__bio .gb-element-2cb69481 {
		grid-template-columns: 1fr;
	}
}

.tax-bylines .bh-writer-archive__support {
	margin: 0 0 2rem;
}

.tax-bylines .bh-writer-archive__support-card {
	background: var(--base-2, #fefefe);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
}

.tax-bylines .bh-writer-archive__support-card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.tax-bylines .bh-writer-archive__support-card p {
	margin: 0 0 1rem;
	line-height: 1.5;
}

.tax-bylines .bh-writer-archive__support .root-data-givewp-embed {
	display: block;
	width: auto;
	max-width: 100%;
}

.tax-bylines .bh-writer-archive__support-card {
	--givewp-primary-color: #bd0104;
	--givewp-secondary-color: #222222;
}

.tax-bylines .bh-writer-archive__support .givewp-donation-form-link,
.tax-bylines .bh-writer-archive__support .givewp-donation-form-modal__open,
.tax-bylines .bh-writer-archive__support .givewp-campaign-donate-button-block button {
	display: inline-block !important;
	width: auto !important;
	min-width: 10rem;
	margin: 0 !important;
	padding: 0.75rem 1.5rem !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--givewp-primary-color, #bd0104) !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

.tax-bylines .bh-writer-archive__support .givewp-donation-form-link:hover,
.tax-bylines .bh-writer-archive__support .givewp-donation-form-modal__open:hover,
.tax-bylines .bh-writer-archive__support .givewp-campaign-donate-button-block button:hover {
	background: color-mix(in srgb, var(--givewp-primary-color, #bd0104), #000 20%) !important;
	color: #fff !important;
}

.tax-bylines .bh-writer-archive__publications {
	margin-bottom: 2rem;
}

.tax-bylines .bh-writer-archive__publications h2 {
	margin-bottom: 1rem;
}

.tax-bylines .bh-writer-archive__item {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tax-bylines .bh-writer-archive__item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tax-bylines .bh-writer-archive__item .entry-title {
	margin: 0 0 0.35rem;
	font-size: 1.125rem;
}

.tax-bylines .bh-writer-archive__item-date {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	opacity: 0.75;
}

.tax-bylines .bh-writer-archive__no-posts {
	margin-bottom: 2rem;
}
