.usjrn-route-form-wrap {
	margin: 0;
	padding: 1px;
	border-radius: 28px;
	background: linear-gradient(135deg, #ffd76a 0%, #ff9d4d 42%, #ff6b57 100%);
	box-shadow: 0 18px 40px rgba(103, 48, 12, 0.16);
}

.usjrn-route-form-wrap > *:first-child,
.usjrn-route-result,
.usjrn-route-output-wrap {
	padding: 2px;
	border-radius: 27px;
	background:
		radial-gradient(circle at top right, rgba(255, 224, 173, 0.8), transparent 28%),
		linear-gradient(180deg, #fffdf7 0%, #fff8ed 100%);
}

.usjrn-hero-form {
	margin-top: 0;
}

.usjrn-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.usjrn-form-row {
	margin: 0;
}
.usjrn-form-row__inline {
	display: block;
}


.usjrn-form-row label {
	display: block;
	margin-bottom: 8px;
	color: #5f3415;
	font-weight: 700;
}

.usjrn-form-row input[type="date"],
.usjrn-form-row input[type="text"],
.usjrn-form-row input[type="number"],
.usjrn-form-row select,
.usjrn-form-row textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #efc59f;
	border-radius: 14px;
	background: #fff;
	color: #40210f;
	font-size: 16px;
	box-sizing: border-box;
}

.usjrn-form-row-checks {
	margin: 14px 0 0;
	padding: 14px 16px;
	border: 1px solid #f3d7bb;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.usjrn-form-row-checks-inner {
	display: block;
}

.usjrn-form-label {
	display: block;
	margin-bottom: 10px;
	color: #5f3415;
	font-weight: 700;
}

.usjrn-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
}

.usjrn-check-item {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: flex-start;
	column-gap: 8px;
	margin: 0;
}

.usjrn-check-item input[type="checkbox"] {
	margin: 3px 0 0;
}

.usjrn-check-text {
	display: block;
	margin: 0;
	color: #53301d;
	line-height: 1.5;
	cursor: pointer;
	word-break: break-word;
}

.usjrn-form-actions {
	margin-top: 20px;
}

.usjrn-form-actions button {
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #e85f2c 0%, #d13a1e 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.usjrn-form-actions--jump {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.usjrn-form-actions--jump.is-sticky {
	position: sticky;
	top: 10px;
	z-index: 30;
	padding: 10px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
}

.usjrn-group-jump-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 12px;
	border-radius: 14px;
	background: linear-gradient(135deg, #e85f2c 0%, #d13a1e 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(232, 95, 44, 0.24);
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, outline-color 0.18s ease;
	word-break: break-word;
	box-sizing: border-box;
}

.usjrn-group-jump-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(209, 58, 30, 0.28);
	color: #fff;
	text-decoration: none;
}

.usjrn-group-jump-btn a:link {
	color: #fff;
}
.usjrn-group-jump-btn.is-active {
	outline: 3px solid rgba(255, 215, 106, 0.95);
	background: linear-gradient(135deg, #c94a20 0%, #a62b14 100%);
	box-shadow: 0 10px 24px rgba(166, 43, 20, 0.30);
}

.usjrn-priority-groups-wrap {
	margin-top: 18px;
}

.usjrn-priority-groups-nav-wrap {
	margin: 18px 0 20px;
}

.usjrn-priority-groups-nav-wrap--between {
	margin: 18px 0 24px;
}

.usjrn-priority-group-anchor {
	scroll-margin-top: 110px;
	padding-top: 4px;
}

.usjrn-route-result {
	margin-top: 24px;
	box-shadow: inset 0 0 0 1px #f4ddc5;
}

.usjrn-route-summary {
	margin: 2px 0 2px;
	padding: 2px 2px;
	border-radius: 16px;
	background: #fff7e5;
	color: #64401d;
	line-height: 1.8;
}

.usjrn-route-summary p {
	margin: 0;
}

.usjrn-daily-meta {
	margin: 0 0 24px;
}

.usjrn-daily-meta__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.usjrn-daily-meta__item {
	padding: 14px;
	border-radius: 14px;
	background: #fffdf9;
	border: 1px solid #f4ddc5;
}

.usjrn-daily-meta__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.usjrn-daily-meta__label {
	display: block;
	font-size: 12px;
	color: #8c6b53;
	margin-bottom: 0;
	line-height: 1.5;
}

.usjrn-daily-meta__value {
	color: #4e2714;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.usjrn-time-band {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 20px 0 12px;
	padding: 14px 16px;
	border-radius: 16px;
}

.usjrn-time-icon {
	font-size: 24px;
	line-height: 1;
	flex: 0 0 auto;
}

.usjrn-time-meta {
	min-width: 0;
}

.usjrn-time-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
}

