@font-face {
	font-family: IRANSansMobile-fa;
	font-style: normal;
	font-weight: 300;
	src: url("/wp-content/plugins/wp-digipay-V1.6.17/assets/css/../fonts/IRANSansWeb_Light.woff2") format("woff2"), url("/wp-content/plugins/wp-digipay-V1.6.17/assets/css/../fonts/IRANSansWeb_Light.woff") format("woff");
	font-display: fallback;
}

@font-face {
	font-family: IRANSansMobile-fa;
	font-style: normal;
	font-weight: bold;
	src: url("/wp-content/plugins/wp-digipay-V1.6.17/assets/css/../fonts/IRANSansWeb_Bold.woff2") format("woff2"), url("/wp-content/plugins/wp-digipay-V1.6.17/assets/css/../fonts/IRANSansWeb_Bold.woff") format("woff");
	font-display: fallback;
}

.digipay-widget {
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.digipay-widget--light .digipay-widget-content {
	color: #1a1c23;
}

.digipay-widget--dark .digipay-widget-content {
	color: #fff;
}

.digipay-widget-image {
	width: 40px;
	border-radius: 15px;
}

.digipay-widget-title {
	font-family: IRANSansMobile-fa, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 2px;
}

.digipay-widget-description {
	font-family: IRANSansMobile-fa, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: -.36px;
}