/**
 * Help Guide authorship — mirror blog single byline + author module.
 */

.help-guide-authorship-meta {
	margin: 16px 0 28px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

.landing-authorship .help-guide-authorship-meta {
	margin: 0;
}

.help-guide-authorship-meta .blog-author-byline {
	margin-bottom: 0;
	width: 100%;
}

.help-guide-authorship-module {
	margin: 40px 0;
	width: 100%;
	max-width: none;
}

/* Match related guides panel width (full content column) */
.help-guide-authorship-module .dl-author-module {
	margin-top: 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	padding: 32px 24px;
	border-radius: 14px;
	border: 1px solid rgba(69, 72, 59, 0.08);
	background: #fff;
}

.help-guide-authorship-module .dl-author-module__inner {
	max-width: none;
	padding: 0;
}

.help-guide-authorship-module .dl-author-module a {
	text-decoration: none;
}

/* Neutralise default-landing `.cb ul` / link rules that break the blog author card */
.contentBody .cb .dl-author-module ul,
.contentBody .cb .dl-author-card__badges {
	padding: 0 !important;
	margin: 0 0 12px !important;
	background: transparent !important;
	list-style: none !important;
}

.contentBody .cb .dl-author-card__badges li {
	padding: 0 !important;
	line-height: 1.3 !important;
	background: none !important;
}

.contentBody .cb .dl-author-module a:not([class*="cta"]):not([class*="button"]) {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	text-underline-offset: unset;
}

.contentBody .cb .dl-author-card__name a {
	color: #2f3329 !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.contentBody .cb .dl-author-card__profile-link {
	color: #767a4c !important;
}

.contentBody .cb .dl-author-card__name a:hover,
.contentBody .cb .dl-author-card__name a:focus {
	text-decoration: none !important;
	border-bottom: none !important;
}

.contentBody .cb .dl-author-card__profile-link:hover,
.contentBody .cb .dl-author-card__profile-link:focus {
	text-decoration: underline;
	border-bottom: none;
}

.contentBody .help-guide-authorship-module {
	margin-top: 36px;
	margin-bottom: 24px;
	max-width: none;
	width: 100%;
}

/* Layout Builder / addiction template container wrappers */
.container > .help-guide-authorship-meta {
	max-width: 1000px;
}

.container > .help-guide-authorship-module {
	max-width: none;
	width: 100%;
}

@media (max-width: 768px) {
	.help-guide-authorship-meta {
		margin: 14px 0 22px;
	}

	.help-guide-authorship-module .dl-author-module {
		padding: 24px 16px;
	}
}