.usjrn-time-title span {
	display: inline-block;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 600;
	opacity: 0.75;
}

.usjrn-time-note {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.5;
	color: inherit;
}

.usjrn-time-morning {
	background: #fff4d6;
}

.usjrn-time-noon {
	background: #ffe9c9;
}

.usjrn-time-evening {
	background: #e6f0ff;
}

.usjrn-time-night {
	background: #1c1f2e;
	color: #fff;
}

.usjrn-time-night .usjrn-time-title span {
	opacity: 0.85;
}

.usjrn-route-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 16px 0 24px;
}

.usjrn-route-item {
	border: 1px solid #f4ddc5;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.usjrn-route-item__title {
	margin: 0;
	padding: 10px 12px;
	color: #3f200e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.usjrn-route-item__title.usjrn-route-item__title--morning,
.usjrn-route-item--morning .usjrn-route-item__title {
	background: #fff4d6;
}

.usjrn-route-item__title.usjrn-route-item__title--noon,
.usjrn-route-item--noon .usjrn-route-item__title {
	background: #ffe9c9;
}

.usjrn-route-item__title.usjrn-route-item__title--evening,
.usjrn-route-item--evening .usjrn-route-item__title {
	background: #e6f0ff;
}

.usjrn-route-item__title.usjrn-route-item__title--night,
.usjrn-route-item--night .usjrn-route-item__title {
	background: #1c1f2e;
	color: #fff;
}

.usjrn-route-item__wait {
	padding: 8px 12px 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
}

.usjrn-route-item__meta {
	padding: 8px 12px 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.usjrn-route-item__area {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef6ff;
	color: #245b96;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.usjrn-wait-level-1 {
	color: #2d7a35;
}

.usjrn-wait-level-3 {
	color: #b86a00;
}

.usjrn-wait-level-4 {
	color: #c53d3d;
}

.usjrn-route-item__comment {
	margin: 0;
	padding: 0 12px 12px;
	color: #5b3a24;
	line-height: 1.9;
}

.usjrn-route-item__comment p {
	margin: 0 0 0.8em;
}

.usjrn-route-item__comment p:last-child {
	margin-bottom: 0;
}

.usjrn-route-item__link {
	margin-top: 12px;
}

.usjrn-route-item__link a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff3e2;
	color: #bf5a11;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.4;
}

.usjrn-route-item__link a:hover {
	opacity: 0.88;
}

.usjrn-route-output-wrap {
	margin-top: 2px;
	box-shadow: inset 0 0 0 1px #f4ddc5;
}

.usjrn-route-output-wrap p,
.usjrn-route-result p {
	color: #5b3a24;
	line-height: 1.8;
}

.well2 {
	margin-top: 22px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #fff7e8;
	color: #6a452c;
	line-height: 1.8;
}

.usjrn-calendar {
	margin-top: 32px;
	padding: 20px;
	border: 1px solid #f1d7bb;
	border-radius: 20px;
	background: #fffdf8;
	box-sizing: border-box;
}

.usjrn-calendar__header {
	margin-bottom: 18px;
}

.usjrn-calendar__header .style4b {
	margin: 0;
	text-align: center;
}

.usjrn-calendar__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	table-layout: fixed;
}

