@font-face {
	font-display: block;
	font-family: 'post-carousel-overlay-arrows';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/overlay.eot?-95vnmw');
	src: url('fonts/overlay.eot?#iefix-95vnmw') format('embedded-opentype'),
	url('fonts/overlay.ttf?-95vnmw') format('truetype'),
	url('fonts/overlay.woff?-95vnmw') format('woff'),
	url('fonts/overlay.svg?-95vnmw#overlay') format('svg');
}

.sow-post-carousel-theme-card {

	.sow-carousel-container {
		padding-inline: 56px;
		position: relative;
	}

	.sow-carousel-items {

		a {
			text-decoration: none;
		}

		.sow-carousel-item {
			box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
			display: flex;
			flex-direction: column;
			padding-top: 0;
			position: relative;
			transition: 300ms ease-in-out;
			height: auto;
			margin: 0 12px;
		}

		.sow-carousel-item-inner {
			padding: 24px;
			padding-bottom: 32px;
		}

		.sow-carousel-item-meta {
			display: flex;
			gap: 10%;
			justify-content: space-between;
			margin-block: 7px 15px;

			.sow-carousel-item-categories {
				list-style: none;
				margin: 0;
				padding: 0;

				li {
					display: inline-block;
					&:not(:last-child):after {
						content: ', ';
					}
				}
			}
		}

		.sow-carousel-item-content {
			line-height: 28px;
		}

		.sow-carousel-item-title {
			z-index: 1;
		}

		.sow-carousel-overlay {
			z-index: 2;
		}

		.sow-carousel-item-title {
			margin: 0;
		}

		.sow-carousel-item-image img {
			height: auto;
			width: 100%;
		}

		.sow-carousel-overlay {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
	}

	.sow-carousel-navigation {

		a.sow-carousel-next,
		a.sow-carousel-previous {
			font-family: 'post-carousel-overlay-arrows';
			font-size: 24px;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			line-height: 23px;
			margin-left: 8px;
			margin-right: 0;
			text-align: right;
			text-decoration: none;
			text-transform: none;
			width: 28px;

			position: absolute;
			top: 42%;

			&:focus,
			&:hover {
				outline: none;
			}
		}

		a.sow-carousel-next {
			right: 0;
		}

		a.sow-carousel-previous {
			left: 0;
		}

		a.sow-carousel-previous:before,
		a.sow-carousel-next:before {
			border-radius: 50%;
			border: 2px solid #001342;
			display: flex;
		}

		a.sow-carousel-previous:before {
			content: "\e600";
		}

		a.sow-carousel-next:before {
			content: "\e601";
		}
	}

	.slick-track {
		align-items: stretch;
		display: flex;
		padding-bottom: 20px;
	}

	.sow-carousel-nav {
		display: flex;
		justify-content: center;
	}

	.slick-dots {
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;

		li {
			cursor: pointer;
			display: inline-block;
			margin: 0;
			padding: 0;
			position: relative;

			button {
				background: transparent;
				border: 0;
				box-shadow: none;
				color: transparent;
				cursor: pointer;
				display: block;
				font-size: 0;
				font-style: normal;
				font-weight: normal;
				height: 12px;
				letter-spacing: normal;
				line-height: 0;
				margin: 0;
				outline: none;
				padding: 0;

				&:active,
				&:hover,
				&:focus {
					box-shadow: none;
					outline: none;
				}

				&:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					content: '•';
					display: block;
					font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
					font-size: 48px;
					font-weight: normal;
					margin-right: 3px;
					position: relative;
				}

				&:last-of-type button:before {
					margin-right: 0;
				}
			}

			&.slick-active button {

				&:before {
					opacity: 1;
				}

				&:hover {
					cursor: default;
				}
			}
		}
	}
}
