.sw-summary {
	width: 100%;
	background: #fff;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
	font-family: "soleil", sans-serif;
	width: 100%;
	overflow: hidden;
}

.sw-summary--blank .sw-summary__blank-message {
	display: block;
}

.sw-summary--blank .sw-summary__skeleton,
.sw-summary--blank .sw-summary__footer {
	display: none;
}

.sw-summary__blank-message {
	display: none;
}

.sw-summary__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0px;
	margin-bottom: 15px;
}

.sw-summary__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 15px;
}

.sw-summary__content {
	background: #F7F7F7;
	border-radius: 20px;
	padding: 15px;
	margin: 15px;
}

.sw-summary__suggestions {
	display: inline-flex;
	gap: 10px;
	list-style: none;
	margin: 0px;
	margin-bottom: 15px;
	overflow: auto;
	padding-left: 15px;
	white-space: nowrap;
	width: calc(100% - 15px);
}

.sw-summary__suggestions.disabled {
	display: none;
}

.sw-summary__suggestion {
	background: #F5FFCC;
	border-radius: 46px;
	border: none;
	color: #000;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-weight: 500;
	padding: 9px 20px;
	text-align: center;
	cursor: pointer;
	transition: 0.15s ease-in-out all;
	font-family: "soleil", sans-serif;
	margin-top: 0px;
}

.sw-summary__suggestion:hover {
	background: #daf07f;
}

.sw-summary__form {
	min-width: 213px;
	margin-bottom: 0px;
}

.sw-summary__input-wrapper {
	border-radius: 47px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	font-family: "soleil", sans-serif;
	font-weight: 500;
	gap: 7.5px;
	justify-content: space-between;
	padding: 5px;
}

.sw-summary__input {
	border: none;
	font-size: 16px;
	color: #000;
	background: none;
	border-radius: 20px;
	padding-left: 10px;
	width: calc(100% - 35px);
	flex: 1;
	outline: none;
	font-family: "soleil", sans-serif;
}

.sw-summary__submit {
	background: #CCFF00;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;utf8,<svg width='18' height='19' viewBox='0 0 18 19' xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M15.9102 2.54687L8.64795 9.80913' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M15.9102 2.54687L11.2887 15.751L8.6479 9.80913L2.70605 7.16831L15.9102 2.54687Z' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
	background-position: center 9px;
	background-repeat: no-repeat;
	background-size: 18px;
	border: none;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	margin-right: 2.5px;
	margin-top: 0px;
}

.sw-summary__submit svg {
	display: none;
}

.sw-summary__controls {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sw-summary__refresh {
	display: none;
	flex: 1;
}

.sw-summary__refresh.visible {
	display: block;
}

.sw-summary__refresh-button {
	align-items: center;
	background: #CCFF00;
	border-radius: 34px;
	border: none;
	color: #000;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	padding: 5px 10px;
}

.sw-summary__see-modal {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 5px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0px;
	font-family: "soleil", sans-serif;
}

.sw-summary__see-modal svg {
	position: relative;
	top: 2px;
	left: 0px;
	transition: 0.15s ease-in-out all;
}

.sw-summary__see-modal:hover svg {
	left: 3px;
}

.sw-summary {
	/*
  *Loading state
  */
}

.sw-summary__card {
	background: #F7F7F7;
	border-radius: 20px;
	padding: 16px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
	margin: 15px;
}

.sw-summary__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.sw-summary__skeleton {
	display: grid;
	gap: 10px;
	margin: 12px 0 16px;
}

.sw-summary__bar {
	--w: 80%;
	width: var(--w);
	height: 16px;
	border-radius: 999px;
	background: #D9D9D9;
	animation: swPulse 1.2s ease-in-out infinite;
}

.sw-summary {
	/* Footer placeholder (pale green rounded strip) */
}

.sw-summary__footer {
	margin-top: 4px;
}

.sw-summary__footer-bar {
	display: block;
	width: 100%;
	height: 36px;
	border-bottom-left-radius: 18px;
	border-top-left-radius: 18px;
	background: #F5FFCC;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
	border: 1px solid rgba(0, 0, 0, 0.2);
	animation: swPulse 1.2s ease-in-out infinite;
	margin: 15px;
}

.sw-summary__limit-reached {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	margin-inline: 15px;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: center;
}

@keyframes swPulse {

	0%,
	100% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}
}

