/*
Theme Name: GetGaming (Twenty Twenty-Five Child)
Template: twentytwentyfive
Version: 1.0.0
Text Domain: gp-twentytwentyfive
Description: Тёмная резиновая тема для getgaming.ru на базе Twenty Twenty-Five.
*/

:root {
	--gp-bg: #0f1113;
	--gp-bg-2: #15181c;
	--gp-surface: #1b1f24;
	--gp-surface-2: #22272e;
	--gp-border: #2a2f36;
	--gp-text: #e7eaec;
	--gp-muted: #9aa1a9;
	--gp-lime: #b6e400;
	--gp-lime-2: #9fd400;
	--gp-radius: 10px;
	--gp-pad: clamp(14px, 2.2vw, 40px);
	--gp-gap: clamp(12px, 1.4vw, 22px);
	--gp-header-h: 64px;
}

/* ---------- Base ---------- */

body {
	background: var(--gp-bg);
	color: var(--gp-text);
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.5;
}

a {
	color: var(--gp-lime);
	text-decoration: none;
}
a:hover,
a:focus {
	color: var(--gp-lime-2);
	text-decoration: none;
}

/* Убираем стандартные ограничения ширины — делаем резиновым */
.wp-site-blocks {
	max-width: none;
	padding: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.wp-block-group.alignwide,
.wp-block-group.alignfull {
	max-width: none;
}

img {
	border-radius: 0;
}

::selection {
	background: var(--gp-lime);
	color: #0b0d0e;
}

/* ---------- Header ---------- */

.gp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(15, 17, 19, 0.96);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--gp-border);
}

.gp-header-inner {
	padding: 10px var(--gp-pad);
	gap: 24px;
	min-height: var(--gp-header-h);
	justify-content: center;
}

.gp-brand {
	gap: 12px;
	align-items: center;
}

.gp-brand .wp-block-site-logo img {
	border-radius: 8px;
	display: block;
}

.gp-brand .wp-block-site-title {
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
}
.gp-brand .wp-block-site-title a {
	color: var(--gp-text);
}
.gp-brand .wp-block-site-title a:hover {
	color: var(--gp-lime);
}

.gp-nav {
	gap: 20px;
	flex: 0 1 auto;
	min-width: 0;
	justify-content: center;
}

