.isatc-carousel {
	position: relative;
	width: 100%;
	padding: 0 44px;
	box-sizing: border-box;
}

.isatc-carousel .swiper {
	padding-bottom: 40px;
	overflow: hidden;
}

.isatc-carousel .swiper-slide {
	height: auto;
	display: flex;
}

.isatc-carousel .swiper-button-prev {
	left: 0;
}

.isatc-carousel .swiper-button-next {
	right: 0;
}

@media ( max-width: 767px ) {
	.isatc-carousel {
		padding: 0 32px;
	}
}

.isatc-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 32px;
	box-sizing: border-box;
}

.isatc-card__rating {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 12px;
	color: #f5b301;
}

.isatc-card__body {
	flex-grow: 1;
	min-height: 0;
	overflow-y: auto;
	margin-bottom: 20px;
	scrollbar-width: thin;
}

.isatc-card__body::-webkit-scrollbar {
	width: 6px;
}

.isatc-card__body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.isatc-card__body p:last-child {
	margin-bottom: 0;
}

.isatc-card__meta {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.isatc-card__photo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.isatc-card__meta-text {
	flex-grow: 1;
	min-width: 0;
}

.isatc-card__name {
	font-weight: 600;
}

.isatc-card__business a {
	color: inherit;
	text-decoration: none;
}

.isatc-card__business a:hover {
	text-decoration: underline;
}

.isatc-card__logo {
	height: 32px;
	width: auto;
	flex-shrink: 0;
	object-fit: contain;
}

.isatc-carousel .swiper-button-next,
.isatc-carousel .swiper-button-prev {
	width: 36px;
	height: 36px;
}

.isatc-carousel .swiper-button-next::after,
.isatc-carousel .swiper-button-prev::after {
	font-size: 16px;
}

.isatc-carousel .swiper-pagination-bullets {
	bottom: 0;
}

.isatc-empty-notice {
	padding: 16px;
	background: #f8f8f8;
	border: 1px dashed #ccc;
	color: #666;
}
