.ak-signature-gallery {
	--ak-columns: repeat(3, minmax(0, 1fr));
	--ak-column-count: 3;
	--ak-effective-columns: var(--ak-columns);
	--ak-effective-column-count: var(--ak-column-count);
	--ak-min-card-width: 220px;
	--ak-gap: 24px;
	--ak-row-gap: var(--ak-gap);
	--ak-card-ratio: 4 / 5;
	--ak-hover-scale: 1.06;
	--ak-overlay-justify: flex-end;
	position: relative;
}

.ak-signature-gallery *,
.ak-signature-gallery *::before,
.ak-signature-gallery *::after {
	box-sizing: border-box;
}

.ak-gallery__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.ak-gallery__filter {
	appearance: none;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: #0f172a;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.9rem 1.15rem;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ak-gallery__filter:hover,
.ak-gallery__filter:focus-visible,
.ak-gallery__filter.is-active {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
	transform: translateY(-1px);
}

.ak-gallery__grid {
	display: grid;
	grid-template-columns: var(--ak-effective-columns);
	gap: var(--ak-gap);
	align-items: start;
}

.ak-signature-gallery.is-layout-masonry:not(.is-masonry-enhanced) .ak-gallery__grid {
	row-gap: var(--ak-row-gap);
	column-gap: var(--ak-gap);
}

.ak-signature-gallery.is-layout-masonry:not(.is-masonry-enhanced) .ak-gallery__item {
	max-width: 100%;
}

.ak-signature-gallery.is-editor-preview.is-layout-masonry .ak-gallery__grid {
	display: block;
	column-count: var(--ak-effective-column-count);
	column-gap: var(--ak-gap);
}

.ak-signature-gallery.is-editor-preview.is-layout-masonry .ak-gallery__item {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 var(--ak-row-gap);
	transform: none;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

.ak-signature-gallery.is-layout-masonry.is-masonry-enhanced .ak-gallery__grid {
	position: relative;
	display: block;
	min-height: 0;
}

.ak-signature-gallery.is-layout-masonry.is-masonry-enhanced .ak-gallery__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 0 var(--ak-row-gap);
}

.ak-gallery__item[hidden] {
	display: none !important;
}

.ak-gallery__item {
	width: 100%;
	min-width: 0;
}

.ak-gallery__card {
	position: relative;
	width: 100%;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
	background: #0f172a;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
	isolation: isolate;
}

.ak-gallery__trigger {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
	box-shadow: none;
	padding: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	outline: none;
	text-align: inherit;
	text-decoration: none;
}

.ak-gallery__trigger.is-none {
	cursor: default;
}

.ak-gallery__trigger:hover,
.ak-gallery__trigger:focus,
.ak-gallery__trigger:active {
	background: transparent;
	box-shadow: none;
	color: inherit;
	text-decoration: none;
}

.ak-gallery__trigger:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.96);
	outline-offset: -6px;
}

.ak-gallery__media {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	aspect-ratio: var(--ak-item-ratio, var(--ak-card-ratio));
	overflow: hidden;
	isolation: isolate;
	z-index: 0;
}

.ak-signature-gallery.is-layout-masonry .ak-gallery__card,
.ak-signature-gallery.is-layout-masonry .ak-gallery__trigger {
	height: auto;
}

.ak-signature-gallery.is-layout-masonry .ak-gallery__media {
	min-height: 0;
}

.ak-signature-gallery.is-layout-masonry.is-masonry-enhanced .ak-gallery__media {
	min-height: 240px;
}

.ak-gallery__preview-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
	transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.2, 1), filter 0.4s ease;
}

.ak-gallery__preview-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	background: #000;
	pointer-events: none;
	transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.2, 1), opacity 0.35s ease, filter 0.4s ease;
}

.ak-gallery__item:hover .ak-gallery__preview-image,
.ak-gallery__item:focus-within .ak-gallery__preview-image,
.ak-gallery__item:hover .ak-gallery__preview-video,
.ak-gallery__item:focus-within .ak-gallery__preview-video {
	transform: scale(var(--ak-hover-scale));
}

.ak-gallery__inline-player {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	background: #000;
}

.ak-gallery__inline-player[hidden] {
	display: none !important;
}