/* меню */
.wp-block-navigation.gp-menu,
.gp-nav .wp-block-navigation {
	--wp--style--block-gap: 4px;
}
.gp-nav .wp-block-navigation-item__content {
	color: var(--gp-text);
	font-weight: 600;
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.gp-nav .wp-block-navigation-item__content:hover,
.gp-nav .current-menu-item > .wp-block-navigation-item__content {
	color: #0b0d0e;
	background: var(--gp-lime);
}

/* поиск */
.gp-search {
	margin: 0;
	flex: 0 0 auto;
	width: clamp(240px, 30vw, 520px);
}
.gp-search .wp-block-search__inside-wrapper {
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.gp-search .wp-block-search__input {
	background: transparent;
	border: 0;
	color: var(--gp-text);
	padding: 9px 12px;
	min-width: 0;
	flex: 1 1 auto;
	outline: none;
}
.gp-search .wp-block-search__input::placeholder {
	color: var(--gp-muted);
}
.gp-search .wp-block-search__button {
	background: var(--gp-lime);
	color: #0b0d0e;
	border: 0;
	border-radius: 0;
	padding: 9px 16px;
	font-weight: 700;
	margin: 0;
	cursor: pointer;
}
.gp-search .wp-block-search__button:hover {
	background: var(--gp-lime-2);
}

/* ---------- Main / контейнер ---------- */

.gp-main {
	display: block;
}

.gp-container {
	padding: clamp(18px, 2.4vw, 36px) var(--gp-pad);
	max-width: none;
}

.gp-section-title,
.wp-block-heading.gp-section-title {
	position: relative;
	font-size: clamp(18px, 1.7vw, 26px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-left: 16px;
	margin: 0 0 20px;
	border-left: 4px solid var(--gp-lime);
	display: inline-block;
}
.gp-section-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 60px;
	height: 2px;
	background: var(--gp-lime);
}

/* ---------- Сетка карточек ---------- */

.gp-grid-query {
	margin: 0;
}

.wp-block-post-template.gp-grid,
.gp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: var(--gp-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gp-card {
	position: relative;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: var(--gp-radius);
	overflow: hidden;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	display: flex;
	flex-direction: column;
}
.gp-card:hover {
	transform: translateY(-4px);
	border-color: var(--gp-lime);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

.gp-card .wp-block-post-featured-image {
	margin: 0;
	line-height: 0;
}
.gp-card .wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	display: block;
	transition: opacity 0.18s ease;
}
.gp-card:hover .wp-block-post-featured-image img {
	opacity: 0.9;
}

.gp-card-title,
.gp-card .wp-block-post-title {
	margin: 0;
	padding: 10px 12px 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
}
.gp-card .wp-block-post-title a {
	color: var(--gp-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gp-card:hover .wp-block-post-title a {
	color: var(--gp-lime);
}

.gp-card-meta,
.gp-card .wp-block-post-date {
	margin: 0;
	padding: 6px 12px 12px;
	font-size: 12px;
	color: var(--gp-muted);
}
.gp-card .wp-block-post-date a {
	color: var(--gp-muted);
}
.gp-card .wp-block-post-date a:hover {
	color: var(--gp-lime);
}

/* индикатор-метка на обложке (если появятся метки) */
.gp-card .wp-block-post-terms {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}
.gp-card .wp-block-post-terms a {
	display: inline-block;
	background: var(--gp-lime);
	color: #0b0d0e;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 6px;
	text-transform: uppercase;
}

/* ---------- Пагинация ---------- */

.gp-pagination {
	margin: 30px 0 10px;
	gap: 8px;
}
.gp-pagination .page-numbers,
.gp-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 8px;
	color: var(--gp-text);
	font-weight: 600;
}
.gp-pagination .page-numbers:hover,
.gp-pagination a:hover {
	border-color: var(--gp-lime);
	color: var(--gp-lime);
}
.gp-pagination .page-numbers.current {
	background: var(--gp-lime);
	border-color: var(--gp-lime);
	color: #0b0d0e;
}
.wp-block-query-pagination.gp-pagination a {
	color: var(--gp-text);
}

/* ---------- Одиночная запись ---------- */

.gp-single {
	padding: clamp(18px, 2.4vw, 40px) var(--gp-pad) 60px;
	max-width: none;
}
.gp-single-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.gp-single .wp-block-post-title {
	font-size: clamp(24px, 3vw, 40px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 16px;
	color: #fff;
}
.gp-single .wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: var(--gp-radius);
	margin-bottom: 22px;
}
.gp-single .wp-block-post-content {
	font-size: 16px;
	line-height: 1.7;
	color: #d7dbde;
}
.gp-single .wp-block-post-content h2,
.gp-single .wp-block-post-content h3 {
	color: #fff;
	margin-top: 1.4em;
}
.gp-single .wp-block-post-content img {
	height: auto;
	border-radius: 8px;
}
.gp-single .wp-block-post-content a {
	color: var(--gp-lime);
	text-decoration: underline;
}

.gp-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	color: var(--gp-muted);
	font-size: 13px;
	margin: 0 0 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--gp-border);
}

.gp-single .wp-block-post-terms a {
	display: inline-block;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 6px;
	padding: 4px 10px;
	margin: 0 0 8px 0;
	font-size: 12px;
	color: var(--gp-muted);
}
.gp-single .wp-block-post-terms a:hover {
	border-color: var(--gp-lime);
	color: var(--gp-lime);
}

/* рейтинг/оценка (мета gamepress) */
.gp-rating {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 10px 16px;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-left: 4px solid var(--gp-lime);
	border-radius: var(--gp-radius);
}
.gp-rating .score {
	font-size: 26px;
	font-weight: 800;
	color: var(--gp-lime);
}
.gp-rating .desc {
	color: var(--gp-muted);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

/* комментарии */
.gp-single .wp-block-comments,
.gp-single .comment-respond {
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: var(--gp-radius);
	padding: 22px;
	margin-top: 30px;
}
.gp-single .wp-block-comment-content,
.gp-single .comment-content {
	color: #d7dbde;
}

/* ---------- Архивы / поиск ---------- */

.gp-archive-head {
	padding: clamp(20px, 2.6vw, 40px) var(--gp-pad) 0;
}
.gp-archive-head h1,
.wp-block-query-title {
	font-size: clamp(22px, 2.4vw, 34px);
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 6px;
}
.gp-archive-head .wp-block-term-description,
.gp-archive-head p {
	color: var(--gp-muted);
	margin: 0;
}

/* ---------- Footer ---------- */

.gp-footer {
	background: var(--gp-bg-2);
	border-top: 1px solid var(--gp-border);
	margin-top: 40px;
	color: var(--gp-muted);
}
.gp-footer-inner {
	padding: clamp(24px, 3vw, 48px) var(--gp-pad) 28px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
}
.gp-footer .wp-block-site-title,
.gp-footer h2,
.gp-footer h3 {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin: 0 0 12px;
}
.gp-footer a {
	color: var(--gp-muted);
}
.gp-footer a:hover {
	color: var(--gp-lime);
}
.gp-footer .wp-block-navigation-item__content {
	color: var(--gp-muted);
	padding: 3px 0;
}
.gp-footer p {
	color: var(--gp-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 8px;
}
.gp-footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid var(--gp-border);
	padding: 16px var(--gp-pad);
	font-size: 12px;
	color: var(--gp-muted);
}
.gp-copyright {
	margin: 0;
}
.gp-disclaimer {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: var(--gp-muted);
}

/* ---------- Формы / misc ---------- */

input,
textarea,
select {
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 8px;
	color: var(--gp-text);
	padding: 9px 12px;
}
input:focus,
textarea:focus,
select:focus {
	border-color: var(--gp-lime);
	outline: none;
}

.wp-block-button__link,
button,
input[type="submit"] {
	background: var(--gp-lime);
	color: #0b0d0e;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
}

/* ---------- Адаптив ---------- */

@media (max-width: 900px) {
	.gp-header-inner {
		flex-wrap: wrap;
	}
	.gp-nav {
		width: 100%;
		justify-content: flex-start;
	}
	.gp-search .wp-block-search__input {
		min-width: 120px;
	}
}

@media (max-width: 600px) {
	.wp-block-post-template.gp-grid,
	.gp-grid {
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
		gap: 10px;
	}
	.gp-nav .wp-block-navigation-item__content {
		padding: 6px 8px;
		font-size: 13px;
	}
}

/* ---------- Хлебные крошки ---------- */

.gp-breadcrumbs {
	padding: 0 0 14px;
	font-size: 13px;
	color: var(--gp-muted);
}
.gp-breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.gp-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.gp-breadcrumbs a {
	color: var(--gp-muted);
	text-decoration: none;
}
.gp-breadcrumbs a:hover {
	color: var(--gp-lime);
}
.gp-breadcrumbs [aria-current="page"] {
	color: var(--gp-lime);
	font-weight: 600;
}
.gp-bc-sep {
	color: var(--gp-lime);
	margin: 0 2px;
}
.gp-archive-head .gp-breadcrumbs {
	padding-top: 4px;
	padding-bottom: 10px;
}
.gp-single .gp-breadcrumbs {
	padding-bottom: 18px;
}

/* ---------- Меню рубрик ---------- */

.gp-catmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
	max-width: 100%;
}

.gp-catmenu-item {
	position: relative;
}

.gp-catmenu-item > a {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--gp-text);
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding: 10px 12px;
	border-radius: 8px;
	white-space: nowrap;
}
.gp-catmenu-item > a:hover,
.gp-catmenu-item.gp-open > a {
	color: #0b0d0e;
	background: var(--gp-lime);
}

.gp-caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform 0.15s ease;
}
.gp-catmenu-item.gp-open > a .gp-caret,
.gp-catmenu-item:hover > a .gp-caret {
	transform: rotate(180deg);
}