.usjrn-calendar__table th {
	padding: 12px 8px;
	color: #6d4526;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	border-radius: 12px;
	background: #fff6ee;
}

.usjrn-calendar__table thead th:nth-child(1) {
	color: #d24a43;
	background: #fff0f0;
}

.usjrn-calendar__table thead th:nth-child(7) {
	color: #2f5fb8;
	background: #eef4ff;
}

.usjrn-calendar__table td {
	padding: 0!important;
	vertical-align: top;
}

.usjrn-calendar__table td.is-empty {
	background: transparent;
}

.usjrn-calendar__table td.is-sunday .usjrn-calendar__day-link,
.usjrn-calendar__table td.is-sunday .usjrn-calendar__day-box {
	background: #fff6f6;
	border-color: #f2d8d8;
	padding 0px;
}

.usjrn-calendar__table td.is-saturday .usjrn-calendar__day-link,
.usjrn-calendar__table td.is-saturday .usjrn-calendar__day-box {
	background: #f5f8ff;
	border-color: #dbe6fb;
	padding 0px;
}

.usjrn-calendar__table td.is-current .usjrn-calendar__day-link,
.usjrn-calendar__table td.is-current .usjrn-calendar__day-box {
	box-shadow: 0 0 0 2px #f09b3d inset;
		padding 0px;
}

.usjrn-calendar__table td.is-today .usjrn-calendar__day-link,
.usjrn-calendar__table td.is-today .usjrn-calendar__day-box {
	border-color: #f0b35d;
		padding 0px;
}

.usjrn-calendar__day-link,
.usjrn-calendar__day-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 98px;
	padding: 10px 10px 12px;
	border: 1px solid #ecd9c6;
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

.usjrn-calendar__day-link {
	color: #5b3a24;
}

.usjrn-calendar__day-link:hover {
	opacity: 0.92;
}

.usjrn-calendar__day-box {
	color: #8b6d57;
}

.usjrn-calendar__day-number {
	display: block;
	margin: 0;
	padding: 6px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}

.usjrn-calendar__day-sub {
	display: block;
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.7;
	text-align: left;
	min-height: 32px;
}

.usjrn-calendar__footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.usjrn-calendar__footer-nav {
	min-height: 1px;
}

.usjrn-calendar__footer-nav--prev {
	text-align: left;
}

.usjrn-calendar__footer-nav--current {
	text-align: center;
}

.usjrn-calendar__footer-nav--next {
	text-align: right;
}

.usjrn-calendar__footer-nav a,
.usjrn-calendar__footer-nav span {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 999px;
	line-height: 1.5;
}

.usjrn-calendar__footer-nav a {
	background: #fff3e2;
	color: #bf5a11;
	text-decoration: none;
	font-weight: 700;
}

.usjrn-calendar__footer-nav span {
	background: #fff8ef;
	color: #7a5531;
	font-weight: 700;
}

@media (min-width: 768px) {
	.usjrn-form-actions--jump {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
	}

	.usjrn-group-jump-btn {
		min-height: 52px;
		padding: 12px 14px;
		font-size: 14px;
	}

	.usjrn-form-actions--jump.is-sticky {
		top: 14px;
		padding: 12px;
	}

	.usjrn-priority-group-anchor {
		scroll-margin-top: 120px;
	}
}