.ak-gallery__inline-player iframe,
.ak-gallery__inline-player video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.ak-gallery__inline-player video {
	object-fit: contain;
}

.ak-gallery__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: stretch;
	justify-content: var(--ak-overlay-justify);
	padding: 24px;
	background: linear-gradient(180deg, rgba(8, 15, 28, 0.04) 20%, rgba(8, 15, 28, 0.82) 100%);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.ak-gallery__overlay-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.ak-signature-gallery.is-overlay-always .ak-gallery__overlay,
.ak-signature-gallery.is-overlay-minimal .ak-gallery__overlay,
.ak-gallery__item:hover .ak-gallery__overlay,
.ak-gallery__item:focus-within .ak-gallery__overlay {
	opacity: 1;
	transform: translateY(0);
}

.ak-signature-gallery.is-overlay-minimal .ak-gallery__overlay {
	background: linear-gradient(180deg, rgba(8, 15, 28, 0) 40%, rgba(8, 15, 28, 0.56) 100%);
}

.ak-gallery__terms {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	opacity: 0.82;
	text-transform: uppercase;
}

.ak-gallery__title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	line-height: 1.12;
}

.ak-gallery__subtitle {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
	opacity: 0.9;
}

.ak-gallery__description {
	font-size: 0.95rem;
	line-height: 1.55;
	opacity: 0.9;
}

.ak-gallery__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.ak-gallery__play-icon {
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	transform: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ak-gallery__play-button {
	cursor: pointer;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.ak-gallery__item.has-action-lightbox .ak-gallery__card,
.ak-gallery__item.has-action-custom_link .ak-gallery__card {
	cursor: pointer;
}

.ak-gallery__play-button:hover,
.ak-gallery__play-button:focus-visible,
.ak-gallery__play-button.is-playing {
	background: rgba(255, 255, 255, 0.28);
	transform: scale(1.04);
}

.ak-gallery__play-icon i,
.ak-gallery__play-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	transform: translateX(0.06em);
}

.ak-gallery__play-icon i,
.ak-gallery__play-icon svg,
.ak-gallery__play-icon svg * {
	color: inherit;
	fill: currentColor;
}

.ak-gallery__item.is-inline-active .ak-gallery__preview-image,
.ak-gallery__item.is-inline-active .ak-gallery__preview-video {
	opacity: 0;
}

.ak-gallery__item.is-inline-active .ak-gallery__trigger {
	pointer-events: none;
}

.ak-gallery__item.is-inline-active .ak-gallery__overlay,
.ak-gallery__item.is-inline-active .ak-gallery__badge {
	opacity: 0;
}

.ak-gallery__empty {
	margin-top: 26px;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.6;
}

.ak-gallery__footer {
	display: flex;
	margin-top: 32px;
}

.ak-gallery__load-more {
	appearance: none;
	border: 1px solid #0f172a;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 1rem 1.4rem;
	text-transform: uppercase;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.ak-gallery__load-more:hover,
.ak-gallery__load-more:focus-visible {
	transform: translateY(-1px);
}

.ak-gallery__lightbox[hidden] {
	display: none !important;
}

.ak-gallery__portal-root,
.ak-gallery__lightbox-host {
	position: static !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: visible !important;
}

.ak-gallery__lightbox {
	--ak-lightbox-viewport-coverage: 88;
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: clamp(18px, 3vw, 36px);
	background: rgba(8, 15, 28, 0.82);
	overscroll-behavior: contain;
}

.ak-gallery__lightbox-backdrop {
	position: absolute;
	inset: 0;
}

.ak-gallery__lightbox-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
	gap: 24px;
	width: min(calc(var(--ak-lightbox-viewport-coverage, 88) * 1vw), 1600px);
	max-width: 100%;
	height: min(calc(var(--ak-lightbox-viewport-coverage, 88) * 1svh), 980px);
	max-height: 100%;
	padding: clamp(18px, 2vw, 28px);
	border-radius: 28px;
	background: #0f172a;
	box-shadow: 0 32px 80px rgba(2, 6, 23, 0.45);
	overflow: hidden;
	align-items: stretch;
}

.ak-gallery__lightbox.is-layout-split.has-lightbox-content .ak-gallery__lightbox-dialog {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.ak-gallery__lightbox.is-layout-media .ak-gallery__lightbox-dialog,
.ak-gallery__lightbox:not(.has-lightbox-content) .ak-gallery__lightbox-dialog {
	justify-items: center;
}

.ak-gallery__lightbox-media-shell {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

.ak-gallery__lightbox-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	align-self: center;
	justify-self: center;
}

.ak-gallery__lightbox-nav {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: rgba(15, 23, 42, 0.74);
	box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.ak-gallery__lightbox-nav.is-prev {
	left: clamp(12px, 1.5vw, 20px);
}

.ak-gallery__lightbox-nav.is-next {
	right: clamp(12px, 1.5vw, 20px);
}

.ak-gallery__lightbox-nav:hover,
.ak-gallery__lightbox-nav:focus-visible {
	transform: translateY(-50%) scale(1.04);
}

.ak-gallery__lightbox-nav[hidden] {
	display: none !important;
}

.ak-gallery__lightbox-media img,
.ak-gallery__lightbox-media iframe,
.ak-gallery__lightbox-media video {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border: 0;
}

.ak-gallery__lightbox-media[data-media-kind="image"] img,
.ak-gallery__lightbox-media[data-media-kind="video"] video {
	object-fit: contain;
	object-position: center center;
}

.ak-gallery__lightbox-media[data-media-kind="iframe"] iframe,
.ak-gallery__lightbox-media[data-media-kind="video"] video {
	width: 100%;
	height: 100%;
	background: transparent;
}

.ak-gallery__lightbox-meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 12px;
	min-width: 0;
	min-height: 0;
	padding-top: 6px;
	color: #fff;
	overflow: auto;
	overscroll-behavior: contain;
}

.ak-gallery__lightbox.is-layout-media .ak-gallery__lightbox-meta,
.ak-gallery__lightbox:not(.has-lightbox-content) .ak-gallery__lightbox-meta {
	display: none;
}

.ak-gallery__lightbox-subtitle {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
	opacity: 0.72;
	text-transform: uppercase;
}

.ak-gallery__lightbox-title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.6rem, 2.4vw, 2.35rem);
	line-height: 1.08;
}

