.autorental-currency-slot {
	display: inline-flex;
	align-items: center;
}

.autorental-currency-slot--desktop {
	float: left;
	margin: 12px 0 0 18px;
	padding-left: 16px;
	border-left: 1px solid rgba(8, 0, 100, 0.12);
}

@media (min-width: 1025px) {
	.stm-layout-header-car_rental .listing-right-actions {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.stm-layout-header-car_rental .listing-right-actions .autorental-header-whatsapp {
		order: 20;
		display: inline-flex;
		float: none;
		align-items: center;
		gap: 11px;
		min-height: 40px;
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}

	.stm-layout-header-car_rental .listing-right-actions .autorental-currency-slot--desktop {
		order: 10;
		float: none;
		margin: 0;
		padding-left: 16px;
	}
}

/* Etiquetas funcionales en formato de frase; COP, USD y badges quedan intactos. */
.stm_nav_wizard_step h5,
.stm_rent_order_info h4,
.stm_rent_order_info .heading,
.stm_rent_order_info .image a,
.stm_rent_car_form button.heading-font,
.stm-template-rental-daypicker-page h1,
.stm-template-rental-daypicker-page .elementor-widget-heading .elementor-heading-title,
body.stm-template-rental-daypicker-page h2 {
	text-transform: lowercase !important;
}

.stm_nav_wizard_step h5::first-letter,
.stm_rent_order_info h4::first-letter,
.stm_rent_order_info .heading::first-letter,
.stm_rent_order_info .image a::first-letter,
.stm_rent_car_form button.heading-font::first-letter,
.stm-template-rental-daypicker-page h1::first-letter,
.stm-template-rental-daypicker-page .elementor-widget-heading .elementor-heading-title::first-letter,
body.stm-template-rental-daypicker-page h2::first-letter {
	text-transform: uppercase;
}

.woocommerce-review__author {
	text-transform: capitalize !important;
}

.stm_nav_wizard_step_2 h5 {
	text-transform: none !important;
}

body.stm-template-rental-daypicker-page .stm_rent_car_form_wrapper .stm_rent_car_form button[type="submit"]:not(.clear-data) {
	text-transform: none !important;
}

body.stm-template-rental-daypicker-page .stm_rent_car_form form button.heading-font {
	text-transform: lowercase !important;
}

body.stm-template-rental-daypicker-page .stm_rent_car_form form button.heading-font::first-letter {
	text-transform: uppercase;
}

/* Controles compartidos del header y del flujo de reserva. */
.stm-layout-header-car_rental .listing-menu a,
.stm-layout-header-car_rental .listing-menu-mobile a,
.stm_rent_car_form h4,
.stm_rent_car_form button,
.woocommerce .button,
.woocommerce button.button {
	text-transform: none !important;
}

#top-bar .top-bar-info li,
#top-bar #top-bar-address,
.stm_wizard_title,
.stm_nav_wizard_step .top,
.stm_nav_wizard_step_2 a.h5,
.stm_rental_option h4,
.stm_rental_option .stm-more a,
.stm_rental_option .stm-add-to-cart a,
.footer-primary-link,
.compare-fixed-link {
	text-transform: none !important;
}

body.page-id-728 .elementor-heading-title,
body.page-id-728 #order_review_heading,
body.page-id-728 #payment_heading {
	text-transform: lowercase !important;
}

body.page-id-728 .elementor-heading-title::first-letter,
body.page-id-728 #order_review_heading::first-letter,
body.page-id-728 #payment_heading::first-letter {
	text-transform: uppercase;
}

.autorental-itinerary-edit {
	position: absolute;
	top: 50%;
	right: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 6px 10px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: background-color .2s ease, transform .2s ease;
}

.autorental-itinerary-edit svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
}

a.top:hover .autorental-itinerary-edit,
a.top:focus-visible .autorental-itinerary-edit {
	background: rgba(255, 255, 255, .24);
	transform: translateY(calc(-50% - 1px));
}

