.swiper-container-wrapper.swiper-style-articleslider{
	figcaption{
		display: flex;
		gap: 48px;
		margin: 6px 0 0;
		font-size: 16px;
		line-height: 1.375;
		color: var(--wp--preset--color--gray-40);
		text-wrap: auto;

		@media (max-width: 767px){
			gap: 12px;
		}

		.text{
			margin: 10px 0 0;
			flex-grow: 1;
		}
		.number{
			flex-shrink: 0;
			font-weight: 700;
			color: var(--wp--preset--color--gray-20);

			span{
				color: var(--wp--preset--color--gray-60);
			}
		}
	}

	@media (max-width: 899px){
		.swiper-button-next, .swiper-button-prev{
			display: none !important;
		}
	}

	@media (min-width: 900px){
		.swiper-horizontal > .swiper-pagination-bullets[style*="display: block"]{
			display: none !important;
		}
	}
}