
@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.instagram-gallery-feed *, .instagram-gallery-feed, .instagram-gallery-modal *, .instagram-gallery-modal {
	outline: none !important;
}

.instagram-gallery-feed a, .instagram-gallery-modal a {
	text-decoration: none !important;
}

[class^=qligg-icon-], [class*=" qligg-icon-"] {
	font-family: "qligg" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qligg-icon-video:before {
	content: "";
}

.qligg-icon-gallery:before {
	content: "";
}

.qligg-icon-clock-o:before {
	content: "";
}

.qligg-icon-upload:before {
	content: "";
}

.qligg-icon-share-o:before {
	content: "";
}

.qligg-icon-comment:before {
	content: "";
}

.qligg-icon-heart:before {
	content: "";
}

.qligg-icon-instagram:before {
	content: "";
}

.qligg-icon-prev:before {
	content: "";
}

.qligg-icon-prev-o:before {
	content: "";
}

.qligg-icon-next:before {
	content: "";
}

.qligg-icon-next-o:before {
	content: "";
}

.qligg-icon-heart-o:before {
	content: "";
}

.qligg-icon-comment-o:before {
	content: "";
}

.qligg-icon-instagram-o:before {
	content: "";
}

.instagram-gallery-feed {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: var(--qligg-box-bg);
	color: var(--qligg-box-color);
	border-radius: var(--qligg-box-radius);
	padding: var(--qligg-box-padding);
}

.instagram-gallery-feed .instagram-gallery-item, .instagram-gallery-feed .instagram-gallery-image, .instagram-gallery-feed .instagram-gallery__actions {
	opacity: 0;
	transition: all .4s;
}

.instagram-gallery-feed.loaded .instagram-gallery-item, .instagram-gallery-feed.loaded .instagram-gallery-image, .instagram-gallery-feed.loaded .instagram-gallery__actions {
	opacity: 1;
}

.instagram-gallery-feed a {
	text-decoration: none !important;
}

.instagram-gallery__button {
	display: inline-block;
	font-size: 14px;
	padding: 12px 24px;
	transition: all .3s;
	text-decoration: none;
	text-decoration: none !important;
	border-radius: 3px;
	background-color: #0095f6;
	color: #fff;
	vertical-align: middle;
	line-height: 16px;
}

.instagram-gallery__button>i {
	margin: 0 8px 0 0;
	font-size: 12px;
}

.instagram-gallery__button>svg {
	margin: 0 8px 0 0;
	max-height: 14px;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}

.instagram-gallery__button:focus, .instagram-gallery__button:hover {
	box-shadow: inset 0 0 20px 20px hsla(0, 0%, 100%, .2);
}

.instagram-gallery__button--follow {
	background-color: #0095f6;
}

.instagram-gallery__button--load {
	background-color: #000;
	text-transform: capitalize;
	cursor: pointer;
}

.instagram-gallery__button--disabled {
	opacity: .6;
	pointer-events: none;
}

.instagram-gallery__actions {
	text-align: center;
	margin: 15px 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.instagram-gallery__actions .instagram-gallery__button--follow {
	color: var(--qligg-button-color, #fff);
	background-color: var(--qligg-button-bg, #0095f6);
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background-color .3s ease;
}

.instagram-gallery__actions .instagram-gallery__button--follow:hover {
	background-color: var(--qligg-button-bg-hover, #007cc2);
}

.instagram-gallery__actions .instagram-gallery__button--load {
	color: var(--qligg-load-button-color, #efefef);
	background-color: var(--qligg-load-button-bg, #262626);
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background-color .3s ease;
}

.instagram-gallery__actions .instagram-gallery__button--load:hover {
	background-color: var(--qligg-load-button-bg-hover, #dbdbdb);
}

.instagram-gallery__alert {
	background-color: #f44336;
	padding: 15px;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 15px 0;
	display: block;
}

.instagram-gallery__alert::after, .instagram-gallery__alert::before {
	content: " ";
	display: table;
}

.instagram-gallery__alert::after {
	clear: both;
}

.instagram-gallery__alert .button {
	float: right;
}

.instagram-gallery__alert ul {
	padding: 0;
	margin: 0;
}

.instagram-gallery__alert li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.instagram-gallery-item__info {
	display: flex;
	clear: both;
	margin: 0 2px;
	padding: 1em 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-size: .9em;
}

.instagram-gallery-item__icons {
	margin: 0 0 0 auto;
	margin-right: 5px;
}

.instagram-gallery-item__comments_count, .instagram-gallery-item__likes_count {
	display: inline-block;
	margin: 0;
}

.instagram-gallery-item__comments_count i, .instagram-gallery-item__likes_count i {
	font-weight: bold;
	margin: 0 2px;
}

.instagram-gallery-item__date {
	display: inline-block;
	margin: 0 5px 0px 0;
	text-transform: uppercase;
	opacity: .6;
}

.instagram-gallery-item__wrap {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.2;
}

.instagram-gallery-item__media-card {
	border-top: var(--qligg-card-boxed);
	padding: 0;
}

.instagram-gallery-item__media_description {
	display: block;
	text-align: var(--qligg-card-text-align, left);
	font-size: var(--qligg-card-font-size, 14px);
	color: var(--qligg-card-color, #262626);
	line-height: 1.6;
	padding: 12px 16px;
	margin: 0;
	font-weight: 400;
	letter-spacing: .1px;
}

.instagram-gallery-item__media-mask {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	transition: all .5s ease-out;
	opacity: 0;
	background-color: var(--qligg-mask-bg, rgba(0, 122, 255, .55));
	width: 100%;
	height: 100%;
}

.instagram-gallery-item__media-mask--content {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	margin: -10px 0 0 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	transition: all .5s ease;
	height: 20px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	font-weight: 600;
}

.instagram-gallery-item__likes_count--mask, .instagram-gallery-item__comments_count--mask {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .25em;
}

.instagram-gallery-item__icon-heart, .instagram-gallery-item__icon-bubble_chat {
	font-weight: 800;
	color: var(--qligg-mask-icon-color, #0095f6);
	font-size: var(--qligg-mask-icon-size, 1em);
}

.instagram-gallery-item__media-wrap {
	display: block;
	position: relative;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
	border-radius: calc(var(--qligg-card-radius) - 2px);
	overflow: hidden;
}

.instagram-gallery-item__media {
	width: 100%;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
}

.instagram-gallery-item__icon, .instagram-gallery-item__media {
	transition: all .3s;
}

.instagram-gallery-item__icon {
	position: absolute;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	opacity: .66;
	top: 0;
	margin: 10px;
	right: 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .15);
	display: flex;
	text-decoration: none;
}

.instagram-gallery-item__icon--views {
	left: auto;
	right: 0;
	font-size: 24px;
}

.instagram-gallery-item__icon--link {
	top: auto;
	bottom: 0;
	opacity: 0;
	right: auto;
	left: 0;
	pointer-events: none;
}

.instagram-gallery-item__icon>span {
	margin: 0 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	top: -1px;
}

@keyframes shine {
	to {
		background-position-x: -200%;
	}
}

.instagram-gallery-item {
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	line-height: 0;
	transition: all .3s ease;
	border-radius: var(--qligg-card-radius, 4px);
	box-shadow: var(--qligg-card-shadow);
	border: var(--qligg-card-boxed);
	position: relative;
}

.instagram-gallery-item:hover {
	opacity: 1;
	transform: translateY(-2px);
	z-index: 2;
	box-shadow: var(--qligg-card-shadow-hover);
}

.instagram-gallery-item:hover .instagram-gallery-item__icon--link {
	opacity: .8;
	pointer-events: all;
	z-index: 99;
}

.instagram-gallery-item:hover .instagram-gallery-item__icon--link:hover {
	opacity: 1;
}

.instagram-gallery-item:hover .instagram-gallery-item__media-mask {
	opacity: 1;
	transition: all .5s ease-out;
}

.instagram-gallery-item:hover .instagram-gallery-item__media-mask--content {
	opacity: 1;
}

.instagram-gallery-item:hover .instagram-gallery-item__image {
	transform: scale(1.03);
}

.instagram-gallery-item:hover .instagram-gallery-item__image--placeholder {
	background: linear-gradient(110deg, #f5f5f5 8%, #fafafa 18%, #f5f5f5 33%);
	background-size: 200% 100%;
	animation: 1.5s shine linear infinite;
	border-radius: 4px;
}

.instagram-gallery-item:focus-visible, .instagram-gallery-item:focus-within {
	outline: 2px solid #3897f0;
	outline-offset: 3px;
	z-index: 3;
}

.instagram-gallery-item__wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background-color: var(--qligg-card-bg, #fff);
	color: var(--qligg-card-color);
	font-size: var(--qligg-card-font-size);
	padding: var(--qligg-card-padding);
	height: 100%;
	width: 100%;
	border-radius: var(--qligg-card-radius, 4px);
}

.instagram-gallery-item__wrap:hover {
	background-color: var(--qligg-card-bg-hover, var(--qligg-card-bg, #fff));
}

.instagram-gallery-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scale(1.001);
	backface-visibility: hidden;
}

.instagram-gallery-square .instagram-gallery-item {
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.instagram-gallery-square .instagram-gallery-item__media {
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.instagram-gallery-list:after {
	content: "";
	display: block;
	clear: both;
}

.instagram-gallery-modal__button-arrow {
	background: none;
	border: none;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0;
	font-size: 1.5rem;
	color: #fff;
	opacity: .6;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
	z-index: 9999;
}

.instagram-gallery-modal__button-arrow:focus, .instagram-gallery-modal__button-arrow:active, .instagram-gallery-modal__button-arrow:hover {
	opacity: 1;
}

.instagram-gallery-modal__button-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	transition: all .2s;
	cursor: pointer;
}

.instagram-gallery-modal__button-close::before {
	content: "✕";
}

.instagram-gallery-modal__button-close:hover {
	color: #ed4337;
}

.insta-gallery-slider-container {
	position: relative;
}

.insta-gallery-slider {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}

.insta-gallery__media {
	min-width: 100%;
}

.insta-gallery-slider__button {
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	color: hsla(0, 0%, 100%, .6);
	top: 45%;
	opacity: .8;
	font-size: 1.2em;
	transition: .3s ease all;
}

.insta-gallery-slider__button:hover {
	opacity: 1;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
}

.insta-gallery-slider__button--right {
	right: 0;
	margin-right: 5px;
}

.insta-gallery-slider__button--left {
	left: 0;
	margin-left: 5px;
}

.instagram-gallery-modal__media-container {
	background-color: #0b0b0b !important;
	width: calc(100% - var(--qligg-modal-sidebar-width, 260px));
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.instagram-gallery-modal__media {
	max-height: 50vh;
	max-width: 100%;
	object-fit: contain;
	min-height: 100%;
}

.instagram-gallery-modal__spinner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.instagram-gallery-modal__spinner--img {
	max-height: 70vh;
	max-width: 100%;
	object-fit: cover;
	filter: blur(1em);
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.instagram-gallery-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(11, 11, 11, .8);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fade-in .25s ease;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
}

.instagram-gallery-modal__overlay.closing {
	animation: fade-out .2s ease;
}

@keyframes modal-animation {
	from {
		opacity: 0;
		transform: translateY(-15px) scale(.98);
	}
	
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.instagram-gallery-modal {
	z-index: 3000;
	width: var(--qligg-modal-body-width, 90%);
	margin: auto;
	background: none;
	text-align: right;
	transition: all .25s ease-in-out;
	animation-name: modal-animation;
	animation-duration: .25s;
	animation-timing-function: ease-out;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.instagram-gallery-modal__body {
	background-color: #fff;
	max-height: 75vh;
	width: 100%;
	overflow: auto;
	margin: auto;
	text-align: left;
	display: flex;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

.instagram-gallery-modal__body--sidebar-left {
	flex-direction: row-reverse;
}

.instagram-gallery-modal__body--sidebar-bottom, .instagram-gallery-modal__body--sidebar-top {
	flex-direction: column;
	max-width: 700px;
}

.instagram-gallery-modal__body--sidebar-bottom section, .instagram-gallery-modal__body--sidebar-top section {
	width: 100%;
}

.instagram-gallery-modal__body--sidebar-bottom .insta-gallery-slider img, .instagram-gallery-modal__body--sidebar-top .insta-gallery-slider img {
	height: 100%;
	max-height: 50vh;
	object-fit: contain;
}

.instagram-gallery-modal__body--sidebar-bottom .instagram-gallery-modal__media-sidebar, .instagram-gallery-modal__body--sidebar-top .instagram-gallery-modal__media-sidebar {
	max-height: 250px;
	padding: 16px;
}

.instagram-gallery-modal__body--sidebar-bottom .instagram-gallery-modal__media_description, .instagram-gallery-modal__body--sidebar-top .instagram-gallery-modal__media_description {
	overflow: unset;
	margin: 10px 0;
	line-height: 1.6;
}

.instagram-gallery-modal__body--sidebar-top {
	flex-direction: column-reverse;
}

.instagram-gallery-modal__media-sidebar {
	display: flex;
	flex-direction: column;
	width: var(--qligg-modal-sidebar-width, 360px);
	font-size: 13px;
	font-weight: 400;
	color: #999;
	padding: 0;
	overflow-y: auto;
	background-color: #fff;
	border-left: 1px solid #f5f5f5;
}

.instagram-gallery-modal__profile {
	display: flex;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f5f5f5;
}

.instagram-gallery-modal__profile img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 12px;
	object-fit: cover;
}

.instagram-gallery-modal__profile div {
	display: flex;
	flex-direction: column;
}

.instagram-gallery-modal__profile span {
	font-weight: 500;
	font-size: 14px;
	color: #262626;
	letter-spacing: .1px;
	display: block;
}

.instagram-gallery-modal__profile a {
	color: #8e8e8e;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: .1px;
	margin: 0;
	padding: 0;
}

.instagram-gallery-modal__profile a:hover {
	color: #262626;
}

.instagram-gallery-modal__icons {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid #f5f5f5;
}

.instagram-gallery-modal__counter, .instagram-gallery-modal__link {
	position: inherit;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #999 !important;
	margin: 0 20px 0 0;
}

.instagram-gallery-modal__counter i, .instagram-gallery-modal__link i {
	vertical-align: middle;
}

.instagram-gallery-modal__counter:hover, .instagram-gallery-modal__link:hover {
	color: #0095f6 !important;
}

.instagram-gallery-modal__media_description {
	padding: 16px;
	font-size: var(--qligg-modal-font-size, 14px);
	line-height: 1.6;
	color: var(--qligg-modal-text-color, #262626);
	letter-spacing: .1px;
	overflow-wrap: break-word;
	text-align: var(--qligg-modal-text-align);
}

.instagram-gallery-modal__media_description>p {
	margin: 0;
}

.instagram-gallery-modal__media_description>p a {
	color: #0095f6;
	text-decoration: none;
	font-weight: 500;
}

.instagram-gallery-modal__media_description>p a:hover {
	color: #1a77d2;
}

.instagram-gallery-modal__info {
	display: flex;
	padding: 12px 16px;
	border-top: 1px solid #f5f5f5;
}

.instagram-gallery-modal__info span {
	margin-right: 18px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #8e8e8e;
}

.instagram-gallery-modal__info span i {
	margin-right: 6px;
	font-size: 16px;
}

.instagram-gallery-modal__likes_count, .instagram-gallery-modal__comments_count, .instagram-gallery-modal__date {
	display: inline-block;
	margin: 0 5px 0px 0;
}

.instagram-gallery-modal__likes_count i, .instagram-gallery-modal__comments_count i, .instagram-gallery-modal__date i {
	margin: 0 4px 0px 0;
	font-weight: bold;
}

.instagram-gallery-modal__date {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	float: right;
	position: relative;
	bottom: -1px;
}

.instagram-gallery-modal__error {
	color: #e74c3c;
	padding: 12px;
	font-weight: 500;
	background-color: rgba(231, 76, 60, .08);
	border-left: 3px solid #e74c3c;
	border-radius: 0;
	margin: 12px 0;
}

.instagram-gallery-modal__comments-list {
	padding: 16px;
	border-top: 1px solid #f5f5f5;
	scrollbar-width: thin;
}

.instagram-gallery-modal__comments-list b {
	font-weight: 600;
	color: #262626;
}

.instagram-gallery-modal__comments-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instagram-gallery-modal__comment {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.instagram-gallery-modal__comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.instagram-gallery-modal__comment p {
	margin: 8px 0;
	line-height: 1.5;
	color: #262626;
}

.instagram-gallery-modal__comment-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.instagram-gallery-modal__comment-header strong {
	font-weight: 500;
	color: #262626;
}

.instagram-gallery-modal__comment-time {
	font-size: 12px;
	color: #999;
}

.instagram-gallery-modal__comment-replies {
	margin-top: 10px !important;
	margin-left: 20px !important;
	padding-left: 12px !important;
	border-left: 2px solid rgba(0, 0, 0, .06);
}

.instagram-gallery-modal__comment-replies li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;
}

.instagram-gallery-modal__comment-replies li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.instagram-gallery-modal__load-more {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #efefef;
	border-radius: 4px;
	padding: 10px 15px;
	margin-top: 12px;
	cursor: pointer;
	transition: all .2s ease;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: center;
	color: #3897f0;
	letter-spacing: .2px;
}

.instagram-gallery-modal__load-more:hover {
	background-color: #fafafa;
	color: #1a77d2;
}

.instagram-gallery-modal__load-more:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(56, 151, 240, .2);
}

.instagram-gallery-modal__button-close:before, .instagram-gallery-modal__button-close:after {
	width: 16px;
}

.instagram-gallery-modal__button-arrow {
	position: absolute;
	padding: 10px;
	font-size: 2rem;
	top: 50vh;
	font-weight: bold;
}

.instagram-gallery-modal__button-arrow:hover {
	background-color: hsla(0, 0%, 80%, .3);
}

.instagram-gallery-modal .qligg-icon-prev {
	left: 10px;
}

.instagram-gallery-modal .qligg-icon-next {
	right: 10px;
}

.instagram-gallery-modal__options {
	display: flex;
	justify-content: space-between;
	padding: 0 0 8px;
}

.instagram-gallery-modal__options--arrows {
	display: flex;
	flex-direction: row;
	width: 90px;
	justify-content: space-between;
}

.instagram-gallery-list[data-feed_layout=carousel] {
	display: flex;
	width: 100%;
}

.instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item {
	height: auto;
}

.instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev {
	transition: all .2s ease;
	background: rgba(0, 0, 0, 0);
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	width: 32px;
	display: flex;
	align-items: center;
	z-index: 10;
	opacity: .8;
	color: var(--qligg-carousel-arrow-color);
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next:focus-visible, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev:focus-visible {
	outline: 2px solid #3897f0;
	outline-offset: 2px;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next>i, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev>i {
	text-align: center;
	width: 32px;
	font-size: 24px;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next:hover, .instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-prev {
	left: 0;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-button-next {
	right: 0;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-pagination {
	position: relative;
	bottom: 0;
	padding: 10px 0;
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-pagination .swiper-pagination-bullet {
	transition: all .2s ease;
	opacity: .6;
	background-color: var(--qligg-carousel-pagination-color);
}

.instagram-gallery-list[data-feed_layout=carousel] .swiper-pagination .swiper-pagination-bullet:focus-visible {
	outline: 2px solid #3897f0;
	outline-offset: 2px;
}

.instagram-gallery-list[data-feed_layout=gallery] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	gap: var(--qligg-spacing);
}

.instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
	width: calc(var(--qligg-item-width) - var(--qligg-spacing));
}

.instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.instagram-gallery-list[data-feed_layout=gallery] img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
	backface-visibility: hidden;
}

.instagram-gallery-list[data-feed_layout=highlight] .instagram-gallery-item--highlight {
	width: calc(var(--qligg-item-width) * 2) !important;
}

.instagram-gallery-list[data-feed_layout=masonry], .instagram-gallery-list[data-feed_layout=highlight] {
	margin: 0 calc(var(--qligg-spacing) / -2);
}

.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=highlight] .instagram-gallery-item {
	width: var(--qligg-item-width);
	padding: calc(var(--qligg-spacing) / 2);
}

.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item video, .instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item img, .instagram-gallery-list[data-feed_layout=highlight] .instagram-gallery-item video, .instagram-gallery-list[data-feed_layout=highlight] .instagram-gallery-item img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}

.instagram-gallery__profile {
	width: auto;
	margin: 15px 0;
}

.instagram-gallery__profile, .instagram-gallery__profile .avatar, .instagram-gallery__profile .info {
	height: 46px;
	display: flex;
	align-items: center;
}

.instagram-gallery__profile img {
	border: none;
	width: 46px;
	height: 46px;
	margin-right: 10px;
	border-radius: 60px;
}

.instagram-gallery__profile .avatar {
	margin: 0 10px 0 0;
}

.instagram-gallery__profile .separator, .instagram-gallery__profile .follow, .instagram-gallery__profile .user {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.instagram-gallery__profile .separator {
	color: #000;
	margin-left: 4px;
	margin-right: 4px;
}

.instagram-gallery__profile .follow {
	color: #0095f6;
}

.instagram-gallery__profile .follow:hover {
	color: #000;
}

.instagram-gallery__profile .description {
	line-height: 18px;
	font-size: 12px;
	font-weight: 600;
}

.instagram-gallery__spinner {
	position: relative;
	height: 60px;
	width: 60px;
	margin: auto;
	box-sizing: content-box;
	background-size: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZTJlMmUyIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiIHRyYW5zZm9ybT0icm90YXRlKDE3OS4yNzMgMjUgMjUpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJ4bWwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMzYwIDI1IDI1IiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvc3ZnPg==");
}

.instagram-gallery-modal__spinner .instagram-gallery__spinner {
	position: absolute;
}

.instagram-gallery__spinner.nitro-lazy {
	background-image: none !important;
}
