.thk-instagram-widget {
	--thk-accent: #093f8a;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.thk-instagram-widget__header {
	flex-shrink: 0;
	padding: 12px 14px 10px;
	border-bottom: 1px solid rgba(9, 63, 138, 0.08);
	background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.thk-instagram-widget__profile {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--thk-accent);
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

.thk-instagram-widget__profile:hover,
.thk-instagram-widget__profile:focus {
	color: #00aeef;
	text-decoration: none;
	outline: none;
}

.thk-instagram-widget__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: linear-gradient(145deg, #f58529, #dd2a7b, #8134af);
	color: #fff;
	font-size: 15px;
}

.thk-instagram-widget__icon-svg {
	display: block;
	width: 16px;
	height: 16px;
}

.thk-instagram-feed {
	flex: 1;
	min-height: 0;
	background: #fafbfc;
}

.thk-instagram-feed__stream {
	padding: 8px 10px 12px;
}

.thk-instagram-feed__item {
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(9, 63, 138, 0.08);
	max-height: 220px;
}

.thk-instagram-feed__item .instagram-media,
.thk-instagram-feed__item iframe {
	max-height: 220px !important;
}

.thk-instagram-feed__item:last-child {
	margin-bottom: 0;
}

.thk-instagram-feed__item .instagram-media {
	margin: 0 auto !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.thk-instagram-feed__item iframe {
	max-width: 100% !important;
}

.thk-instagram-feed__embed {
	min-height: 100%;
	padding: 0;
}

.thk-instagram-feed__iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	border: 0;
}
