/**
 * Theme CSS.
 *
 * @since   1.0
 * @version 1.0
 * @author  kantbtrue
 * @license GPL-2.0-or-later
 */

/* Site Branding */
.site-branding {
	max-width: 350px;
}

/* Terms Cloud */
.terms-cloud a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 4px;
	border: 1px solid var( --bs-blue );
	text-decoration: none;
}

/* Comments */
/* Required Fields */
.required {
	color: var( --bs-red );
}
/* Avatar */
.comment-author .avatar {
	border-radius:  50%;
	border: 2px solid #fff;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
}

/* Respond */
.comment-respond {
	padding: 20px 20px 0;
}

.comment-reply-title small {
	margin-left: 5px;
}

.comment #respond {
	margin: 15px 15px 0;
}


/* Customizer Preview Penciel Icon */
.customize-partial-edit-shortcut-custom_logo,
.customize-partial-edit-shortcut-blogdescription,
.customize-partial-edit-shortcut-blogname {
	right: 0;
}