@media (min-width: 768px) {
	.stm-layout-header-car_rental .listing-right-actions {
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
	}

	.stm-layout-header-car_rental .autorental-header-whatsapp {
		order: 20;
	}

	.stm-layout-header-car_rental .autorental-currency-slot--desktop {
		order: 10;
	}

	.stm-layout-header-car_rental .listing-right-actions,
	.stm-layout-header-car_rental .autorental-header-whatsapp,
	.stm-layout-header-car_rental .autorental-header-whatsapp span,
	.stm-layout-header-car_rental .autorental-currency-slot,
	.stm-layout-header-car_rental .autorental-currency-switcher,
	.stm-layout-header-car_rental .listing-menu > li > a {
		flex-wrap: nowrap !important;
		white-space: nowrap !important;
	}

	.stm-layout-header-car_rental .listing-right-actions,
	.stm-layout-header-car_rental .autorental-header-whatsapp,
	.stm-layout-header-car_rental .autorental-currency-slot {
		flex-shrink: 0;
	}
}

@media (max-width: 767px) {
	.autorental-itinerary-edit {
		padding: 6px;
	}

	.autorental-itinerary-edit > span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}

.autorental-currency-switcher {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 4px;
	background: #eef8fd;
	border: 1px solid rgba(8, 0, 100, 0.15);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(8, 0, 100, 0.08);
	font-family: Lato, sans-serif;
	white-space: nowrap;
}

.autorental-currency-switcher button {
	min-width: 46px;
	height: 30px;
	padding: 0 10px;
	color: #080064 !important;
	background: #ffffff !important;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 29px;
	text-align: center;
	transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.autorental-currency-switcher button:hover,
.autorental-currency-switcher button:focus-visible {
	color: #080064;
	background: rgba(86, 199, 244, 0.22);
	outline: none;
}

.autorental-currency-switcher button:focus-visible {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #56c7f4;
}

.autorental-currency-switcher button.is-active {
	color: #ffffff !important;
	background: #080064 !important;
	box-shadow: 0 3px 9px rgba(8, 0, 100, 0.2);
}

.autorental-currency-slot--mobile {
	display: none;
}

.autorental-money {
	display: inline;
	white-space: nowrap;
}

.autorental-checkout-currency-notice td {
	color: #62657a;
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.autorental-currency-slot--desktop {
		display: none;
	}

	.autorental-currency-slot--mobile {
		display: block;
		padding: 20px 24px 6px;
	}

	.autorental-currency-switcher--mobile {
		display: flex;
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		padding: 4px;
	}

	.autorental-currency-switcher--mobile button {
		flex: 1 1 50%;
		height: 36px;
		line-height: 36px;
	}
}

.autorental-currency-label,
.autorental-currency-switcher--mobile-header {
	display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.autorental-currency-slot--desktop {
		display: inline-flex !important;
		margin: 5px 12px 0 0 !important;
		padding-left: 0 !important;
		border-left: 0 !important;
	}

	.stm-opened-menu-listing .autorental-currency-slot--mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.autorental-currency-slot--desktop {
		display: inline-flex !important;
		float: left;
		flex-direction: column;
		gap: 2px;
		align-items: flex-start;
		margin: 5px 10px 0 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.autorental-currency-slot--desktop .autorental-currency-switcher--desktop {
		display: none !important;
	}

	.autorental-currency-slot--desktop .autorental-currency-label {
		display: block;
		margin-left: 5px;
		color: #080064;
		font: 800 10px/1.1 Lato, sans-serif;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.autorental-currency-slot--desktop .autorental-currency-switcher--mobile-header {
		display: inline-flex;
		padding: 2px;
		background: #ffffff;
	}

	.autorental-currency-switcher--mobile-header button {
		min-width: 39px;
		height: 26px;
		padding: 0 7px;
		font-size: 10px;
		line-height: 26px;
	}

	.stm-opened-menu-listing .autorental-currency-slot--mobile {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.autorental-currency-slot--mobile {
		padding-right: 18px;
		padding-left: 18px;
	}
}
