.tooto-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.tooto-breadcrumbs__separator {
	opacity: 0.7;
}

.tooto-breadcrumbs__link {
	text-decoration: none;
}
@media (max-width: 767px) {
	.tooto-breadcrumbs {
		font-size: 12px;
	}
}
.tooto-breadcrumbs__link:hover {
	text-decoration: underline;
}

/* Solutions Tabs */
.tooto-solutions-tabs {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.tooto-solutions-tabs__tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	border-bottom: 1px solid #e5e5e5;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none; /* Firefox */
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.tooto-solutions-tabs__tabs::-webkit-scrollbar {
	display: none; /* WebKit */
}

/* Tooto Loop Grid (desktop grid, mobile scroll-snap) */
.tooto-loop-grid__items {
	display: grid;
	gap: 24px;
}

.tooto-loop-grid__item {
	min-width: 0;
}

.tooto-loop-grid__empty {
	padding: 12px;
	border: 1px dashed #ccc;
	color: #666;
}

/* Tooto Popover */
.tooto-popover {
	display: inline-block;
	position: relative;
}

.tooto-popover__trigger {
	display: inline-block;
}

.tooto-popover__trigger-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	border: none;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
	vertical-align: middle;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.tooto-popover__trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tooto-popover__trigger-icon svg {
	fill: currentColor;
}

.tooto-popover__trigger-text {
	line-height: 1.2;
}

.tooto-popover__panel {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	color: inherit;
	min-width: 120px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.tooto-popover__panel.is-open {
	display: block;
	animation: tootoPopoverIn 0.14s ease-out;
}

.tooto-popover__panel-inner {
	padding: 0;
}

/* 菜单样式 */
.tooto-popover__menu {
	margin: 0;
}

.tooto-popover__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tooto-popover__menu-list li {
	margin: 0;
}

.tooto-popover__menu-list a {
	display: block;
	padding: 10px 16px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s, background-color 0.2s;
}

.tooto-popover__menu-list a:hover {
	text-decoration: none;
}

.tooto-popover__arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	transform: translateX(-50%) rotate(45deg);
}

.tooto-popover__arrow::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #fff;
}

.tooto-popover__panel[data-placement="top"] .tooto-popover__arrow {
	left: var(--tooto-popover-arrow-left, 50%);
	bottom: -5px;
}

.tooto-popover__panel[data-placement="bottom"] .tooto-popover__arrow {
	left: var(--tooto-popover-arrow-left, 50%);
	top: -5px;
}

.tooto-popover__panel[data-placement="left"] .tooto-popover__arrow {
	top: var(--tooto-popover-arrow-top, 50%);
	right: -5px;
	transform: translateY(-50%) rotate(45deg);
}

.tooto-popover__panel[data-placement="right"] .tooto-popover__arrow {
	top: var(--tooto-popover-arrow-top, 50%);
	left: -5px;
	transform: translateY(-50%) rotate(45deg);
}