header[data-testid=title-section] {
	display: block;
}

@media (min-width: 960px) {
	header[data-testid=title-section] {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

header[data-testid=title-section] .title-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media (min-width: 960px) {
	header[data-testid=title-section] .title-section__content {
		margin-bottom: 0px;
	}
}

header[data-testid=title-section] .title-section__title,
header[data-testid=title-section] .title-section__subtitle {
	width: 100%;
}

@media (min-width: 960px) {

	header[data-testid=title-section] .title-section__content,
	header[data-testid=title-section] .title-section__sw-chat {
		flex: 1;
		width: 50%;
	}
}

.title-section--aligned-left {
	position: relative;
}

.title-section__added,
.added-to-title-section {
	margin-top: 10px;
}

@media (min-width: 768px) {

	.title-section__added,
	.added-to-title-section {
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: 2rem;
		margin-top: 0;
	}
}

/* Back-compat for your current class name */
/* ===== Compare Button (block) ===== */
.compare-button {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #cf0;
	border-radius: 200px;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "soleil", sans-serif;
	font-weight: bold;
	padding: calc(1rem - 1px) calc(2rem - 1px);
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	white-space: nowrap;
	width: fit-content;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.compare-button:hover {
	color: #000;
	background: #bbea00;
	border-color: transparent;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.compare-button[disabled] {
	pointer-events: none;
}

.compare-button--loading::before {
	content: "";
	position: absolute;
	inset: 0 0 0 0;
	height: 100%;
	width: 0%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	animation: fillOverlay 15s linear forwards;
	border-radius: 0;
}

.compare-button__spinner,
.spinner {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

/* Back-compat */
/* ===== Modal (BEM + back-compat IDs) ===== */
.modal__overlay,
.modal #modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	z-index: 10000;
	justify-content: center;
	align-items: center;
	max-width: none;
	margin: 0;
}

.modal__overlay.active,
.modal__overlay--active,
.modal #modal-overlay.active,
.modal #modal-overlay--active {
	display: flex;
}

.modal__content,
.modal #modal-content {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	max-width: 600px;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	text-align: left;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	animation: fadeInModal 0.3s ease-out;
}

.trips-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.trips-legend__item {
	margin-bottom: 0;
}

.trips-legend .trip-1,
.trips-legend__item--1 {
	border-bottom: 2px solid #6161FF;
}

.trips-legend .trip-2,
.trips-legend__item--2 {
	border-bottom: 2px solid #CCFF00;
}

.trips-legend .trip-3,
.trips-legend__item--3 {
	border-bottom: 2px solid #FF7300;
}

.trips-legend .trip-4,
.trips-legend__item--4 {
	border-bottom: 2px solid #EB001B;
}

.sw-chat {
	align-items: center;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5019607843);
	display: flex;
	flex-wrap: wrap;
	font-family: "soleil", sans-serif;
	justify-content: center;
	max-height: 685px;
	max-width: 500px;
	overflow: auto;
	padding: 15px;
	position: relative;
	/* color hooks (kept) */
}

.sw-chat .trip-1 {
	border-bottom: 2px solid #6161ff;
}

.sw-chat .trip-2 {
	border-bottom: 2px solid #cf0;
}

.sw-chat .trip-3 {
	border-bottom: 2px solid #ff7300;
}

.sw-chat .trip-4 {
	border-bottom: 2px solid #eb001b;
}

.sw-chat__header-title {
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	text-align: center;
}

.sw-chat__header-text {
	color: #555555;
	font-size: 11px;
	font-weight: 500;
	max-width: 300px;
	text-align: center;
}

.sw-chat__title {
	margin-top: 0;
}

.sw-chat__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	margin-top: 0px;
}

