////
/// Comment component.
///
/// @group  Components
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

.comment {

	// Comment list wrapper.
	&-list {
		list-style-type: none;
	}

	// Comment children.
	.children {
		margin: 0;
		list-style-type: none;
	}

	// Comment header.
	&-header {}

	// Comment author.
	&-author {
		margin: 0;
	}

	// Comment author link.
	&-author-link {}

	// Comment author says.
	.says {}

	// Comment meta.
	&-meta {
		font-size: small;
	}

	// Comment time.
	&-time {}

	// Comment time link.
	&-time-link {}

	// Comment edit link.
	&-edit-link {
		display: none;
	}

	// Comment content.
	&-content {}

	// Comment reply.
	&-reply {}

	// Comment reply link.
	&-reply-link {}

	// Comment reply title.
	&-reply-title {}

	// Comment respond.
	&-respond {
		width: 100%;
	}

	// Comment logged in as.
	.logged-in-as {}

	// Comment reply form.
	&-form {}

	// Comment form comment.
	&-form-comment {}

	// Comment form submit.
	.form-submit {}
}
