/* --------------------------------------------------------------
 * Post Individual Tatitas
 * -------------------------------------------------------------- */

.tatitas-single-page {
	width: 100%;
}

.tatitas-single-section {
	width: 100%;
	padding: 60px 20px 70px;
	background: #ffffff;
}

.tatitas-single-article {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

.tatitas-single-header {
	margin: 0 0 34px;
	text-align: left;
}

.tatitas-single-kicker {
	margin: 0 0 10px !important;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.tatitas-single-header h1 {
	margin: 0 0 14px !important;
	color: #020202;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
}

.tatitas-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.tatitas-single-meta span {
	display: inline-flex;
	align-items: center;
}

.tatitas-single-meta span + span::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 8px;
	border-radius: 999px;
	background: currentColor;
	opacity: .45;
}

.tatitas-single-featured-image {
	width: 100%;
	margin: 0 0 34px;
	overflow: hidden;
	border-radius: 18px;
	background: #f7f7f7;
}

.tatitas-single-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.tatitas-single-content {
	color: #444444;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}

.tatitas-single-content p {
	margin: 0 0 22px !important;
}

.tatitas-single-content h2,
.tatitas-single-content h3,
.tatitas-single-content h4,
.tatitas-single-content h5,
.tatitas-single-content h6 {
	margin: 34px 0 16px !important;
	color: #020202;
	line-height: 1.25;
	font-weight: 700;
}

.tatitas-single-content h2 {
	font-size: 30px;
}

.tatitas-single-content h3 {
	font-size: 24px;
}

.tatitas-single-content h4 {
	font-size: 20px;
}

.tatitas-single-content a {
	color: #252525;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tatitas-single-content a:hover {
	color: #000000;
}

.tatitas-single-content ul,
.tatitas-single-content ol {
	margin: 0 0 24px 24px;
	padding: 0;
}

.tatitas-single-content li {
	margin: 0 0 8px;
}

.tatitas-single-content blockquote {
	margin: 30px 0;
	padding: 24px 28px;
	border-left: 4px solid #252525;
	border-radius: 12px;
	background: #f7f7f7;
	color: #444444;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
}

.tatitas-single-content blockquote p:last-child {
	margin-bottom: 0 !important;
}

.tatitas-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.tatitas-single-content table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}

.tatitas-single-content table th,
.tatitas-single-content table td {
	padding: 14px 16px;
	border: 1px solid #e8e8e8;
	text-align: left;
}

.tatitas-single-content table th {
	background: #f7f7f7;
	color: #252525;
	font-weight: 700;
}

.tatitas-single-page-links {
	margin: 28px 0 0;
}

.tatitas-single-footer {
	width: 100%;
	max-width: 860px;
	margin: 34px auto 0;
	padding-top: 24px;
	border-top: 1px solid #e8e8e8;
}

.tatitas-single-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.tatitas-single-tags span {
	color: #252525;
	font-weight: 700;
}

.tatitas-single-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f1f1f1;
	color: #252525;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
}

.tatitas-single-tags a:hover {
	background: #e5e5e5;
	color: #000000;
	text-decoration: none;
}

.tatitas-single-navigation {
	width: 100%;
	max-width: 860px;
	margin: 40px auto 0;
	padding-top: 28px;
	border-top: 1px solid #e8e8e8;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tatitas-single-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border-radius: 999px;
	background: #252525;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.tatitas-single-navigation a:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.tatitas-single-nav-previous:empty,
.tatitas-single-nav-next:empty {
	display: none;
}

.tatitas-single-comments {
	width: 100%;
	max-width: 860px;
	margin: 44px auto 0;
	padding-top: 32px;
	border-top: 1px solid #e8e8e8;
}

@media (max-width: 640px) {
	.tatitas-single-section {
		padding: 42px 16px 54px;
	}

	.tatitas-single-header h1 {
		font-size: 30px;
	}

	.tatitas-single-content {
		font-size: 16px;
		line-height: 1.75;
	}

	.tatitas-single-content h2 {
		font-size: 25px;
	}

	.tatitas-single-content h3 {
		font-size: 22px;
	}

	.tatitas-single-featured-image {
		border-radius: 14px;
	}

	.tatitas-single-navigation {
		grid-template-columns: 1fr;
	}

	.tatitas-single-navigation a {
		width: 100%;
	}
}

/* --------------------------------------------------------------
 * Post Individual - Comentários
 * -------------------------------------------------------------- */

.tatitas-comments-area {
	width: 100%;
}

.tatitas-comments-title,
.tatitas-comment-reply-title {
	margin: 0 0 22px !important;
	color: #020202;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
}

.tatitas-comment-list {
	margin: 0 0 34px !important;
	padding: 0 !important;
	list-style: none !important;
}

.tatitas-comment-list .comment {
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
}

.tatitas-comment-list .comment-body {
	position: relative;
	padding: 24px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #ffffff;
	color: #444444;
}

.tatitas-comment-list .comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	color: #252525;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.tatitas-comment-list .comment-author .avatar {
	width: 48px;
	height: 48px;
	border-radius: 999px;
}

.tatitas-comment-list .comment-author .says {
	display: none;
}

.tatitas-comment-list .comment-metadata {
	margin: 0 0 14px;
	color: #777777;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}

.tatitas-comment-list .comment-metadata a {
	color: #777777;
	text-decoration: none;
}

.tatitas-comment-list .comment-metadata a:hover {
	color: #252525;
	text-decoration: none;
}

.tatitas-comment-list .comment-content {
	color: #444444;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
}

.tatitas-comment-list .comment-content p {
	margin: 0 0 14px !important;
}

.tatitas-comment-list .comment-content p:last-child {
	margin-bottom: 0 !important;
}

.tatitas-comment-list .reply {
	margin-top: 16px;
}

.tatitas-comment-list .reply a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #f1f1f1;
	color: #252525;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
}

.tatitas-comment-list .reply a:hover {
	background: #e5e5e5;
	color: #000000;
	text-decoration: none;
}

.tatitas-comment-list .children {
	margin: 18px 0 0 28px !important;
	padding: 0 !important;
	list-style: none !important;
}

.tatitas-comments-closed {
	margin: 24px 0 0 !important;
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
}

.comment-respond {
	margin: 34px 0 0;
	padding: 28px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #ffffff;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	margin: 0 0 20px !important;
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}

.comment-respond .logged-in-as a {
	color: #252525;
	font-weight: 700;
	text-decoration: none;
}

.comment-respond .logged-in-as a:hover {
	color: #000000;
	text-decoration: none;
}

.comment-form p {
	margin: 0 0 18px !important;
}

.comment-form label {
	display: block;
	margin: 0 0 8px;
	color: #252525;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	background: #ffffff;
	color: #252525;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	box-shadow: none;
	outline: none;
	box-sizing: border-box;
}

.comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
	border-color: #333333;
	box-shadow: none;
	outline: none;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 4px;
}

.comment-form-cookies-consent label {
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.comment-form .form-submit {
	margin: 22px 0 0 !important;
}

.tatitas-comment-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 10px 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #252525 !important;
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer !important;
	transition: background .2s ease, color .2s ease !important;
}

.tatitas-comment-submit:hover {
	background: #000000 !important;
	color: #ffffff !important;
}

@media (max-width: 640px) {
	.tatitas-comment-list .children {
		margin-left: 14px !important;
	}

	.comment-respond {
		padding: 22px;
		border-radius: 14px;
	}

	.tatitas-comment-submit {
		width: 100% !important;
	}
}