.arbg-movies {
	--arbg-grid-columns: var(--arbg-columns-desktop, 4);
	--arbg-list-columns: var(--arbg-list-columns-desktop, 3);
	--arbg-gap: 18px;
	--arbg-card-bg: color-mix(in srgb, #ffffff 92%, transparent);
	--arbg-card-border: transparent;
	--arbg-text: #181814;
	--arbg-muted: #6e7168;
	--arbg-accent: #b98325;
	--arbg-accent-2: #16745c;
	--arbg-surface: rgba(255, 255, 255, 0.78);
	--arbg-image-ratio: 0.72;
	--arbg-radius: 0px;
	--arbg-shadow: 0 18px 44px rgba(24, 24, 20, 0.12);
	--arbg-play-button-size: 64px;
	--arbg-play-button-bg: rgba(0, 0, 0, 0.58);
	--arbg-play-button-icon: #ffffff;
	color: var(--arbg-text);
	font-family: inherit;
	position: relative;
}

.arbg-movies *,
.arbg-movies *::before,
.arbg-movies *::after {
	box-sizing: border-box;
}

.arbg-toolbar {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-block-end: 18px;
	min-width: 0;
}

.arbg-filter-wrap {
	min-width: 0;
	overflow: auto hidden;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.arbg-filter-bar {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(28, 29, 25, 0.08);
	border-radius: 8px;
	display: flex;
	gap: 6px;
	padding: 6px;
	width: max-content;
}

.arbg-filter-button,
.arbg-view-button,
.arbg-load-more {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	min-height: 40px;
	-webkit-tap-highlight-color: transparent;
}

.arbg-filter-button {
	background: transparent;
	border-radius: 7px;
	color: var(--arbg-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 11px 14px;
	position: relative;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.arbg-filter-button::after {
	border-radius: 99px;
	bottom: 5px;
	content: "";
	height: 2px;
	left: 14px;
	opacity: 0;
	position: absolute;
	right: 14px;
	transform: scaleX(0.45);
	transition: opacity 180ms ease, transform 180ms ease;
}

.arbg-filter-button:hover,
.arbg-filter-button:focus-visible,
.arbg-filter-button.is-active {
	background: rgba(185, 131, 37, 0.1);
	color: var(--arbg-accent);
	outline: none;
}

.arbg-filter-button:focus-visible,
.arbg-view-button:focus-visible,
.arbg-button:focus-visible,
.arbg-load-more:focus-visible {
	box-shadow: 0 0 0 3px rgba(185, 131, 37, 0.28);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.arbg-filter-button.is-active::after {
	background: var(--arbg-accent);
	opacity: 1;
	transform: scaleX(1);
}

.arbg-view-switcher {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(28, 29, 25, 0.08);
	border-radius: 8px;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 4px;
	padding: 4px;
}

.arbg-view-button {
	align-items: center;
	background: transparent;
	border-radius: 7px;
	color: var(--arbg-muted);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 38px;
}

.arbg-search-wrap {
	margin: 0 0 18px;
	position: relative;
	z-index: 15;
}

.arbg-search-bar {
	align-items: center;
	background: linear-gradient(180deg, #7d0606 0%, #540202 48%, #290000 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(48, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 54px;
	padding: 7px 8px 7px 20px;
	position: relative;
}

.arbg-search-bar::before {
	background: linear-gradient(180deg, rgba(255, 120, 120, 0.22), transparent 72%);
	border-radius: inherit;
	content: "";
	inset: 1px;
	pointer-events: none;
	position: absolute;
}

.arbg-search-bar .arbg-search-input,
.arbg-search-bar .arbg-search-input:focus,
.arbg-search-bar .arbg-search-input:hover,
.arbg-search-bar .arbg-search-input:active {
	appearance: none;
	background: transparent;
	border: 0 !important;
	box-shadow: none !important;
	color: #ffffff;
	font: inherit;
	outline: none !important;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 1;
}

.arbg-search-bar .arbg-search-input::-webkit-search-decoration,
.arbg-search-bar .arbg-search-input::-webkit-search-cancel-button,
.arbg-search-bar .arbg-search-input::-webkit-search-results-button,
.arbg-search-bar .arbg-search-input::-webkit-search-results-decoration {
	appearance: none;
	display: none;
}

.arbg-search-bar .arbg-search-input::placeholder {
	color: rgba(255, 255, 255, 0.82);
}

.arbg-search-submit {
	align-items: center;
	appearance: none;
	background: linear-gradient(180deg, #ffffff 0%, #f2d9d9 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 38px;
	z-index: 1;
}

.arbg-search-submit:hover,
.arbg-search-submit:focus-visible {
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.3);
	outline: none;
	transform: translateY(-1px);
}

.arbg-search-submit-icon {
	border-bottom: 7px solid transparent;
	border-left: 11px solid #9f0606;
	border-top: 7px solid transparent;
	display: block;
	height: 0;
	margin-left: 2px;
	width: 0;
}

.arbg-search-status {
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
	padding-inline: 16px;
}

.arbg-search-suggestions {
	background: rgba(17, 12, 14, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.34);
	left: 0;
	margin-top: 10px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
}

.arbg-search-suggestions__label {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 12px 18px 6px;
	text-transform: uppercase;
}

.arbg-search-suggestion {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 12px 18px;
	text-align: left;
	transition: background-color 160ms ease;
	width: 100%;
}

.arbg-search-suggestion:hover,
.arbg-search-suggestion:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	outline: none;
}

.arbg-search-suggestion__text {
	font-size: 14px;
	font-weight: 700;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arbg-search-suggestion__type {
	color: rgba(255, 255, 255, 0.65);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.arbg-top-ten {
	--arbg-top-ten-columns-desktop: 5;
	--arbg-top-ten-columns-tablet: 3;
	--arbg-top-ten-columns-mobile: 2;
	--arbg-top-ten-gap: 18px;
	--arbg-top-ten-poster-height: 340px;
	--arbg-top-ten-object-fit: cover;
	--arbg-top-ten-rank-size: 110px;
	--arbg-top-ten-rank-color: #ffffff;
	--arbg-top-ten-rank-opacity: 0.92;
	--arbg-top-ten-title-color: #ffffff;
	--arbg-top-ten-title-size: 36px;
	--arbg-top-ten-card-radius: 18px;
	--arbg-top-ten-section-background: #060606;
	--arbg-top-ten-padding-top: 0px;
	--arbg-top-ten-padding-right: 0px;
	--arbg-top-ten-padding-bottom: 20px;
	--arbg-top-ten-padding-left: 0px;
	--arbg-top-ten-margin-top: 0px;
	--arbg-top-ten-margin-right: 0px;
	--arbg-top-ten-margin-bottom: 24px;
	--arbg-top-ten-margin-left: 0px;
	background: var(--arbg-top-ten-section-background);
	border-radius: 28px;
	margin: var(--arbg-top-ten-margin-top) var(--arbg-top-ten-margin-right) var(--arbg-top-ten-margin-bottom) var(--arbg-top-ten-margin-left);
	padding: var(--arbg-top-ten-padding-top) var(--arbg-top-ten-padding-right) var(--arbg-top-ten-padding-bottom) var(--arbg-top-ten-padding-left);
	position: relative;
}

.arbg-top-ten__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.arbg-top-ten__title {
	background-repeat: no-repeat;
	color: var(--arbg-top-ten-title-color);
	font-size: var(--arbg-top-ten-title-size);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0;
}

.arbg-top-ten__nav {
	display: inline-flex;
	gap: 10px;
}

.arbg-top-ten__arrow {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.arbg-top-ten__track {
	display: grid;
	gap: var(--arbg-top-ten-gap);
	grid-auto-columns: calc((100% - (var(--arbg-top-ten-gap) * (var(--arbg-top-ten-active-columns) - 1))) / var(--arbg-top-ten-active-columns));
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	cursor: grab;
}

.arbg-top-ten__poster-link,
.arbg-top-ten__poster-link img {
	-webkit-user-drag: none;
	user-select: none;
}

.arbg-top-ten__track::-webkit-scrollbar {
	display: none;
}

.arbg-top-ten__track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.arbg-top-ten__card {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-width: 0;
	overflow: visible;
	scroll-snap-align: start;
	transform: none;
}

.arbg-top-ten__poster-link {
	display: block;
}

.arbg-top-ten__poster {
	border-radius: var(--arbg-top-ten-card-radius);
	height: var(--arbg-top-ten-poster-height);
	overflow: hidden;
	position: relative;
	background: #090909;
	contain: paint;
}

.arbg-top-ten__poster .arbg-top-ten__image,
.arbg-top-ten__poster img {
	display: block;
	height: 100% !important;
	inset: 0;
	object-fit: var(--arbg-top-ten-object-fit);
	object-position: center center;
	position: absolute;
	transition: transform 240ms ease;
	width: 100% !important;
	z-index: 0;
	backface-visibility: hidden;
	image-rendering: auto;
}

.arbg-top-ten__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.82) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.arbg-top-ten__content {
	bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 16px;
	position: absolute;
	right: 16px;
	z-index: 3;
}

.arbg-top-ten__item-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
	max-width: 88%;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.38);
}

.arbg-top-ten__meta {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
}

.arbg-top-ten__rating {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	padding: 5px 8px;
}

.arbg-top-ten__rank {
	background-repeat: no-repeat;
	bottom: 14px;
	color: var(--arbg-top-ten-rank-color, #ffffff);
	display: block;
	font-size: var(--arbg-top-ten-rank-size);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.82;
	min-width: 0.75em;
	mix-blend-mode: normal;
	opacity: var(--arbg-top-ten-rank-opacity, 1);
	position: absolute;
	pointer-events: none;
	right: 10px;
	text-align: right;
	text-shadow: var(--arbg-top-ten-rank-text-shadow, 0 10px 22px rgba(0, 0, 0, 0.78), 0 2px 0 rgba(0, 0, 0, 0.68));
	-webkit-text-stroke: 2px var(--arbg-top-ten-rank-stroke-color, rgba(0, 0, 0, 0.45));
	filter: var(--arbg-top-ten-rank-filter, drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45)));
	paint-order: stroke fill;
	z-index: 6;
}

.arbg-top-ten__poster .arbg-card-badge {
	z-index: 5;
}

.arbg-top-ten .arbg-card-tax {
	align-self: flex-start;
	background: rgba(8, 23, 20, 0.76);
	color: #ecf7f3;
}

.arbg-top-ten .arbg-top-ten__card:hover,
.arbg-top-ten .arbg-top-ten__card:focus-within {
	box-shadow: none;
	transform: none;
}

.arbg-top-ten .arbg-top-ten__card:hover .arbg-top-ten__image,
.arbg-top-ten .arbg-top-ten__card:focus-within .arbg-top-ten__image {
	transform: scale(1.03);
}

.arbg-top-ten .arbg-top-ten__card:hover .arbg-top-ten__poster,
.arbg-top-ten .arbg-top-ten__card:focus-within .arbg-top-ten__poster {
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.arbg-view-button:hover,
.arbg-view-button:focus-visible,
.arbg-view-button.is-active {
	background: var(--arbg-accent);
	color: #ffffff;
	outline: none;
}

.arbg-switcher-icon {
	display: block;
	height: 18px;
	position: relative;
	width: 18px;
}

.arbg-switcher-grid {
	background:
		linear-gradient(currentColor 0 0) 0 0 / 7px 7px no-repeat,
		linear-gradient(currentColor 0 0) 11px 0 / 7px 7px no-repeat,
		linear-gradient(currentColor 0 0) 0 11px / 7px 7px no-repeat,
		linear-gradient(currentColor 0 0) 11px 11px / 7px 7px no-repeat;
	border-radius: 3px;
}

.arbg-switcher-list {
	background:
		linear-gradient(currentColor 0 0) 0 2px / 18px 3px no-repeat,
		linear-gradient(currentColor 0 0) 0 8px / 18px 3px no-repeat,
		linear-gradient(currentColor 0 0) 0 14px / 18px 3px no-repeat;
	border-radius: 3px;
}

.arbg-items {
	align-items: start;
	display: grid;
	gap: var(--arbg-gap);
	transition: opacity 180ms ease, transform 180ms ease;
}

.arbg-items-grid {
	grid-template-columns: repeat(var(--arbg-grid-columns), minmax(0, 1fr));
}

.arbg-items-list {
	grid-template-columns: repeat(var(--arbg-list-columns), minmax(0, 1fr));
}

.arbg-movies.is-loading .arbg-items {
	opacity: 0.45;
	pointer-events: none;
	transform: translateY(4px);
}

.arbg-movies.is-restoring-layout .arbg-items {
	visibility: hidden;
}

.arbg-card {
	background: var(--arbg-card-bg);
	border: 1px solid var(--arbg-card-border);
	border-radius: var(--arbg-radius);
	box-shadow: var(--arbg-shadow);
	color: var(--arbg-text);
	min-width: 0;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	transition: border-color 180ms ease, box-shadow 180ms ease, opacity 260ms ease, transform 260ms ease;
}

.arbg-card[hidden] {
	display: none;
}

.arewa-card-thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.arbg-card-badge {
	align-items: center;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	left: -34px;
	min-width: 128px;
	padding: 8px 28px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 14px;
	transform: rotate(-45deg);
	transform-origin: center;
	white-space: nowrap;
	z-index: 12;
}

.arbg-card-badge::before,
.arbg-card-badge::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.arbg-card-badge::before {
	background: rgba(0, 0, 0, 0.16);
	bottom: -5px;
	filter: blur(6px);
	left: 8px;
	right: 8px;
	top: 8px;
}

.arbg-card-badge::after {
	background: rgba(255, 255, 255, 0.18);
	height: 1px;
	left: 10px;
	opacity: 0.7;
	right: 10px;
	top: 2px;
}

.arbg-card-badge--new {
	background: linear-gradient(135deg, #ff4b3e, #c91612);
}

.arbg-card-badge--updated {
	background: linear-gradient(135deg, #f6b73c, #c98300);
}

.arbg-grid-card .arewa-card-thumb {
	border-radius: var(--arbg-radius) var(--arbg-radius) 0 0;
}

.arbg-list-card .arewa-card-thumb {
	border-radius: var(--arbg-radius) 0 0 var(--arbg-radius);
	height: 100%;
}

.arbg-animations-on.arbg-animation-slide-up .arbg-card,
.arbg-animations-on.arbg-animation-fade-up .arbg-card {
	opacity: 0;
	transform: translateY(14px);
}

.arbg-animations-on.arbg-animation-fade-in .arbg-card {
	opacity: 0;
}

.arbg-animations-on.arbg-animation-slide-up .arbg-card.is-visible,
.arbg-animations-on.arbg-animation-fade-up .arbg-card.is-visible,
.arbg-animations-on.arbg-animation-fade-in .arbg-card.is-visible,
.arbg-animations-off .arbg-card,
.arbg-animation-none .arbg-card {
	opacity: 1;
	transform: none;
}

.arbg-editor-preview .arbg-card,
.elementor-editor-active .arbg-movies .arbg-card,
.elementor-editor-preview .arbg-movies .arbg-card {
	opacity: 1;
	transform: translateY(0);
}

.arbg-editor-preview.is-restoring-layout .arbg-items,
.elementor-editor-active .arbg-movies.is-restoring-layout .arbg-items,
.elementor-editor-preview .arbg-movies.is-restoring-layout .arbg-items {
	visibility: visible;
}

.elementor-device-tablet .arbg-movies,
.elementor-device-tablet_extra .arbg-movies,
.elementor-tablet .arbg-movies,
.elementor-tablet_extra .arbg-movies,
[data-elementor-device-mode="tablet"] .arbg-movies,
[data-elementor-device-mode="tablet_extra"] .arbg-movies {
	--arbg-grid-columns: var(--arbg-columns-tablet, 2);
	--arbg-list-columns: var(--arbg-list-columns-tablet, 2);
}

.elementor-device-mobile .arbg-movies,
.elementor-device-mobile_extra .arbg-movies,
.elementor-mobile .arbg-movies,
.elementor-mobile_extra .arbg-movies,
[data-elementor-device-mode="mobile"] .arbg-movies,
[data-elementor-device-mode="mobile_extra"] .arbg-movies {
	--arbg-grid-columns: var(--arbg-columns-mobile, 2);
	--arbg-list-columns: var(--arbg-list-columns-mobile, 1);
}

@media (hover: hover) and (pointer: fine) {
	.arbg-card:hover {
		border-color: rgba(185, 131, 37, 0.35);
		box-shadow: 0 22px 52px rgba(24, 24, 20, 0.16);
		transform: translateY(-3px);
	}

	.arbg-thumb-hover-zoom-in .arbg-card:hover .arbg-cover-image,
	.arbg-thumb-hover-zoom-in .arbg-card:hover .arbg-cover-placeholder {
		transform: scale(1.055);
	}

	.arbg-thumb-hover-zoom-out .arbg-cover-image,
	.arbg-thumb-hover-zoom-out .arbg-cover-placeholder {
		transform: scale(1.055);
	}

	.arbg-thumb-hover-zoom-out .arbg-card:hover .arbg-cover-image,
	.arbg-thumb-hover-zoom-out .arbg-card:hover .arbg-cover-placeholder {
		transform: scale(1);
	}
}

.arbg-thumb-hover-zoom-in .arbg-card.is-touch-hover .arbg-cover-image,
.arbg-thumb-hover-zoom-in .arbg-card.is-touch-hover .arbg-cover-placeholder {
	transform: scale(1.055);
}

.arbg-touch-device.arbg-thumb-hover-zoom-out .arbg-cover-image,
.arbg-touch-device.arbg-thumb-hover-zoom-out .arbg-cover-placeholder {
	transform: scale(1.055);
}

.arbg-touch-device.arbg-thumb-hover-zoom-out .arbg-card.is-touch-hover .arbg-cover-image,
.arbg-touch-device.arbg-thumb-hover-zoom-out .arbg-card.is-touch-hover .arbg-cover-placeholder {
	transform: scale(1);
}

.arbg-cover-link {
	color: inherit;
	display: block;
	line-height: 0;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.arbg-play-overlay {
	align-items: center;
	background: var(--arbg-play-button-bg);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
	display: inline-flex;
	height: var(--arbg-play-button-size);
	justify-content: center;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.88);
	transition: opacity 180ms ease, transform 180ms ease;
	width: var(--arbg-play-button-size);
	z-index: 8;
}

.arbg-play-overlay__icon {
	border-bottom: calc(var(--arbg-play-button-size) * 0.16) solid transparent;
	border-left: calc(var(--arbg-play-button-size) * 0.24) solid var(--arbg-play-button-icon);
	border-top: calc(var(--arbg-play-button-size) * 0.16) solid transparent;
	display: block;
	height: 0;
	margin-left: calc(var(--arbg-play-button-size) * 0.05);
	width: 0;
}

.arbg-card:hover .arbg-play-overlay,
.arbg-card:focus-within .arbg-play-overlay {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.arbg-touch-device .arbg-card.is-touch-hover .arbg-play-overlay {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.arbg-cover {
	aspect-ratio: var(--arbg-image-ratio) / 1;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.28), transparent 36%),
		linear-gradient(145deg, rgba(22, 116, 92, 0.18), rgba(185, 131, 37, 0.18));
	border-radius: var(--arbg-radius) var(--arbg-radius) 0 0;
	box-shadow: 0 16px 34px rgba(24, 24, 20, 0.14);
	margin: 0;
	overflow: hidden;
	position: relative;
	contain: paint;
}

.arbg-card--has-thumbnail .arbg-cover {
	background: transparent;
	box-shadow: none;
}

.arbg-card--has-thumbnail .arbg-cover::before,
.arbg-card--has-thumbnail .arbg-cover::after {
	display: none;
}

.arbg-cover::before,
.arbg-cover::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.arbg-cover::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(0, 0, 0, 0.14) 9%, transparent 18%);
	inset: 0 auto 0 0;
	width: var(--arbg-spine-width, 8px);
}

.arbg-cover::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 36%, rgba(0, 0, 0, 0.2));
	inset: 0;
	opacity: 0.32;
}

.arbg-depth-none .arbg-cover {
	box-shadow: none;
}

.arbg-depth-none .arbg-cover::before,
.arbg-depth-none .arbg-cover::after {
	display: none;
}

.arbg-depth-none .arbg-cover {
	background: linear-gradient(145deg, rgba(22, 116, 92, 0.12), rgba(185, 131, 37, 0.12));
}

.arbg-depth-light {
	--arbg-spine-width: 5px;
}

.arbg-depth-medium {
	--arbg-spine-width: 8px;
}

.arbg-depth-strong {
	--arbg-spine-width: 12px;
}

.arbg-depth-strong .arbg-cover {
	box-shadow: 10px 16px 38px rgba(24, 24, 20, 0.22);
}

.arbg-cover img,
.arbg-cover-image {
	aspect-ratio: inherit;
	backface-visibility: hidden;
	display: block;
	height: 100%;
	image-rendering: auto;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition: transform 260ms ease;
	vertical-align: top;
	width: 100%;
	max-width: none;
}

.arbg-cover-image[data-arbg-poster-image],
.arbg-top-ten__image[data-arbg-poster-image] {
	background: #080808;
	color: transparent;
}

.arbg-cover-placeholder {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	transform: scale(1);
	transition: transform 260ms ease;
	width: 100%;
}

.arbg-cover-placeholder::before {
	background: rgba(255, 255, 255, 0.72);
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(24, 24, 20, 0.08);
	content: "";
	display: block;
	height: 42%;
	width: 54%;
}

.arbg-has-overlay .arbg-cover-link::after {
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.32));
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 180ms ease;
}

.arbg-has-overlay .arbg-cover-link {
	position: relative;
}

.arbg-has-overlay .arbg-card:hover .arbg-cover-link::after {
	opacity: 1;
}

.arbg-card-body {
	align-items: var(--arbg-content-flex-align, stretch);
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
	text-align: var(--arbg-content-text-align, inherit);
}

.arbg-card-body > :empty,
.arbg-meta:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.arbg-title {
	color: var(--arbg-text);
	font-size: clamp(15px, 1rem, 18px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: var(--arbg-content-text-align, inherit);
	width: 100%;
}

.arbg-title a {
	color: inherit;
	display: inline;
	text-decoration: none;
	transition: color 180ms ease;
}

.arbg-title-has-background a {
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	line-height: inherit;
}

.arbg-title a:hover,
.arbg-title a:focus {
	color: var(--arbg-accent);
}

.arbg-card-tax {
	align-self: var(--arbg-meta-flex-align, var(--arbg-content-flex-align, flex-start));
	background: rgba(22, 116, 92, 0.1);
	border: 1px solid rgba(22, 116, 92, 0.16);
	border-radius: 99px;
	color: var(--arbg-accent-2);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 9px;
	text-align: var(--arbg-meta-text-align, var(--arbg-content-text-align, inherit));
	text-decoration: none;
	text-transform: uppercase;
}

.arbg-excerpt {
	color: var(--arbg-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.arbg-meta {
	align-items: center;
	align-self: var(--arbg-meta-flex-align, var(--arbg-content-flex-align, auto));
	color: var(--arbg-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px;
	justify-content: var(--arbg-meta-justify, var(--arbg-content-justify, flex-start));
	line-height: 1.3;
	margin-top: 0;
	max-width: 100%;
	text-align: var(--arbg-meta-text-align, var(--arbg-content-text-align, inherit));
}

.arbg-meta-item {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	min-width: 0;
}

.arbg-meta-icon,
.arbg-button-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 14px;
	position: relative;
	width: 14px;
}

.arbg-icon-author {
	background:
		radial-gradient(circle at 50% 32%, currentColor 0 3px, transparent 3.5px),
		radial-gradient(ellipse at 50% 86%, currentColor 0 5px, transparent 5.5px);
}

.arbg-icon-date {
	border: 1.8px solid currentColor;
	border-radius: 3px;
}

.arbg-icon-date::before {
	background: currentColor;
	content: "";
	height: 1.8px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 4px;
}

.arbg-icon-comments {
	border: 1.8px solid currentColor;
	border-radius: 7px;
}

.arbg-icon-comments::after {
	background: currentColor;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 5px;
	left: 3px;
	position: absolute;
	top: 10px;
	width: 5px;
}

.arbg-button,
.arbg-load-more {
	align-items: center;
	align-self: flex-start;
	background: linear-gradient(135deg, var(--arbg-accent), #d7a64b);
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 12px 14px;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.arbg-button {
	align-self: var(--arbg-content-flex-align, flex-start);
	justify-content: var(--arbg-content-justify, center);
}

.arbg-title-button .arbg-title-button-text {
	color: inherit;
	display: inline-block;
	line-height: 1.25;
	max-width: 100%;
	text-align: inherit;
}

.arbg-button:hover,
.arbg-button:focus,
.arbg-load-more:hover,
.arbg-load-more:focus {
	background: linear-gradient(135deg, #16745c, #239174);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

.arbg-button-icon {
	border: 1.8px solid currentColor;
	border-radius: 2px 5px 5px 2px;
	height: 13px;
	width: 11px;
}

.arbg-button-icon::before {
	background: currentColor;
	content: "";
	height: 100%;
	left: 2px;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 1px;
}

.arbg-grid-card .arbg-button {
	align-self: stretch;
	border-radius: 0 0 var(--arbg-radius) var(--arbg-radius);
	margin: 0 -14px -14px;
	width: calc(100% + 28px);
}

.arbg-list-card {
	align-items: stretch;
	container-type: inline-size;
	display: grid;
	grid-template-columns: clamp(118px, 32%, 180px) minmax(0, 1fr);
	min-width: 0;
}

.arbg-list-card--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.arbg-list-card__media,
.arbg-list-card__content {
	min-width: 0;
	overflow: hidden;
}

.arbg-list-card__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.arbg-list-card__media {
	align-self: stretch;
	position: relative;
}

.arbg-list-card .arbg-cover-link {
	display: block;
	height: 100%;
	min-width: 0;
}

.arbg-list-card .arbg-cover {
	border-radius: var(--arbg-radius) 0 0 var(--arbg-radius);
	height: 100%;
	min-height: 128px;
	width: 100%;
}

.arbg-list-card .arbg-card-body {
	gap: 8px;
	justify-content: flex-start;
	padding: 14px;
}

.arbg-list-card__main {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
}

.arbg-list-card__footer {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: auto -14px -14px;
	margin-top: auto;
}

.arbg-list-card__footer .arbg-card-tax {
	align-self: center;
}

.arbg-list-card .arbg-title {
	font-size: 15px;
}

.arbg-list-card .arbg-excerpt {
	font-size: 13px;
	line-height: 1.45;
}

.arbg-list-card .arbg-button,
.arbg-list-card .arbg-list-card__bottom-button {
	align-self: stretch;
	font-size: 12px;
	justify-content: center;
	margin: 0;
	max-width: 100%;
	padding: 10px 12px;
	width: 100%;
}

.arbg-list-card .arbg-list-card__bottom-button {
	border-radius: 0 0 var(--arbg-radius) var(--arbg-radius);
	display: flex;
	margin-top: 0;
}

.arbg-empty {
	background: rgba(255, 255, 255, 0.78);
	border: 1px dashed rgba(28, 29, 25, 0.18);
	border-radius: 8px;
	color: var(--arbg-muted);
	margin-top: 14px;
	padding: 24px;
	text-align: center;
}

.arbg-empty p {
	margin: 0;
}

.arbg-loading {
	align-items: center;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin: 0 0 12px;
}

.arbg-loading[hidden] {
	display: none;
}

.arbg-loading span {
	animation: arbgPulse 760ms ease-in-out infinite alternate;
	background: var(--arbg-accent);
	border-radius: 999px;
	height: 8px;
	width: 8px;
}

.arbg-loading span:nth-child(2) {
	animation-delay: 120ms;
}

.arbg-loading span:nth-child(3) {
	animation-delay: 240ms;
}

.arbg-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.arbg-load-more[disabled] {
	cursor: not-allowed;
	opacity: 0.62;
	transform: none;
}

.arbg-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 22px;
}

.arbg-pagination .page-numbers {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(28, 29, 25, 0.1);
	border-radius: 7px;
	color: var(--arbg-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	min-height: 38px;
	min-width: 38px;
	justify-content: center;
	padding: 8px 10px;
	text-decoration: none;
}

.arbg-pagination .page-numbers.current,
.arbg-pagination .page-numbers:hover,
.arbg-pagination .page-numbers:focus {
	background: var(--arbg-accent);
	color: #ffffff;
}

.arbg-pagination .page-numbers.dots,
.arbg-pagination .page-numbers.dots:hover,
.arbg-pagination .page-numbers.dots:focus {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: currentColor;
	cursor: default;
	min-width: auto;
	padding-left: 2px;
	padding-right: 2px;
}

@keyframes arbgPulse {
	from {
		opacity: 0.35;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(-4px);
	}
}

@media (prefers-color-scheme: dark) {
	.arbg-movies {
		--arbg-card-bg: rgba(31, 29, 24, 0.88);
		--arbg-card-border: transparent;
		--arbg-text: #faf7ee;
		--arbg-muted: #c8c1b4;
		--arbg-surface: rgba(31, 29, 24, 0.82);
		--arbg-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
	}

	.arbg-filter-bar,
	.arbg-view-switcher,
	.arbg-empty,
	.arbg-pagination .page-numbers {
		background: rgba(31, 29, 24, 0.82);
		border-color: rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.arbg-movies {
		--arbg-grid-columns: var(--arbg-columns-tablet, 2);
		--arbg-list-columns: 1;
	}

	.arbg-list-card {
		grid-template-columns: clamp(108px, 34%, 150px) minmax(0, 1fr);
	}

	.arbg-list-card .arbg-cover {
		min-height: 120px;
	}
}

@media (max-width: 767px) {
	.arbg-movies {
		--arbg-grid-columns: var(--arbg-columns-mobile, 2);
		--arbg-list-columns: var(--arbg-list-columns-mobile, 1);
		--arbg-gap: 12px;
	}

	.arbg-toolbar {
		align-items: stretch;
		gap: 10px;
	}

	.arbg-search-wrap {
		margin-bottom: 14px;
	}

	.arbg-search-bar {
		gap: 10px;
		min-height: 48px;
		padding: 6px 7px 6px 16px;
	}

	.arbg-search-submit {
		height: 34px;
		width: 34px;
	}

	.arbg-search-submit-icon {
		border-bottom-width: 6px;
		border-left-width: 9px;
		border-top-width: 6px;
	}

	.arbg-play-overlay {
		--arbg-play-button-size: 54px;
	}

	.arbg-top-ten__track {
		grid-auto-columns: calc((100% - (var(--arbg-top-ten-gap) * (var(--arbg-top-ten-active-columns) - 1))) / var(--arbg-top-ten-active-columns));
	}

	.arbg-top-ten__title {
		font-size: clamp(22px, 4vw, 32px);
	}

	.arbg-top-ten__poster {
		height: calc(var(--arbg-top-ten-poster-height) * 0.86);
	}

	.arbg-filter-wrap {
		flex: 1 1 auto;
	}

	.arbg-filter-button {
		font-size: 12px;
		min-height: 38px;
		padding-inline: 12px;
	}

	.arbg-view-switcher {
		align-self: flex-start;
	}

	.arbg-card-body {
		gap: 8px;
		padding: 11px;
	}

	.arbg-title {
		font-size: 14px;
	}

	.arbg-card-tax {
		font-size: 10px;
		max-width: 100%;
		overflow: hidden;
		padding: 5px 8px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.arbg-excerpt {
		font-size: 13px;
	}

	.arbg-meta {
		font-size: 11px;
		gap: 5px;
	}

	.arbg-button {
		font-size: 12px;
		padding: 11px 12px;
		width: 100%;
	}

	.arbg-grid-card .arbg-button {
		margin: 0 -11px -11px;
		width: calc(100% + 22px);
	}

	.arbg-list-card {
		grid-template-columns: clamp(96px, 38%, 150px) minmax(0, 1fr);
	}

	.arbg-list-card .arbg-cover {
		border-radius: var(--arbg-radius) 0 0 var(--arbg-radius);
		height: 100%;
		min-height: 0;
	}

	.arbg-list-card .arbg-card-body {
		gap: 8px;
		justify-content: flex-start;
		padding: 12px;
	}

	.arbg-list-card .arbg-button,
	.arbg-list-card .arbg-list-card__bottom-button {
		align-self: stretch;
		font-size: 11px;
		justify-content: center;
		margin: 0;
		max-width: 100%;
		min-height: 34px;
		padding: 9px 10px;
		width: 100%;
	}

	.arbg-list-card .arbg-list-card__bottom-button {
		display: flex;
		margin-top: 0;
	}

	.arbg-list-card__footer {
		margin: auto -12px -12px;
	}

	.arbg-list-card .arbg-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.arbg-list-card .arbg-meta {
		font-size: 10px;
	}
}

@media (max-width: 380px) {
	.arbg-list-card {
		grid-template-columns: clamp(84px, 36%, 120px) minmax(0, 1fr);
	}

	.arbg-list-card .arbg-card-body {
		gap: 6px;
		padding: 10px;
	}

	.arbg-list-card .arbg-button,
	.arbg-list-card .arbg-list-card__bottom-button {
		font-size: 10px;
		margin: 0;
		padding-inline: 8px;
		width: 100%;
	}

	.arbg-list-card .arbg-list-card__bottom-button {
		display: flex;
		margin-top: 0;
	}

	.arbg-list-card__footer {
		margin: auto -10px -10px;
	}
}

@media (max-width: 420px) {
	.arbg-search-bar {
		padding-left: 14px;
	}

	.arbg-play-overlay {
		--arbg-play-button-size: 48px;
	}

	.arbg-top-ten {
		border-radius: 22px;
	}

	.arbg-top-ten__header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 14px;
	}

	.arbg-top-ten__track {
		grid-auto-columns: calc((100% - (var(--arbg-top-ten-gap) * (var(--arbg-top-ten-active-columns) - 1))) / var(--arbg-top-ten-active-columns));
		padding-bottom: 4px;
		scroll-snap-type: x mandatory;
	}

	.arbg-top-ten.is-mobile-scroll-disabled .arbg-top-ten__track {
		overflow-x: hidden;
	}

	.arbg-top-ten__poster {
		height: calc(var(--arbg-top-ten-poster-height) * 0.78);
	}

	.arbg-top-ten__content {
		bottom: 14px;
		left: 12px;
		right: 12px;
	}

	.arbg-top-ten__item-title {
		font-size: 15px;
		max-width: 84%;
	}

	.arbg-top-ten__rank {
		bottom: 12px;
		right: 8px;
	}

	.arbg-search-suggestion {
		padding: 11px 14px;
	}

	.arbg-items-grid {
		grid-template-columns: repeat(var(--arbg-grid-columns), minmax(0, 1fr));
	}

	.arbg-excerpt {
		display: none;
	}

	.arbg-card-tax {
		display: inline-flex;
		font-size: 9px;
		padding: 5px 7px;
	}

	.arbg-meta-author,
	.arbg-meta-date {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.arbg-movies *,
	.arbg-movies *::before,
	.arbg-movies *::after {
		animation-duration: 1ms !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}

	.arbg-cover-image,
	.arbg-cover-placeholder {
		transform: none !important;
	}
}