.tooto-popover__empty {
	color: #999;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

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

@media (max-width: 767px) {
	.tooto-loop-grid__items {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
	}

	.tooto-loop-grid__items::-webkit-scrollbar {
		display: none; /* WebKit */
	}

	.tooto-loop-grid__item {
		flex: 0 0 auto;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}

/* Tooto Loop Grid: mobile scroll-snap override for Elementor Loop Grid markup */
@media (max-width: 767px) {
	.elementor-loop-container:not(.elementor-posts-masonry){
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding-inline: 20px;
		scroll-padding-inline: calc((100vw - var(--tooto-snap-item-width, 100%)) / 2);
	}
	.elementor-widget-tooto-loop-grid .elementor-loop-container {
		display: flex !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
		gap: var(--grid-column-gap, 30px);
	}

	.elementor-widget-tooto-loop-grid .elementor-loop-container::-webkit-scrollbar {
		display: none; /* WebKit */
	}

	.elementor-widget-tooto-loop-grid .elementor-loop-container > .e-loop-item {
		flex: 0 0 auto;
		width: var(--tooto-snap-item-width, 100%);
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	.elementor-widget-tooto-loop-grid .elementor-loop-container > .e-loop-item:first-child {
		scroll-snap-align: start;
	}

	.elementor-widget-tooto-loop-grid .elementor-loop-container > .e-loop-item:last-child {
		scroll-snap-align: end;
	}
}

.tooto-solutions-tabs__tab {
	position: relative;
	padding: 12px 0;
	background: none;
	border: none;
	font-size: 15px;
	cursor: pointer;
	color: #333;
    white-space: nowrap;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.tooto-solutions-tabs__tab::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: transparent;
	transition: background-color 0.2s;
}

.tooto-solutions-tabs__tab.is-active {
	color: #1a56db;
	font-weight: 600;
}

.tooto-solutions-tabs__tab.is-active::after {
	background: #1a56db;
}

.tooto-solutions-tabs__panels {
	position: relative;
	overflow: visible;
}

.tooto-solutions-tabs__swiper {
	overflow: hidden;
}

.tooto-solutions-tabs__swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.tooto-solutions-tabs__swiper .swiper-slide {
	height: auto;
}

.tooto-solutions-tabs__panel {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: auto;
	min-width: 320px;
	max-width: 1100px;
	flex: 0 0 auto;
	height: 100%;
}

@media (min-width: 1200px) {
	.tooto-solutions-tabs__panel {
		max-width: 1050px;
	}
}

.tooto-solutions-tabs__hero {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	min-height: 320px;
	width: 100%;
}

.tooto-solutions-tabs__hero-media {
	display: block;
	width: auto;
	height: 100%;
}

.tooto-solutions-tabs__hero-media img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
}

.tooto-solutions-tabs__hero-content {
	position: absolute;
	inset: 0;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	padding: 24px;
	color: #fff;
	max-width: none;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	background: linear-gradient(180deg, rgba(25, 25, 25, 0) 61%, #191919 89%);
	box-sizing: border-box;
}

.tooto-solutions-tabs__hero-title,
.tooto-solutions-tabs__hero-link {
	color: #fff;
	text-align: justify;
}

.tooto-solutions-tabs__hero-title {
	font-size: 40px;
	line-height: 1.2;   
    font-weight: 600;
}

.tooto-solutions-tabs__hero-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
    font-size: 16px;
    line-height: 24px;
	color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	padding: 8px 14px;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(4px);
	transition: color 0.2s;
}
.tooto-solutions-tabs__hero-link:hover {
	color: #ffffffcc;
}
.tooto-solutions-tabs__products {
	margin-top: 16px;
}

.tooto-solutions-tabs__products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

@media (max-width: 1024px) {
	.tooto-solutions-tabs__products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.tooto-solutions-tabs__products-grid {
		grid-template-columns: 1fr;
	}
}

.tooto-solutions-tabs__product-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #F9FAFB;
	height: 100%;
	position: relative;
}

.tooto-solutions-tabs__product-thumb {
	width: 128px;
	height: 128px;
	flex-shrink: 0;
	display: grid;
	place-items: center;
	background: #f7f7f7;
	overflow: hidden;
}

.tooto-solutions-tabs__product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 767px) {
	.tooto-solutions-tabs__product-thumb {
		width: 80px;
		height: 80px;
	}
}
.tooto-solutions-tabs__product-title {
	font-size: 15px;
	font-weight: 600;
	color: #111;
	margin-bottom: 6px;
}
@media (max-width: 767px) {
	.tooto-solutions-tabs__product-title {
		font-size: 14px;
	}
}
.tooto-solutions-tabs__product-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	/* 无文字、不占位，仅用于整卡可点击 */
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-decoration: none;
}

.tooto-solutions-tabs__product-link::after {
	content: '';
	position: absolute;
	inset: 0;
}

.tooto-solutions-tabs__nav {
	position: absolute;
	top: 50%;
	left: -52px;
	right: -52px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 3;
	transform: translateY(-50%);
}