@media (max-width: 767px) {
	.usjrn-route-form-wrap > *:first-child,
	.usjrn-route-result,
	.usjrn-route-output-wrap {
		padding: 2px;
	}

	.usjrn-form-grid,
	.usjrn-daily-meta__grid,
	.usjrn-check-list {
		grid-template-columns: 1fr;
	}

	.usjrn-form-row__inline {
		display: grid;
		grid-template-columns: minmax(5em, 20%) minmax(0, 1fr);
		align-items: center;
		column-gap: 12px;
	}

	.usjrn-form-row label {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.usjrn-form-row input[type="date"],
	.usjrn-form-row input[type="text"],
	.usjrn-form-row input[type="number"],
	.usjrn-form-row select,
	.usjrn-form-row textarea {
		padding: 12px 12px;
		font-size: 15px;
	}

	.usjrn-form-row-checks-inner {
		display: block;
	}

	.usjrn-form-label {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5;
	}

	.usjrn-form-actions button {
		width: 100%;
	}

	.usjrn-form-actions--jump {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.usjrn-form-actions--jump.is-sticky {
		top: 8px;
		padding: 8px;
		border-radius: 16px;
	}

	.usjrn-group-jump-btn {
		min-height: 44px;
		padding: 9px 10px;
		font-size: 12px;
	}

	.usjrn-priority-group-anchor {
		scroll-margin-top: 104px;
	}

	.usjrn-time-band {
		padding: 12px 14px;
		gap: 10px;
		border-radius: 14px;
	}

	.usjrn-time-icon {
		font-size: 22px;
	}

	.usjrn-time-title {
		font-size: 16px;
	}

	.usjrn-time-title span {
		display: block;
		margin-left: 0;
		margin-top: 2px;
		font-size: 12px;
	}

	.usjrn-time-note {
		font-size: 12px;
	}

	.usjrn-route-item {
		border-radius: 12px;
	}

	.usjrn-route-item__title {
		padding: 9px 11px;
		font-size: 18px;
	}

	.usjrn-route-item__wait {
		padding: 7px 11px 0;
		font-size: 12px;
	}

	.usjrn-route-item__meta {
		padding: 7px 11px 10px;
	}

	.usjrn-route-item__area {
		font-size: 11px;
		padding: 4px 7px;
	}

	.usjrn-daily-meta__item {
		padding: 12px 14px;
	}

	.usjrn-daily-meta__row {
		gap: 10px;
	}

	.usjrn-daily-meta__label {
		font-size: 13px;
	}

	.usjrn-daily-meta__value {
		font-size: 15px;
		text-align: right;
		white-space: nowrap;
	}

	.usjrn-calendar {
		padding: 14px 10px;
		border-radius: 16px;
		overflow-x: hidden;
	}

	.usjrn-calendar__header .style4b {
		font-size: 18px;
		line-height: 1.5;
	}

	.usjrn-calendar__table {
		border-spacing: 4px;
	}

	.usjrn-calendar__table th {
		font-size: 11px;
		padding: 8px 2px;
		border-radius: 10px;
	}

	.usjrn-calendar__day-link,
	.usjrn-calendar__day-box {
		min-height: 40px;
		padding: 6px 4px 7px;
		border-radius: 10px;
		justify-content: flex-start;
	}

	.usjrn-calendar__day-number {
		font-size: 15px;
		line-height: 1.3;
		padding: 2px 0 1px;
		text-align: center;
	}

	.usjrn-calendar__day-sub {
		min-height: 16px;
		font-size: 9px;
		line-height: 1.2;
		padding: 1px 0 0;
		text-align: center;
	}

	.usjrn-calendar__footer {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.usjrn-calendar__footer-nav--prev,
	.usjrn-calendar__footer-nav--current,
	.usjrn-calendar__footer-nav--next {
		text-align: left;
	}

	.usjrn-calendar__footer-nav a,
	.usjrn-calendar__footer-nav span {
		display: block;
		text-align: center;
		padding: 12px 14px;
	}
}

.usjrn-priority-group-header-image {
	margin: 0 0 18px;
}

.usjrn-priority-group-header-image__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}
.usj-hotel-diagnosis {
  margin: 20px 0;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff7ed 0%, #fffaf3 44%, #fff 100%);
  border: 1px solid #ffd8a8;
  box-sizing: border-box;
  font-family: inherit;
}

.usj-hotel-diagnosis * {
  box-sizing: border-box;
}

.usj-hotel-diagnosis__intro {
  margin-bottom: 10px;
}

.usj-hotel-diagnosis h2,
.usj-hotel-diagnosis h3,
.usj-hotel-diagnosis h4 {
  margin: 0 0 8px;
  line-height: 1.32;
}

.usj-hotel-diagnosis__hero {
  position: relative;
  overflow: hidden;
  padding: 14px 13px 13px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 214, 102, 0.48) 0, rgba(255, 214, 102, 0) 32%),
    radial-gradient(circle at 8% 96%, rgba(255, 126, 95, 0.18) 0, rgba(255, 126, 95, 0) 34%),
    linear-gradient(135deg, #fff8ed 0%, #fff1da 48%, #ffe3cf 100%);
  border: 1px solid #ffc98a;
  box-shadow: 0 10px 22px rgba(190, 98, 28, 0.14);
}

.usj-hotel-diagnosis__hero::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(255, 179, 71, 0.35);
}

