.single-post {

	.hentry.comments-closed.no-comments {
		@include s-r-9 (padding-bottom);
	}

	.post-footer {

		.wp-block-post-terms {
			visibility: hidden;
	
			a {
				visibility: visible;
			}
	
			a:not(:last-child) {
	
				&:after {
					content: ",";
				}
			}
	
			a:not(:first-child) {
				margin-left: -5px;
			}
		}
	}

	.authorbox-wrap {

		.wp-block-post-author {
			display: block;

			.wp-block-post-author {

				&__byline {
					margin-right: 5px;
				}

				&__byline,
				&__name {
					display: inline;
				}

				&__avatar {
					@include s-r-6 (margin-bottom);

					img {
						width: 3rem;
						height: 3rem;
						border-radius: 100px;

						@include breakpoint(sm) {
							width: 6rem;
							height: 6rem;
						}
					}
				}

				&__bio {
					@include s-r-4 (padding-top);
					margin-bottom: 0;
				}
			}
		}
	}
}

/* Comments Reply */
.comment-reply-title #cancel-comment-reply-link {
	display: block;
	@include s-r-2 (padding-top);
	font-weight: normal;
	letter-spacing: 0;
}

.comment-respond .form-submit {
	margin: 0;
}

.single,
.page {
	.comment-notes,
	.logged-in-as {
		@include s-r-4(margin-bottom);
		@include s-r-2(padding-top);
		padding-bottom: 0;
	}
}

.comment-form-cookies-consent {
	position: relative;
}