.gp-submenu {
	list-style: none;
	margin: 0;
	padding: 8px;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 230px;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.6);
	z-index: 120;
	display: none;
}
/* невидимый «мост», чтобы курсор не терял подменю при переходе */
.gp-submenu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	height: 14px;
}
.gp-catmenu-item.has-children:hover > .gp-submenu,
.gp-catmenu-item.has-children:focus-within > .gp-submenu,
.gp-catmenu-item.gp-open > .gp-submenu {
	display: block;
}

.gp-submenu.gp-cols-2 {
	columns: 2;
	column-gap: 8px;
	width: 480px;
}
.gp-submenu li {
	break-inside: avoid;
}
.gp-submenu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 10px;
	border-radius: 7px;
	color: var(--gp-text);
	font-size: 13px;
	white-space: nowrap;
}
.gp-submenu a:hover {
	background: rgba(182, 228, 0, 0.12);
	color: var(--gp-lime);
}
.gp-count {
	color: var(--gp-muted);
	font-size: 11px;
}
.gp-name {
	flex: 0 1 auto;
}

/* многоуровневые подменю — раскрываются вправо от родителя */
.gp-submenu .gp-submenu {
	top: -8px;
	left: 100%;
	right: auto;
	min-width: 220px;
	width: auto;
	columns: 1;
	/* мост вбок для вложенных уровней */
}
.gp-submenu .gp-submenu::before {
	top: 0;
	bottom: 0;
	left: -14px;
	right: auto;
	width: 14px;
	height: auto;
}
.gp-sub-item > a {
	justify-content: flex-start;
	gap: 8px;
}
.gp-sub-item .gp-caret-right {
	margin-left: auto;
}
.gp-caret-right {
	border-left: 5px solid currentColor;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
}

/* последний пункт — выравниваем выпадашку по правому краю */
.gp-catmenu-item:last-child > .gp-submenu {
	left: auto;
	right: 0;
}