.usj-hotel-diagnosis__hero::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 111, 97, 0.17);
}

.usj-hotel-diagnosis__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff;
  color: #b54708;
  border: 1px solid #ffd29c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(190, 98, 28, 0.10);
}

.usj-hotel-result__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d 0%, #ff5f6d 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 4px 10px rgba(255, 95, 109, 0.24);
}

.usj-hotel-diagnosis__hero h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #7a2e0e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.usj-hotel-diagnosis__start-area {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.usj-hotel-diagnosis__lead,
.usj-hotel-diagnosis p.usj-hotel-diagnosis__lead,
.p-entry__body .usj-hotel-diagnosis p.usj-hotel-diagnosis__lead {
  margin: 0;
  color: #7a4a2a;
  font-size: 0.8em;
  line-height: 1.45;
}

.usj-hotel-start {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 1.6em;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff4f6d 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(255, 95, 80, 0.28);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.usj-hotel-start::after {
  content: "　›";
}

.usj-hotel-diagnosis.is-started .usj-hotel-diagnosis__start-area {
  display: none;
}

.usj-hotel-diagnosis__progress {
  margin: 8px 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #b54708;
}

.usj-hotel-question {
  padding: 12px;
  border-radius: 16px;
  background: #fffdf8;
  border: 1px solid #ffe1b8;
  box-shadow: 0 6px 18px rgba(190, 98, 28, 0.09);
}

.usj-hotel-question h3 {
  font-size: 17px;
}

.usj-hotel-question__desc {
  margin: 0 0 10px;
  color: #475467;
  font-size: 13px;
  line-height: 1.5;
}

.usj-hotel-choice-list {
  display: grid;
  gap: 8px;
}

.usj-hotel-question--two-col .usj-hotel-choice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usj-hotel-choice {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid #ffd8a8;
  border-radius: 12px;
  background: #fff;
  color: #1d2939;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.usj-hotel-question--two-col .usj-hotel-choice {
  text-align: center;
}

.usj-hotel-choice--none {
  border-color: #d0d5dd;
  background: #f9fafb;
  color: #344054;
}

.usj-hotel-choice.is-selected,
.usj-hotel-choice[aria-pressed="true"] {
  border-color: #ff7a1a;
  background: #fff1e3;
  color: #7a2e0e;
}

.usj-hotel-choice.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.usj-hotel-question__nav {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.usj-hotel-back,
.usj-hotel-submit,
.usj-hotel-restart {
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff5f6d 100%);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.usj-hotel-back {
  background: #e4e7ec;
  color: #344054;
}

.usj-hotel-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.usj-hotel-diagnosis__loading,
.usj-hotel-diagnosis__error {
  margin-top: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.usj-hotel-diagnosis__error {
  color: #b42318;
  border: 1px solid #fecdca;
}

.usj-hotel-diagnosis__loading-main {
  margin: 0 0 6px;
  font-weight: 800;
  color: #b54708;
}

.usj-hotel-diagnosis__loading-sub {
  margin: 0;
  color: #475467;
  font-size: 14px;
}

.usj-hotel-result__header {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 214, 102, 0.42) 0, rgba(255, 214, 102, 0) 34%),
    linear-gradient(135deg, #fff7ed 0%, #ffe9d6 100%);
  border: 1px solid #ffc98a;
  box-shadow: 0 8px 20px rgba(190, 98, 28, 0.12);
}

.usj-hotel-result__header h3 {
  color: #7a2e0e;
}

.usj-hotel-result__header p {
  color: #5f3b23;
}

.usj-hotel-result__header p:last-child {
  margin-bottom: 0;
}

.usj-hotel-result__cards {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.usj-hotel-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff 62%);
  border: 1px solid #ffd8a8;
  box-shadow: 0 8px 22px rgba(190, 98, 28, 0.12);
}

.usj-hotel-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #ff7a1a 0%, #ffca3a 50%, #ff5f6d 100%);
}

