
/* introduced in 19.14.00 because on mobile the price div was covering much of the clients pictures in location display - so move price div above the picture */



/* wrapper used in x-small layout for the price div */

.csl_xw {
	padding-top: 70px;
	position: relative; /* this will make the absolute positioned csl_r position relative to this div */
}

.csl_r_w {
	position: unset; /* cancel the relative positioning of the absolute positioned csl_r relative to this established in small.css */
}

.csl_r {
	bottom: unset;
	top: 28px;
	background-color: unset;
	color: var(--carta_text_color);
	padding: 0;
}

.csl_r div {
	display: inline;
}

.rrc {
	margin: 0;
}

.rrcd {
	display: none !important; /* !important overrides the .csl_r div above */
}

.rhf {
	display: none;
}

.r_n {
	display: inline;
}















[not_in_x_small] {
	display: none;
}