.ak-gallery__lightbox-description {
	font-size: 0.98rem;
	line-height: 1.7;
	opacity: 0.88;
}

.ak-gallery__lightbox-close {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ak-gallery__lightbox-close:hover,
.ak-gallery__lightbox-close:focus-visible {
	transform: translateY(-1px);
}

.ak-gallery__empty-state {
	color: #475569;
	font-size: 0.95rem;
}

body.ak-lightbox-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.ak-gallery__lightbox {
		padding: clamp(14px, 2vw, 22px);
	}

	.ak-gallery__lightbox-dialog {
		width: min(calc(var(--ak-lightbox-viewport-coverage, 92) * 1vw), 100%);
		height: min(calc(var(--ak-lightbox-viewport-coverage, 92) * 1svh), 100%);
	}

	.ak-gallery__lightbox.is-layout-split.has-lightbox-content .ak-gallery__lightbox-dialog {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 1fr) auto;
	}

	.ak-gallery__lightbox-meta {
		padding-top: 0;
		max-height: 32svh;
	}
}

@media (max-width: 767px) {
	.ak-gallery__filters {
		margin-bottom: 20px;
	}

	.ak-gallery__overlay {
		padding: 18px;
	}

	.ak-gallery__badge {
		top: 14px;
		left: 14px;
	}

	.ak-gallery__play-icon {
		max-width: calc(100% - 28px);
		max-height: calc(100% - 28px);
	}

	.ak-gallery__lightbox {
		padding: 0;
	}

	.ak-gallery__lightbox-dialog {
		width: 100%;
		height: 100svh;
		max-height: 100svh;
		padding: clamp(14px, 4vw, 18px);
		border-radius: 0;
	}

	.ak-gallery__lightbox-close {
		top: max(12px, env(safe-area-inset-top, 0px));
		right: max(12px, env(safe-area-inset-right, 0px));
	}

	.ak-gallery__lightbox-nav {
		width: 46px;
		height: 46px;
		font-size: 1.6rem;
	}

	.ak-gallery__lightbox-meta {
		max-height: 36svh;
	}
}

.ak-gallery-posts {
	position: relative;
}