.tooto-solutions-tabs__nav-btn {
	pointer-events: auto;
	border: none;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.tooto-solutions-tabs__empty {
	padding: 12px;
	border: 1px dashed #ccc;
	border-radius: 6px;
	color: #666;
}

/* Tooto Timeline */
.tooto-timeline {
	position: relative;
	padding-left: 40px;
}

.tooto-timeline__line {
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #2d5016;
	opacity: 0;
}

.tooto-timeline__items {
	position: relative;
	display: flex;
	flex-direction: column;
}

.tooto-timeline__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.tooto-timeline__marker {
	position: absolute;
	left: -36px;
	top: 36px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2d5016;
	z-index: 2;
	flex-shrink: 0;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.tooto-timeline__item:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #2d5016;
	left: -32px;
	top: 36px;
}

.tooto-timeline__item:hover .tooto-timeline__marker {
	background-color: #d4c5a9;
	box-shadow: 0px 0px 10px 0px rgba(220, 193, 157, 0.81);
}

.tooto-timeline__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

.tooto-timeline__step-label {
	font-size: 14px;
	line-height: 1.5;
	color: #6b7280;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}
.tooto-timeline__item:hover .tooto-timeline__content {
	opacity: 1;
}


.tooto-timeline__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #1f2937;
}

.tooto-timeline__description {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #1f2937;
	font-weight: 400;
}

@media (max-width: 767px) {
	.tooto-timeline {
		padding-left: 32px;
	}

	.tooto-timeline__marker {
		left: -35px;
        width: 8px;
        height: 8px;
	}

	.tooto-timeline__step-label {
		font-size: 12px;
	}

	.tooto-timeline__title {
		font-size: 16px;
	}

	.tooto-timeline__description {
		font-size: 14px;
	}
}

/* Tooto Post */
.tooto-post {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
}

.tooto-post:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tooto-post__thumbnail {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.tooto-post__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

.tooto-post:hover .tooto-post__thumbnail img {
	transform: scale(1.1);
}

.tooto-post__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	transition: background 0.3s ease;
	z-index: 1;
}

.tooto-post:hover .tooto-post__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.tooto-post__content {
	position: relative;
	z-index: 2;
	padding: 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tooto-post__meta {
	margin-bottom: 4px;
}

.tooto-post__date {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	opacity: 0.9;
}

.tooto-post__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: -webkit-line-clamp 0.3s ease;
	min-height: calc(1.4em * 2);
}

.tooto-post__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tooto-post__title a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.tooto-post__hover-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease-in-out;
	overflow: hidden;
}

.tooto-post__hover-content > * {
	min-height: 0;
}

.tooto-post:hover .tooto-post__hover-content {
	grid-template-rows: 1fr;
}

.tooto-post:hover .tooto-post__title {
	-webkit-line-clamp: 3;
	min-height: calc(1.4em * 3);
}

.tooto-post__hover-content__wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tooto-post__excerpt-wrapper {
	display: block;
}

.tooto-post__excerpt {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	opacity: 0.95;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tooto-post__read-more {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
	align-self: flex-start;
}

.tooto-post__read-more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

.tooto-post__read-more:hover {
	color: rgba(255, 255, 255, 0.9);
}

.tooto-post__read-more:hover::after {
	width: 100%;
}

.tooto-post__empty {
	padding: 20px;
	text-align: center;
	color: #666;
	border: 1px dashed #ccc;
	border-radius: 8px;
	background: #f9f9f9;
}

@media (max-width: 767px) {
	.tooto-post__content {
		padding: 20px;
	}

	.tooto-post__date {
		font-size: 12px;
	}

	.tooto-post__title {
		font-size: 18px;
	}

	.tooto-post__excerpt {
		font-size: 14px;
	}

	.tooto-post__read-more {
		font-size: 13px;
	}
}

/* Tooto Posts Grid */
.tooto-posts__grid {
	display: grid;
	width: 100%;
}

.tooto-posts__grid--columns-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tooto-posts__grid--columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tooto-posts__grid--columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tooto-posts__grid--columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* 图片比例样式 */
.tooto-post--aspect-landscape {
	aspect-ratio: 4 / 3;
	min-height: auto !important;
}

.tooto-post--aspect-portrait {
	aspect-ratio: 3 / 4;
	min-height: auto !important;
}

.tooto-post--aspect-square {
	aspect-ratio: 1 / 1;
	min-height: auto !important;
}

.tooto-post--aspect-auto {
	aspect-ratio: auto;
}

/* 响应式：移动端自动调整为单列 */
@media (max-width: 767px) {
	.tooto-posts__grid--columns-2,
	.tooto-posts__grid--columns-3,
	.tooto-posts__grid--columns-4 {
		grid-template-columns: 1fr;
	}
}

/* 响应式：平板端 */
@media (min-width: 768px) and (max-width: 1024px) {
	.tooto-posts__grid--columns-3,
	.tooto-posts__grid--columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.tooto-posts__empty {
	padding: 40px 20px;
	text-align: center;
	color: #666;
	border: 1px dashed #ccc;
	border-radius: 8px;
	background: #f9f9f9;
	font-size: 16px;
}

/* Tooto Posts Pagination */
.tooto-posts__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 40px;
}

.tooto-posts__pagination-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tooto-posts__pagination-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #9ca3af;
	text-decoration: none;
	line-height: 1;
	transition: color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
	border-radius: 6px;
}

