.yp-contributor-articles {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}


.yp-contributor-articles__title {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #111;
	font-family: "Karla", Sans-serif;
}

.yp-contributor-articles__count {
	margin: 0;
	font-size: 15px;
	font-family: "Karla", Sans-serif;
	line-height: 1.4;
	color: #666;
}

.yp-contributor-articles__list {
	width: 100%;
}

.yp-contributor-article {
	padding: 18px 0 22px;
	border-bottom: 1px solid #e5e5e5;
}

.yp-contributor-article__meta {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #333;
}

.yp-contributor-article__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-family: "Karla", Sans-serif;
	line-height: 26px;
	font-weight: 600;
}

.yp-contributor-article__title a {
	color: #000;
	text-decoration: none;
}

.yp-contributor-article__title a:hover,
.yp-contributor-article__title a:focus {
	color: var(--e-global-color-primary);
}

.yp-contributor-article__excerpt {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 22px;
	color: var(--e-global-color-accent);
	max-width: 1100px;
}

.yp-contributor-article__date {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-family: "Karla", Sans-serif;
	font-style: italic;
}

.yp-contributor-pagination {
	margin-top: 24px;
}

.yp-contributor-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.yp-contributor-pagination a,
.yp-contributor-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #d8d8d8;
	color: #111;
	font-family: "Karla", Sans-serif;
	text-decoration: none;
	background: #fff;
}

.yp-contributor-pagination .current {
	font-weight: 700;
	background: #111;
	color: #fff;
	border-color: #111;
}

.yp-display-author-link {
	font-family: "Karla", Sans-serif;
	color: var(--e-global-color-primary);
	text-decoration: none;
	font-weight: 600;
}

.yp-display-author-link:hover,
.yp-display-author-link:focus {
	color: var(--e-global-color-secondary);
	text-decoration: underline;
}

.yp-author-box {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	padding: 24px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	align-items: start;
}

.yp-author-box__media {
	width: 100%;
}

.yp-author-box__image-link {
	display: block;
	text-decoration: none;
}

.yp-author-box__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
}

.yp-author-box__content {
	min-width: 0;
}

.yp-author-box__label {
	margin: 0 0 6px;
	font-family: "Karla", Sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
}

.yp-author-box__name {
	margin: 0 0 6px;	
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	font-family: "Karla", Sans-serif;
}

.yp-author-box__name a {
	color: #111;
	text-decoration: none;
}

.yp-author-box__name a:hover,
.yp-author-box__name a:focus {
	text-decoration: underline;
}

.yp-author-box__role {
	margin: 0 0 10px;
	font-family: "Karla", Sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

.yp-author-box__bio {
	margin: 0 0 12px;
	font-family: "Karla", Sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #222;
}

.yp-author-box__link-wrap {
	margin: 0;
}

.yp-author-box__link {
	font-family: "Karla", Sans-serif;
	color: #111;
	text-decoration: none;
	font-weight: 600;
}

.yp-author-box__link:hover,
.yp-author-box__link:focus {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.yp-author-box {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.yp-author-box__media {
		max-width: 120px;
	}

	.yp-author-box__name {
		font-size: 24px;
	}

	.yp-author-box__bio {
		font-size: 15px;
	}
}

.yp-contributor-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.yp-contributor-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	text-decoration: none;
	color: #111;
	background: #fff;
	transition: all 0.2s ease;
}

.yp-contributor-social__link:hover,
.yp-contributor-social__link:focus {
	background: #111;
	color: #fff;
	border-color: #111;
}

.yp-contributor-social__icon {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

/* Comment form wrapper */
.comment-respond {
	margin-top: 40px;
	padding: 30px;
	border: 1px solid #d8d8d8;
	border-radius: 16px;
	background: #fff;
}

/* Form title */
.comment-reply-title {
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.2;
	color: #111;
	font-family: "Karla", Sans-serif;
}

/* Notes / helper text */
.comment-notes,
.logged-in-as,
.comment-form-cookies-consent,
.form-allowed-tags {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

/* Labels */
.comment-form label {	
	margin-bottom: 8px;
	font-family: "Karla", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

/* Text fields and textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #c9c9c9;
	border-radius: 3px !important;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Placeholder */
.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #777;
}

/* Focus state */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: #111;
	outline: none;
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.08);
}

/* Textarea */
.comment-form textarea {
	min-height: 180px;
	resize: vertical;
}

/* CAPTCHA spacing */
.comment-form-captcha {
	margin-top: 18px;
	margin-bottom: 18px;
}

/* Submit button */
.form-submit #submit,
.form-submit input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 99px;
	background: var(--e-global-color-primary);
	color: #fff;
	font-family: "Karla", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* Button hover */
.form-submit #submit:hover,
.form-submit #submit:focus,
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
	background: #111;
	border: 1px solid #111;
	color: #fff;
	outline: none;
}

/* Responsive */
@media (max-width: 767px) {
	.comment-respond {
		padding: 20px;
	}

	.comment-reply-title {
		font-size: 24px;
	}
}

.comments-area textarea#comment {
	resize: none;
	border-radius: 3px;
}

