@import url("fonts/stylesheet.css");

* {
	font-feature-settings:
		"liga" off,
		"clig" off;

	-webkit-font-smoothing: antialiased;
	font-family: "Maison Neue", sans-serif;
}

/* Common */
.background {
	background-color: white;
}

.title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.disclaimer {
	font-size: 12px;
	line-height: 14px;
	color: #757575;
}

.button {
	border-radius: 50px;
	font-size: 14px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 36px;
	font-weight: 400;
}

.card {
	background-color: #fafafa;
}

/* Connect Page Modifiers */
.connect-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.connect-subtitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.connect-text {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

/* Welcome Page Modifiers */
.welcome-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.welcome-subtitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.welcome-text {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.vcard-card {
	background-color: "#fafafa";
}

.vcard-avatar {
	min-width: 52px;
	min-height: 52px;
	max-width: 52px;
	max-height: 52px;
	border-radius: 26px;
}

.vcard-card-title {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

.vcard-card-subtitle {
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
}

.vcard-card-cta {
	font-size: 13px;
	height: 25px;
	padding: 6px 12px;
}

/* Inspiration Page Modifiers */
.post-title {
}

.post-date {
}

.post-content {
}

/* Inspiration Detail Page Modifiers */
.post-detail-header-avatar {
}

.post-detail-header-title {
}

.post-detail-header-date {
}

.post-item-title {
}

.post-item-price {
}

.post-item-color-image {
}

.post-item-color-circle {
}

.post-item-color {
	text-transform: capitalize;
}

.post-item-description {
}

.post-item-description > ul {
}

.post-item-description > ul > li {
	list-style-position: inside;
	list-style-type: circle;
}

/* Onboarding step modifiers */

.onboarding-step-disclaimer-link {
	font-size: 12px;
	line-height: 14px;
	color: black;
}

.onboarding-footer {
}

.onboarding-submit-cta {
}

/* Appointment Page Modifiers */
.appointment-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 16px 80px;
	background-color: #fafafa;
	position: relative;
}

.appointment-hero-logo {
	height: 28px;
	width: auto;
	object-fit: contain;
}

.appointment-content {
	background-color: #ffffff;
	position: relative;
}

.appointment-image {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: -60px auto 0;
	border: 4px solid #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	background-color: #fafafa;
}

.appointment-subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
	max-width: 400px;
}

.appointment-location {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin: 0 0 4px 0;
	max-width: 400px;
}

.appointment-date {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
	width: auto;
}

.appointment-map-link {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #757575;
	text-align: center;
	text-decoration: underline;
	margin-top: 16px;
	display: inline-block;
	cursor: pointer;
	transition: color 0.2s ease;
}

.appointment-map-link:hover {
	color: #000000;
}

.appointment-add-to-calendar-button {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px;
	background: linear-gradient(to top, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
	z-index: 20;
}