.ak-gallery-posts *,
.ak-gallery-posts *::before,
.ak-gallery-posts *::after {
	box-sizing: border-box;
}

.ak-gallery-posts__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ak-gallery-post-card {
	min-width: 0;
}

.ak-gallery-post-card__link {
	position: relative;
	display: block;
	min-height: 420px;
	border-radius: 28px;
	overflow: hidden;
	background: #151515;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.ak-gallery-post-card__link:hover,
.ak-gallery-post-card__link:focus,
.ak-gallery-post-card__link:active {
	color: #fff;
	text-decoration: none;
}

.ak-gallery-post-card__link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.96);
	outline-offset: -6px;
}

.ak-gallery-post-card__link::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(9, 9, 9, 0.16) 0%, rgba(9, 9, 9, 0.22) 24%, rgba(9, 9, 9, 0.58) 66%, rgba(9, 9, 9, 0.9) 100%);
}

.ak-gallery-post-card__media,
.ak-gallery-post-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ak-gallery-post-card__media {
	display: block;
	overflow: hidden;
}

.ak-gallery-post-card__image {
	display: block;
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.ak-gallery-post-card__link:hover .ak-gallery-post-card__image,
.ak-gallery-post-card__link:focus-visible .ak-gallery-post-card__image {
	transform: scale(1.06);
}

.ak-gallery-post-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	height: 100%;
	padding: 34px;
}

.ak-gallery-post-card__top {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: min(78%, 760px);
}

.ak-gallery-post-card__title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.75rem, 3vw, 3.35rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.ak-gallery-post-card__excerpt {
	display: block;
	max-width: min(66ch, 100%);
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.65;
}

.ak-gallery-post-card__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
	gap: 18px 32px;
	width: 100%;
}

.ak-gallery-post-card__meta-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.ak-gallery-post-card__meta-label {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.35;
}

.ak-gallery-post-card__meta-value {
	display: block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.25;
	text-wrap: balance;
}

.ak-gallery-post-card__arrow {
	position: absolute;
	top: clamp(18px, 3vw, 30px);
	right: clamp(18px, 3vw, 30px);
	z-index: 3;
	display: grid;
	place-items: center;
	width: clamp(58px, 5vw, 84px);
	height: clamp(58px, 5vw, 84px);
	color: #fff;
	pointer-events: none;
	transition: transform 0.35s cubic-bezier(0.2, 0.65, 0.2, 1), opacity 0.35s ease;
}

.ak-gallery-post-card__arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	opacity: 0.45;
	transition: opacity 0.35s ease;
}

.ak-gallery-post-card__arrow svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 48px;
	max-height: 48px;
}

.ak-gallery-post-card__link:hover .ak-gallery-post-card__arrow,
.ak-gallery-post-card__link:focus-visible .ak-gallery-post-card__arrow {
	transform: translate(22%, -22%);
}

.ak-gallery-post-card__link:hover .ak-gallery-post-card__arrow::before,
.ak-gallery-post-card__link:focus-visible .ak-gallery-post-card__arrow::before {
	opacity: 1;
}

@media (max-width: 1024px) {
	.ak-gallery-post-card__link {
		min-height: 360px;
	}

	.ak-gallery-post-card__content {
		padding: 28px;
	}

	.ak-gallery-post-card__top {
		max-width: min(82%, 100%);
	}

	.ak-gallery-post-card__title {
		font-size: clamp(1.45rem, 3vw, 2.5rem);
	}
}

@media (max-width: 767px) {
	.ak-gallery-posts__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ak-gallery-post-card__link {
		min-height: 320px;
	}

	.ak-gallery-post-card__content {
		gap: 22px;
		padding: 22px;
	}

	.ak-gallery-post-card__top {
		max-width: calc(100% - 58px);
	}

	.ak-gallery-post-card__meta {
		gap: 14px;
	}

	.ak-gallery-post-card__meta-label {
		font-size: 0.86rem;
	}

	.ak-gallery-post-card__meta-value {
		font-size: 1rem;
	}

	.ak-gallery-post-card__arrow {
		top: 14px;
		right: 14px;
		width: 56px;
		height: 56px;
	}

	.ak-gallery-post-card__arrow svg {
		max-width: 36px;
		max-height: 36px;
	}
}

