.magazine-highlight-slider {
	padding-bottom: 90px;

	.splide__arrows {
		bottom: 0;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: translateX(-50%);
		width: 100%;
		height: 44px;

		.splide__arrow {
			background: transparent;
			padding: 0;
			width: 15px;
			height: 24px;
			margin: 0;

			&:focus {
				box-shadow: none;
			}

			&:after {
				display: none;
			}
		}

		.splide__pagination {
			position: relative;
			display: flex;
			width: auto;
			padding: 0 14px;
			bottom: 0;
			height: 44px;

			li {
				height: 24px;
				margin: 0 10px;
				display: flex;
				align-items: center;
			}
		}

		.splide__pagination__page {
			background: #6F6F6F;
			height: 16px;
			width: 16px;
			margin: 0;

			&.is-active {
				background: #95C11F;
				width: 50px;
				height: 24px;
				border-radius: 40px;
			}
		}
	}

	.splide__slide {
		display: flex;

		div, p {
			width: 50%;

			&:first-child {
				padding-right: 5px;
			}

			&:last-child {
				padding-left: 5px;
			}
		}

		img {
			height: 100%;
			object-fit: cover;
			border-radius: 30px 0 30px 0;
		}

		p {
			font-size: 18px;

			span {
				display: inline-block;

				&:first-child {
					font-weight: bold;
					margin-bottom: 16px;
				}

				&:last-child {
					font-size: 14px;
					line-height: 1;
				}
			}
		}
	}
}
