.star-commerce-account-appointments {
	max-width: 980px;
}

.star-commerce-account-appointments__lead {
	color: #5f6b7a;
	font-size: 1rem;
	line-height: 1.7;
	max-width: 780px;
}

.star-commerce-account-appointments__list {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.star-commerce-account-appointment {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.9));
	border: 1px solid rgba(31, 78, 121, 0.18);
	border-radius: 24px;
	box-shadow: 0 18px 44px rgba(15, 34, 67, 0.08);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 24px;
}

.star-commerce-account-appointment h3 {
	margin: 4px 0 16px;
}

.star-commerce-account-appointment__eyebrow {
	color: #3568b8;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.star-commerce-account-appointments__phone {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
	gap: 10px;
	align-items: end;
	margin: 18px 0;
	padding: 16px;
	border: 1px solid #d7e1ef;
	border-radius: 12px;
	background: #f8fbff;
}

.star-commerce-account-appointments__phone label,
.star-commerce-account-appointments__phone small {
	color: #526178;
}

.star-commerce-account-appointments__phone input[type="tel"] {
	min-height: 46px;
	width: 100%;
}

.star-commerce-account-appointments__phone .button {
	min-height: 46px;
}

.star-commerce-account-appointments__phone p {
	grid-column: 1 / -1;
	margin: 0;
}

@media (max-width: 720px) {
	.star-commerce-account-appointments__phone {
		grid-template-columns: 1fr;
	}
}

.star-commerce-account-appointment dl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.star-commerce-account-appointment dl div {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(31, 78, 121, 0.12);
	border-radius: 16px;
	padding: 12px 14px;
}

.star-commerce-account-appointment dt {
	color: #6c7890;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.star-commerce-account-appointment dd {
	color: #102a5c;
	font-weight: 800;
	margin: 4px 0 0;
}

@media (max-width: 760px) {
	.star-commerce-account-appointment {
		align-items: stretch;
		flex-direction: column;
	}

	.star-commerce-account-appointment dl {
		grid-template-columns: 1fr;
	}
}
