/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 00:36:15 */
.wua-author-card { margin: 30px 0; overflow-x:scroll; }
.wua-author-card {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wua-author-card::-webkit-scrollbar {
    display: none;
}


.wua-author-link { text-decoration: none; color: inherit; }
.wua-author-inner {
	display: flex;
	align-items: center;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	transition: all 0.3s;
    border-radius: 6px;
    padding: 1.7em 1.5em 1.7em;
}
/* .wua-author-inner {
	background-image: url('/wp-content/uploads/2026/04/lipchan_tell.png');
    background-position: right bottom;
    background-repeat: no-repeat;
} */
.theme-normal .wua-author-inner {
   background-color: #ecece6;
}
.theme-blue .wua-author-inner {
   background-color: var(--theme-blue-mark);
}
.theme-dark .wua-author-inner {
   background-color: var(--theme-dark-mark);
}

/* .wua-author-inner:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
} */
.wua-author-avatar { margin-right: 20px; }
.wua-author-avatar img { border-radius: 50%; }
.wua-author-name { margin: 0 0 10px; font-size: 1.2rem; }

.wua-value { font-weight: bold; }

.theme-normal .wua-value{
	color: #008250;
}

.textsize-normal .wua-author-name b { font-size: 30px; }
.textsize-large .wua-author-name b { font-size: 40px; }
.textsize-bigger .wua-author-name b { font-size: 50px; }

.textsize-normal .wua-value{
	font-size:20px;
}
.textsize-large .wua-value{
	font-size:30px;
}
.textsize-bigger .wua-value{
	font-size:40px;
}

.textsize-normal .wua-author-meta{
	font-size:16px;
}
.textsize-normal .wua-address{
	font-size:18px;
	font-weight: bold;
}