.sw-chat__overlay.fade-in {
	opacity: 1;
	pointer-events: auto;
}

.sw-chat__container {
	background: #fff;
	max-width: 800px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	border-radius: 8px;
	padding: 2rem;
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease;
}

.sw-chat__container.fade-in {
	transform: translateY(0);
	opacity: 1;
}

.sw-chat__content {
	width: 100%;
}

.sw-chat__close {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 10px;
	transition: 0.25s ease-in-out all;
	z-index: 1;
}

.sw-chat__close:hover {
	transform: scale(0.95);
}

.sw-chat__limit-reached {
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 15px;
	padding-top: 5px;
	text-align: center;
}

.sw-chat__content p,
.sw-chat__content ul,
.sw-chat__content li,
.sw-chat__content h3,
.sw-chat__content h4 {
	margin-bottom: 10px;
	line-height: 1.5;
}

.sw-chat__content ul {
	list-style: disc;
	padding-left: 15px;
}

.sw-chat__list {
	padding-left: 0;
	margin-bottom: 20px;
}

.sw-chat__list ul {
	padding-left: 18px;
}

.sw-chat__list span {
	display: inline-block;
}

.sw-chat {
	/* Question bubble (user) */
}

.sw-chat__question {
	display: flex;
	justify-content: end;
}

.sw-chat__question-content {
	background: #F5FFCC;
	border-radius: 46px;
	border: none;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	text-align: right;
	transition: 0.15s ease-in-out all;
	margin-bottom: 15px;
}

.sw-chat {
	/* Answer bubble */
}

.sw-chat__answer {
	background: #F7F7F7;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 10px 15px;
	font-size: 14px;
}

.sw-chat__answer--loading .sw-chat__answer-content {
	opacity: 0.7;
}

.sw-chat {
	/* Suggestions chips */
}

.sw-chat__suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
	justify-content: flex-end;
}

.sw-chat__suggestions.disabled {
	display: none;
}

.sw-chat__suggestion {
	display: inline-flex;
	justify-content: flex-end;
	background: #8c8c8c;
	padding: 4px 10px;
	border-radius: 25px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
	transition: 0.15s ease-in-out all;
	font-family: "soleil", sans-serif;
	margin-top: 0px;
}

.sw-chat__suggestion:hover {
	background: #5c5c5c;
}

/* ===== Trip Compare AI blocks (keep names, nest styles) ===== */
/* Ask form */
.sw-chat-form {
	width: 100%;
	margin-bottom: 0px;
}

.sw-chat-form__content {
	display: inline-flex;
	justify-content: flex-end;
	background: #5c5c5c;
	padding: 10px;
	border-radius: 25px;
}

.sw-chat-form__input-wrapper {
	border-radius: 20px;
	border-radius: 47px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	padding: 5px;
	gap: 7.5px;
}

.sw-chat-form__input-wrapper.disabled {
	display: none;
}

.sw-chat-form__input {
	border: none;
	font-size: 16px;
	color: #000;
	background: none;
	width: calc(100% - 35px);
	border-radius: 20px;
	padding-left: 10px;
	outline: none;
	flex: 1;
}

.sw-chat-form__submit {
	background: #CCFF00;
	background-image: url("data:image/svg+xml;utf8,<svg width='18' height='19' viewBox='0 0 18 19' xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M15.9102 2.54687L8.64795 9.80913' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M15.9102 2.54687L11.2887 15.751L8.6479 9.80913L2.70605 7.16831L15.9102 2.54687Z' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
	background-position: center 9px;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	margin-right: 2.5px;
	margin-top: 0px;
}

.sw-chat-form__submit svg {
	display: none;
}

#test-buttons {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.test-button {
	background: black;
	color: white;
	border-radius: 30px;
	padding: 3px 15px;
	margin-top: 0px;
	border: none;
	cursor: pointer;
}

/* Loader */
.trips-compare-ai-loader {
	display: inline-block;
	animation: pulse 1s infinite ease-in-out;
}

@keyframes fillOverlay {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes fadeInModal {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {

	0%,
	100% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}
}