.tooto-posts__pagination-arrow svg {
	display: block;
	transition: transform 0.3s ease;
}

.tooto-posts__pagination-arrow:hover:not(.is-disabled) {
	color: #374151;
	transform: scale(1.1);
}

.tooto-posts__pagination-arrow.is-disabled {
	color: #d1d5db;
	cursor: not-allowed;
	pointer-events: none;
}

.tooto-posts__pagination-numbers {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tooto-posts__pagination-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	border-radius: 6px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tooto-posts__pagination-number:hover {
	background-color: #f3f4f6;
	color: #111827;
}

.tooto-posts__pagination-number.is-active {
	background-color: #2d5016;
	color: #ffffff;
	cursor: default;
	pointer-events: none;
}

.tooto-posts__pagination-number.is-active:hover {
	background-color: #2d5016;
	color: #ffffff;
}

.tooto-posts__pagination-jump {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tooto-posts__pagination-label {
	font-size: 14px;
	line-height: 1.5;
	color: #374151;
}

.tooto-posts__pagination-dropdown {
	position: relative;
	display: inline-block;
}

.tooto-posts__pagination-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 6px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #374151;
	background-color: #ffffff;
	cursor: pointer;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
	min-width: 60px;
	font-family: inherit;
}

.tooto-posts__pagination-dropdown-toggle:hover {
	border-color: #9ca3af;
	background-color: #f9fafb;
}

.tooto-posts__pagination-dropdown-toggle:focus {
	outline: none;
	border-color: #2d5016;
	box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

.tooto-posts__pagination-dropdown-toggle[aria-expanded="true"] {
	border-color: #2d5016;
	box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

.tooto-posts__pagination-dropdown-toggle[aria-expanded="true"] .tooto-posts__pagination-dropdown-icon {
	transform: rotate(180deg);
}

.tooto-posts__pagination-dropdown-value {
	font-weight: 500;
}

.tooto-posts__pagination-dropdown-icon {
	display: block;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	color: #6b7280;
}

.tooto-posts__pagination-dropdown-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 4px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	z-index: 10;
	max-height: 200px;
	overflow-y: auto;
}

.tooto-posts__pagination-dropdown-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tooto-posts__pagination-dropdown-item {
	display: block;
	padding: 8px 12px;
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.tooto-posts__pagination-dropdown-item:hover {
	background-color: #f3f4f6;
	color: #111827;
}

.tooto-posts__pagination-dropdown-item.is-selected {
	background-color: #2d5016;
	color: #ffffff;
	font-weight: 500;
}

.tooto-posts__pagination-dropdown-item.is-selected:hover {
	background-color: #2d5016;
	color: #ffffff;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

@media (max-width: 767px) {
	.tooto-posts__pagination {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.tooto-posts__pagination-nav {
		justify-content: center;
	}

	.tooto-posts__pagination-jump {
		justify-content: center;
	}
}