.usj-hotel-card__rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffca3a 0%, #ff8a3d 100%);
  color: #3b2208;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(190, 98, 28, 0.20);
}

.usj-hotel-card__body {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.usj-hotel-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #f2f4f7;
}

.usj-hotel-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.usj-hotel-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #667085;
  font-size: 13px;
}

.usj-hotel-card__content h4 {
  font-size: 18px;
}

.usj-hotel-card__access {
  margin: 0 0 8px;
  color: #b54708;
  font-weight: 800;
}

.usj-hotel-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.usj-hotel-card__labels span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff1e3;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
}

.usj-hotel-card__comment {
  margin: 8px 0 10px;
  line-height: 1.7;
}

.usj-hotel-cta-title {
  margin: 0 0 8px;
  font-weight: 800;
  color: #7a2e0e;
}

.usj-hotel-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.usj-hotel-cta-item > a,
.usj-hotel-cta-item > a:link,
.usj-hotel-cta-item > a:visited,
.usj-hotel-cta-item > a:hover,
.usj-hotel-cta-item > a:focus,
.usj-hotel-cta-item > a:active,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:link,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:visited,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:hover,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:focus,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px;
  padding: 9px 8px;
  border: 0 !important;
  border-radius: 10px;
  background: linear-gradient(135deg, #0b7fc3 0%, #0066b3 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 4px 10px rgba(0, 102, 179, 0.20);
  opacity: 1 !important;
  visibility: visible !important;
}

.usj-hotel-cta-item > a:hover,
.usj-hotel-cta-item > a:focus,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:hover,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:focus {
  filter: brightness(1.04);
}

.usj-hotel-cta-item > a:active,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-cta-item > a:active {
  transform: translateY(1px);
  filter: brightness(0.98);
}

.usj-hotel-cta-item img {
  width: 0 !important;
  height: 1px !important;
  overflow: hidden;
}

.usj-hotel-card__note,
.usj-hotel-card p.usj-hotel-card__note,
.p-entry__body .usj-hotel-diagnosis .usj-hotel-card p.usj-hotel-card__note {
  margin: 9px 0 0;
  color: #667085;
  font-size: 0.8em;
  line-height: 1.6;
}

.usj-hotel-result__again {
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 374px) {
  .usj-hotel-diagnosis__hero {
    padding: 12px;
  }

  .usj-hotel-diagnosis__hero h2 {
    font-size: 18px;
  }
}

@media (min-width: 760px) {
  .usj-hotel-diagnosis {
    padding: 16px;
  }

  .usj-hotel-diagnosis__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .usj-hotel-diagnosis__badge {
    grid-column: 1;
    width: fit-content;
  }

  .usj-hotel-diagnosis__hero h2 {
    grid-column: 1;
    font-size: 24px;
  }

  .usj-hotel-diagnosis__start-area {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .usj-hotel-card__body {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
  }
}
