.aw-sf-widget {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 8px 0;
	box-sizing: border-box;
	text-align: center;
	font-family: inherit;
}

.aw-sf-widget *,
.aw-sf-widget *::before,
.aw-sf-widget *::after {
	box-sizing: border-box;
}

.aw-sf-avatar {
	display: block;
	margin: 0 0 12px;
	text-decoration: none;
	line-height: 0;
}

.aw-sf-avatar:hover,
.aw-sf-avatar:focus {
	text-decoration: none;
}

.aw-sf-avatar-img {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 50%;
}

.aw-sf-handle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 20px;
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	text-decoration: none;
}

.aw-sf-handle:hover,
.aw-sf-handle:focus {
	color: #111111;
	text-decoration: none;
}

.aw-sf-handle:hover .aw-sf-handle-text,
.aw-sf-handle:focus .aw-sf-handle-text {
	text-decoration: underline;
}

.aw-sf-handle-logo,
.aw-sf-ig-logo {
	display: block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	text-decoration: none;
}

.aw-sf-handle .aw-sf-handle-logo,
.aw-sf-handle .aw-sf-ig-logo {
	text-decoration: none;
}

.aw-sf-handle-text {
	min-width: 0;
}

.aw-sf-grid {
	display: grid;
	width: 100%;
	margin: 0 0 20px;
	gap: 4px;
}

.aw-sf-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aw-sf-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aw-sf-cell {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f4f6;
}

.aw-sf-cell-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.aw-sf-cell-link:hover,
.aw-sf-cell-link:focus {
	text-decoration: none;
}

.aw-sf-grid-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aw-sf-avatar,
.aw-sf-handle,
.aw-sf-cell-link,
.aw-sf-cta {
	box-shadow: none;
}

.aw-sf-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 12px 20px;
	border: 0;
	border-radius: 10px;
	background: #5b54d6;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.aw-sf-cta:hover,
.aw-sf-cta:focus {
	background: #4f48c4;
	color: #ffffff !important;
	text-decoration: none !important;
}

.aw-sf-cta:hover .aw-sf-cta-text,
.aw-sf-cta:focus .aw-sf-cta-text {
	text-decoration: underline;
}

.aw-sf-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.1em;
	height: 1.1em;
	color: inherit;
	text-decoration: none;
}

.aw-sf-cta-icon-svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.aw-sf-cta-text {
	min-width: 0;
}
