.hotel-cta {
	direction: rtl;
	display: grid;
	grid-template-columns: 124px minmax(0, 1fr) 225px;
	gap: 24px;
	align-items: stretch;
	margin: 28px 0;
	padding: 12px;
	background: #fff;
	border: 1px solid #f0f1f3;
	border-radius: 14px;
	box-shadow: 0 5px 24px rgba(28, 39, 58, .07);
	overflow: hidden;
}
.hotel-cta__image { display: block; height: 124px; border-radius: 11px; overflow: hidden; }
.hotel-cta__image img { width: 100%; height: 100%; object-fit: cover; }
.hotel-cta__content { align-self: center; min-width: 0; }
.hotel-cta__content h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.5; }
.hotel-cta__content h3 a { color: #20242b; text-decoration: none; }
.hotel-cta__rating { display: flex; gap: 8px; align-items: center; margin-bottom: 9px; color: #bd8b27; font-size: 13px; }
.hotel-cta__rating b { color: #f5ad24; letter-spacing: 1px; font-size: 15px; }
.hotel-cta__content p { margin: 0; color: #6f747c; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hotel-cta__action { display: flex; flex-direction: column; justify-content: center; gap: 16px; padding-right: 24px; border-right: 1px solid #e8e9ec; text-align: center; }
.hotel-cta__price { color: #6f747c; font-size: 12px; }
.hotel-cta__price strong { color: #242830; font-size: 17px; }
.hotel-cta__button { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 6px 18px; color: #fff !important; background: var(--mashhadotagh-primary, #164ac8); border-radius: 10px; font-weight: 700; text-decoration: none !important; transition: background .2s ease, transform .2s ease; }
.hotel-cta__button:hover { color: #fff; background: #123fb0; transform: translateY(-1px); }
@media (max-width: 640px) {
	.hotel-cta { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; }
	.hotel-cta__image { height: 100px; }
	.hotel-cta__content h3 { font-size: 16px; }
	.hotel-cta__rating { flex-wrap: wrap; gap: 3px 7px; }
	.hotel-cta__content p { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	.hotel-cta__action { grid-column: 1 / -1; padding: 12px 0 0; border-right: 0; border-top: 1px solid #e8e9ec; gap: 10px; }
}