@media (max-width: 900px) {
	.gp-nav {
		justify-content: flex-start;
	}
	.gp-catmenu {
		max-width: 100%;
		flex-wrap: wrap;
	}
	.gp-search {
		flex: 1 1 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0;
	}
	.gp-catmenu-item > .gp-submenu {
		left: 0;
		right: auto;
		width: auto;
		columns: 1;
	}
	.gp-submenu.gp-cols-2 {
		width: auto;
	}
}

/* ---------- Лента превью на главной ---------- */

.gp-feed {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	column-gap: clamp(14px, 1.4vw, 22px);
	row-gap: clamp(26px, 2.6vw, 42px);
}

.gp-post {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: var(--gp-radius);
	padding: 12px;
	overflow: hidden;
}

.gp-post-title {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gp-post-title a {
	color: #ffffff;
}
.gp-post-title a:hover {
	color: var(--gp-lime);
}

.gp-post-meta {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	color: var(--gp-muted);
	font-size: 11px;
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--gp-border);
}
.gp-post-date {
	flex: 0 0 auto;
	white-space: nowrap;
}
.gp-post-cats {
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gp-post-cats a {
	color: var(--gp-lime);
}
.gp-post-cats a:hover {
	text-decoration: underline;
}
.gp-post-views {
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--gp-lime);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.gp-eye {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.gp-post-preview {
	color: #d7dbde;
	font-size: 13px;
	line-height: 1.5;
}
.gp-post-preview img {
	width: 100%;
	height: auto;
	max-height: 240px;
	object-fit: cover;
	border-radius: 8px;
}
.gp-post-preview p {
	margin: 0 0 0.7em;
}
.gp-post-preview h2,
.gp-post-preview h3 {
	color: #ffffff;
	font-size: 15px;
}
/* не показываем блок соц-кнопок в превью на главной */
.gp-post-preview .social,
.gp-post-preview .ya-share2 {
	display: none;
}
.gp-post-preview .poster img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.gp-post-more {
	margin-top: auto;
	padding-top: 10px;
}
.gp-post-more a {
	font-weight: 700;
	font-size: 13px;
	color: var(--gp-lime);
}
.gp-post-more a:hover {
	text-decoration: underline;
}
/* дублирующая ссылка «(далее…)» внутри превью не нужна */
.gp-post-preview .more-link {
	display: none;
}

/* число колонок: 6 в ряд, адаптивно на узких экранах */
@media (max-width: 1280px) {
	.gp-feed {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
@media (max-width: 1024px) {
	.gp-feed {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 820px) {
	.gp-feed {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 600px) {
	.gp-feed {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ---------- Похожие игры на странице записи ---------- */

.gp-related {
	margin: 36px 0 8px;
	padding-top: 22px;
	border-top: 1px solid var(--gp-border);
}
.gp-related-title {
	font-size: 18px;
	color: #fff;
	margin: 0 0 16px;
}
.gp-related-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gp-related-item {
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: var(--gp-radius);
	overflow: hidden;
}
.gp-related-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--gp-text);
	text-decoration: none;
}
.gp-related-thumb {
	display: block;
}
.gp-related-thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.gp-related-name {
	display: block;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}
.gp-related-link:hover .gp-related-name {
	color: var(--gp-lime);
}
@media (max-width: 700px) {
	.gp-related-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ---------- Кнопка «наверх» (Smooth Back To Top Button) ---------- */

.smooth-back-to-top-button {
	bottom: 30px !important;
	background-color: var(--gp-lime) !important;
	background-image: none !important;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45), inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important;
	transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}
.smooth-back-to-top-button.btn-right-side {
	right: 30px !important;
}
.smooth-back-to-top-button.btn-left-side {
	left: 30px !important;
}

.smooth-back-to-top-button::after {
	color: #0b0d0e !important;
}

.smooth-back-to-top-button:hover {
	background-color: var(--gp-lime-2) !important;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55), inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important;
}
.smooth-back-to-top-button:hover::after {
	color: #0b0d0e !important;
}

.smooth-back-to-top-button svg.progress-circle path,
.smooth-back-to-top-button svg.progress-circle rect {
	stroke: #0b0d0e !important;
}

.gp-feed-pagination {
	margin: 56px 0 16px;
}
.gp-feed-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.gp-feed-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	background: var(--gp-surface);
	border: 1px solid var(--gp-border);
	border-radius: 8px;
	color: var(--gp-text);
	font-weight: 600;
}
.gp-feed-pagination .page-numbers.current {
	background: var(--gp-lime);
	border-color: var(--gp-lime);
	color: #0b0d0e;
}
.gp-feed-pagination .page-numbers:hover {
	border-color: var(--gp-lime);
	color: var(--gp-lime);
}
