/*Facelift CSS*/

#countryListInput-help-text.input-help-text {
   color: white;
}

hp5-segmented-control-panel .tab-panel {
    overflow: inherit;
}

/* prevents flickering*/
hp5-page-content-container:not(.hydrated) {
    visibility: hidden;
}

hp5-input-search.md .search-container {
    width: 100%;
}

@media (min-width: 991px) {
    .hidden-mobile-form-input {
        display: block;
    }
}

@media (max-width: 991px) {
    .hidden-mobile-form-input {
        display: none;
    }
}

hp5-input-search.md .search-container {
    width: 100%;
}

hp5-container hp5-call-to-action a.hp-call-to-action {
    display: block
}

hp5-container hp5-call-to-action.inline a.hp-call-to-action {
    display: inline-block;
}

hp5-container hp5-button-decorator button {
    width: 100%;
}

hp5-call-to-action .hp-call-to-action .contents {
    flex-direction: column
}

@media (max-width: 767px) {
    hp5-datepicker-calendar {
        margin-top: 75px;
    }
}
.datepicker-calendar-table-container th {
    text-align: center;
}

.appt__heading-item-header {
    text-align: center;
    width: 80%
}
.new-feature {
    border-left: 12px solid var(--color-primary-base);
}

.is-hidden {
    display:none;
}

.no_results {
    display: none;
}
.checkboxes label {
    color: var(--color-text-base);
    display: block;
    font-family: var(--text-body-font-sm);
    font-size: var(--text-body-pixels-sm);
    font-weight: var(--text-body-weight-sm);
    letter-spacing: var(--text-body-letter-spacing-sm);
    line-height: var(--text-body-line-height-sm);
    margin-bottom: var(--spacing-xxs);
    padding-left: 22px;
    padding-right: 10px;
    text-indent: -22px;
}

.checkboxes hp5-container {
    display: inline-flex;
}

.checkboxes label span {
    vertical-align: middle;
}

a[target='_blank']:after {
    display: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.covid-symptoms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: auto;
    width: 70%;
}

.cb-container {
    display: flex;
    flex-direction: row;
}
.cb-label {
    width: 80%;
}
.popover-btn {
    width: 20%;
}

.covid-options {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
}

.reason-select-multi-error {
    color: #D91535;
}

@media (max-width: 600px) {
    .covid-symptoms {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
}

.covid-support-reasons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cb-margin {
    margin-top: 15px;
}

hp5-fieldset div #fieldset-gender-checkbox legend{
    border: 0;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    hp5-fieldset div #fieldset-gender-checkbox legend{
        margin-bottom: 0px;
    }
}
/*This overrides the enterprise scss/bundle css*/
legend {
    border-bottom: 0;
}

.checkbox-gender {
    display: inline-block;
    margin-right: 15px;
}

.search-date {
    width: 30%;
}

@media screen and (max-width: 991px) {
    .search-date {
        width: 100%;
    }
}

#review hp5-person-card a.card {
    cursor: default;
    outline: none;
}

#slots hp5-person-card a.card {
    cursor: default;
    outline: none;
}

/*CD-9174 to hide rating stars for feedback modal*/
hp5-rating-star.readwrite {
    display: none;
}

.feedback-section {
    text-align: center;
}

/* CSS for mapbox autocomplete */
.ui-autocomplete {
    border: solid 1px #ccced5;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding-left: 5px;
    z-index: 9999;
}

.ui-autocomplete li {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
}
/*END Facelift CSS*/

datalist#countryDropDown {
    position: static;
    background-color: white;
    border: 1px solid #ccced5;
    border-radius: 0;
    border-top: none;
    font-family: sans-serif;
    width: auto;
    padding: 5px;
    max-height: 30rem;
    overflow-y: auto;
    cursor: pointer;
}

hp5-pill-block ul {
    padding: 0px !important;
}

h1 {
    font-family: sanchez-regular,Georgia,Times New Roman,Times,serif;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 54px;
}

h4 {
    font-family: Lato-Regular,sans-serif;
    font-size: 18px;
}

h1.with-supporting-text {
    margin-bottom: 18px;
}

#reason-href-specialty-care:after {
    display: none !important;
}

.location-button {
    color:#676971
}

.button-top-padding {
    padding-top: 20px;
   }

.appt-title {
    color: #342741;
    font-family: lato-bold,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
}

.appt-copy {
    color: #676971;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 5px 0;
}

.box-shadow {
	background-color: #fafafa;
	border: solid #CCCDCF 1px;
    border-radius: 4px;
	margin-bottom: 20px;
  	margin-right: 20px;
  	padding: 30px 20px;
}

.box-shadow-slots {
	background-color: white;
	border: 0;
    border-radius: 4px;
	margin-bottom: 20px;
  	margin-right: 20px;
  	padding: 30px 20px;
}

.box-shadow:hover {
   background-color:#f3f1f1;
}

.box-shadow:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-shadow-slots:hover {
	background-color: white;
	border: 0;
}


.box-appointment-slot {
    background-color: transparent;
    border: solid #254c84 1px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    width: 20%;
}

.appointment-time {
    font-family: lato-bold,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 15px;
}

.slot-link {
	padding-left: 12px;
	padding-right: 12px;
}

.virtuwell-promo-img {
    left: -6px;
    position: relative;
    top: 3px;
    width: 60px;
}

.intro {
    margin-bottom: 20px;
    text-align: center;
}

.location-section-title {
    margin-bottom: 5px;
}

.bold-title {
	font-weight: bold;
}

.input-well {
    background-color: #F8F8F8;
    border: solid #CCCDCF 1px;
    border-image: initial;
    border-radius: 2px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    margin: 20px 15px;
    min-height: 20px;
    padding: 30px 15px;
}

.content-middle {
	min-height: 220px;
    padding:20px 0;
    text-align: center;
    width: 100%;
}

.help-content {
    border: 1px solid #cccdcf;
	margin-bottom: 20px;
    min-height: 400px;
	padding:30px;
	width: auto;
}

.co-branded .register-well {
    background-color: #f3f3f3;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 6px solid #2c5697;
}

.well {
    background-color: #eafafb;
    border: 1px solid #ccf3f5;
    border-radius: 2px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 30px;
}

.shadow-content {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 6px;
    margin-right: 6px;
}

.flex-container-big {
    justify-content: left;
    margin-left: 60px;
    margin-right: 0;
}

.more-slots-button-section {
	padding: 10px;
}

.flex-container > div.col2 {
    flex: 0 33%;
    padding: 30px 20px;
    text-align: left;
    width: 30%;
}

.flex-container > div.col3 {
    padding: 30px 20px;
    text-align: left;
    width: 35%;
}

.action-buttons {
	margin-top: 18px;
}

.right-border {
	border-right: 1px solid #cacaca;
	border-top: 0;
	height: 100%;
	padding-right: 50px;
}

.left-border {
	padding-left: 50px;
}

.flex-container-search-section {
	margin-bottom: 20px;
}

.location-search-width {
    margin-left: 60px;
	width: 83%;
}

.provider-search-width {
    margin-left: 45px;
    width: 84%;
}

@media (max-width: 800px) {
    .provider-search-width {
        margin-left: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .provider-search-width {
        margin-left: 57px;
    }
}

@media screen and (max-width: 800px) {
	.flex-container {
  		display: block;
	}
	.flex-container > div.col2 {
	    padding: 30px 20px;
	    text-align: left;
	    width: 100%;
	}

	.flex-container > div.col3 {
	    padding: 30px 20px;
	    text-align: left;
	    width: 100%;
	}

	.right-border {
		border-right: 0;
		border-top: 0;
		height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.left-border {
		border-top: 1px solid #cacaca;
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}

    .flex-container-big {
	    justify-content: center;
	    margin-left: 6px;
	}

	.location-search-width {
		margin-left: 6px;
		width: 99%;
	}
}

.flex-container-1 {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.flex-container-1 > .flex-col-1 {
    text-align: left;
    width: 90%;
}

.flex-container-1 > .flex-col-2 {
    align-items: center;
    display: flex;
    margin-left: 10px;
    text-align: left;
    width: 10%;
}

.flex-container-1 > .flex-col-3 {
    text-align: left;
    width: 80%;

}

.flex-container > div.locationButton {
    padding: 30px 20px;
    text-align: left;
    width: 43%;
}

@media screen and (max-width: 800px) {
    .flex-container > div.locationButton{
        width: 100%;
    }
}

.search-location {
    width: 93%;
}

@media screen and (max-width: 800px) {
    .search-location {
        width: 90%;
    }
}

.icon-image {
    background: #fafafa;
    background: url(https://www.healthpartners.com/content/dam/brand-identity/backgrounds/headshot-background-240x240.jpg);
    border: 1px solid #eaebec;
    border-radius: 50%;
    height: 80px;
    margin: auto;
    overflow: hidden;
    width: 80px;
}

.icon-image-big {
    height: 100px;
    width: 100px;
}

.image-icon {
    float: left;
    margin-right: 20px;
    width: 100%;
}

.provider-image-icon-slot {
    float: left;
    margin-right: 20px;
    width: 100px;
}

.image-icon-big {
    height: 130px;
}

.image-icon-generic {
    height: 100px;
}

/* Gives provider containers more width */
.flex-container-provider > div.col2 {
    flex: 0 43%
}

.flex-container-provider-1 {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.flex-container-provider-1 > .flex-col-1 {
    text-align: left;
    width: 20%;
}

.flex-container-provider-1 > .flex-col-2 {
    margin-left:25px;
    text-align: left;
    width: 70%;
}

.flex-container-provider-1 > .flex-col-3 {
    align-items: center;
    display: flex;
    margin-left:10px;
    text-align: left;
    width: 10%;
}

.flex-container-slots {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.flex-container-slots > .flex-col-1 {
    text-align: left;
    width: auto;
}

.flex-container-slots > .flex-col-2 {
    margin-left: 25px;
    text-align: left;
    width: auto;
}

.separator-providers {
	padding-top: 30px;
	padding-bottom: 30px;
}

.separator-providers-small {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Gives location containers more width */
.flex-container-locations > div.col2 {
    flex: 0 47%
}


.separator-locations {
    padding-top: 30px;
    padding-bottom: 30px;
}

.separator-locations-small {
    padding-top: 15px;
    padding-bottom: 15px;
}

.flex-container-location-1 {
    display: flex;
    height: 100%;
    justify-content: center;
}

.flex-container-location-1 > .flex-col-1 {
    text-align: left;
    width: 20%;
}

.care-selection-header {
    color: #343741;
    font-family: Lato-Bold;
    font-size: 22px;
    line-height: 24px;
    padding-left: 17%;
}

.text-center-tria {
    padding-left: 0;
    text-align: center;
}

.text-center-tria h1 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 18px;
}

.text-center-tria h2.h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

@media (min-width: 992px) {
    .text-center-tria h2.h3 {
        margin: 0 0 54px 0;
    }
}

.text-center-public {
    padding-left: 0;
    text-align: center;
}

.text-center-public h1 {
    line-height: 1.4;
    margin-bottom: 18px;
}

.text-center-public h2.h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

@media (min-width: 992px) {
    .text-center-public h2.h3 {
        margin: 0 0 54px 0;
    }
}

@media (max-width: 767px) {
    .flex-container-location-1 > .flex-col-1 {
        display: none;
    }
    .flex-container-location-1 > .flex-col-2 {
        width: 90%;
    }
    .text-center {
        padding-left: 18px;
        text-align: left;
    }
    /*
    TODO: leaving here for upcoming UI review. May still need to use.
    .text-center-public {*/
        /*padding-left: 0;*/
        /*text-align: left;*/
    /*}*/
    /*.text-center-tria {*/
        /*padding-left: 0;*/
        /*text-align: left;*/
    /*}*/
    h1 {
	    font-size: 24px;
	}
    .start-title {
    	padding-left: 6px;
    }
    .care-selection-header {
        padding-left: 24px;
    }
}
@media (min-width: 768px) {
    .flex-container-location-1 > .flex-col-1 {
        display: block;
    }
    .flex-container-location-1 > .flex-col-2 {
        width: 70%;
    }
}

.flex-container-location-1 > .flex-col-2 {
    text-align: left;

}

.flex-container-1 > .flex-col-3 {
    align-items: center;
    margin-left: 10px;
    text-align: left;
    width: 10%;
}

.ns-i-clinic {
	font-size: 50px;
}

.ns-i-map-pin {
	font-size: 18pt;
}

.carrot-locations {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-address {
	margin-bottom: 0;
}

#contact-section > ul {
	line-height:.8;
}

.contact-info-section {
    padding-bottom: 7px;
}

.card-filler {
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.card-deck > .card {
    margin-bottom: -1px !important;
}

.no-padding-button {
	padding: 0;
}

.bottom-padding-21px {
    padding-bottom: 21px !important;
}

.contact-form-background {
    background-color: #f3f3f3;
    border-top: 6px solid #2c5697;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
}

.contact-form-padding {
    padding: 0 30px 0 30px;
}

.contact-title {
	padding-bottom: 17px;
}

.no-side-padding {
    padding-left: 5px;
    padding-right: 0;
}
.no-margin-right {
    margin-right: 0;
}

#save-button-section-mobile {
	padding-bottom: 10px;
}

#back-button-section-mobile {
	padding-top: 10px;
}
#contact-section-form {
    padding: 25px 30px 25px 25px;
}

.slots-main-section {
	margin-left: 15px;
	margin-right: 15px;
}

.review-form-container {
    padding: 0 15px 21px 15px;
}

.flex-container-review-1 {
    display: flex;
    height: 100%;
}

.flex-container-review-1 > .flex-col-1 {
    text-align: left;
    width: 80%;
}

.flex-container-photo-1 {
    display: flex;
    height: 100%;
}

.flex-container-photo-1 > .flex-col-1 {
    text-align: left;
    width: 20%;
}

@media (max-width: 768px) {
    .flex-container-photo-1 > .flex-col-1 {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .review-title-center {
        text-align: center;
    }

    .location-section-title {
	    text-indent: 1%;
	}
}

.error-text-align-xs {
    text-align: left;
}

.text-align-xs {
    text-align: center;
}

.yes-pic-align-xs {
    margin: auto;
}

.confirm-header-margins-xs {
    margin-top: 30px;
    margin-bottom: 17px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .error-text-align-sm {
        text-align: center;
    }
    .text-align-sm {
        text-align: left;
    }
    .yes-pic-align-sm {
        margin-left: -40px;
    }
    .confirm-header-margins-sm {
        margin-top: 30px;
        margin-bottom: 17px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .error-text-align-md {
        text-align: center;
    }
    .text-align-md {
        text-align: left;
    }
    .yes-pic-align-md {
        margin-left: -30px;
    }
    .confirm-header-margins-md {
        margin-top: 30px;
        margin-bottom: 17px;
    }
}

/* LARGE devices (desktops, 992px and up) */
@media (min-width: 1200px) {
    .error-text-align-lg {
        text-align: center;
    }
    .text-align-lg {
        text-align: left;
    }
    .yes-pic-align-lg {
        margin-left: -25px;
    }
    .confirm-header-margins-lg {
        margin-top: 76px;
        margin-bottom: 51px;
    }
}

.review-title-format {
    color: #343741;
    font-family: sanchez-semibold;
    font-size: 34px;
    line-height: 37px;
    text-align: center;
}

.review-title-format2 {
    color: #343741;
    font-family: Sanchez;
    font-size: 22px;
    text-align: center;
}

.review-title-format3 {
    color: #676971;
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.review-provider-nameandtitle {
    color: #343741;
    font-family: sanchez;
    font-size: 26px;
}

.review-photo-padding {
    padding-top: 15px;
    padding-left: 15px;
}

.bottom-spacer {
	margin-bottom: 25px;
}

.care-selection-title {
    color: #343741;
    font-family: Sanchez;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 17px;
    text-align: center;
}

.box-shadow-empty {
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px 20px;
}

.end-of-schedule-error-message {
    color: red;
    display: none;
    text-align: left;
}

.ns-i-nurse_1 {
	color: #cccdcf;
	padding-left: 22.5px;
	padding-top: 18px;
}

.find-it-here-link {
    flex: 100%;
    padding-top: 10px;
    padding-left: 15%;
}

@media (max-width: 768px) {
    .find-it-here-link {
        flex: 0;
        padding-top: 10px;
        padding-left: 0;
    }
}

.no-other-options {
    font-family: Lato-Bold;
    font-size: 16px;
    text-align: center !important;
}

.default-provider-image-100x100 {
    padding-top: 28px;
    padding-left: 32.5px;
}

hr.vertical {
    border:1px solid black;
    height:100%;
    width:0;
}

.no-top-margin {
	margin-top: 0;
}

.public-top-margin {
	margin-top: 20px;
}


#dob > div {
	margin-bottom: 0;
}

.form-helper-text {
	margin-top: 0;
}

.dob-error {
	margin-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.page-title {
	text-align: center;
}

.sides-padding-for-tiles {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.click-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
    width: 100%;
}

.click-section > div {
	border: solid #CCCDCF 1px;
	width: 45%;
}

.flex-button {
	margin-left: 20px;
	margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
	.page-title {
		text-align: left;
		padding-left: 0;
	}

	.click-section > div {
		width: 100%;
	}

	.flex-button {
		margin-left: 20px;
		margin-right: 20px !important;
	}

    hr {
        margin: 10px 0 10px 0;
    }
}
.insurance-card {
	padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 15px;
}

.insurance-card > .card-content {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 30px 10px 30px;
}

.insurance-card > .card-content-error {
    background-color: white;
    border: 2px solid #C42653;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 30px 10px 30px;
}

.card-content-title {
	color: #343741;
	font-family: Lato;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.card-content-main-title {
	font-size: 20px;
}

.edit-insurance-card {
	float: right;
	padding-right: 0;
}

.edit-insurance-card > a {
	color: #006DCA;
	font-family: Lato;
	font-size: 16px;
}

.card-text {
	color: #676971;
	font-family: Lato;
	font-size: 16px;
}

/*new CSS*/
.review-details-container {
    display: flex;
    align-items: center;
}

.review-details {
    width: 80%;
}

confirm-instructions {
    text-align: left;
}

.review-details-edit {
    width: 20%;
    text-align: right;
}

.review-details-edit a {
    text-decoration: none;
}

.loading-container {
    display: flex;
    justify-content: center;
}

.appt__heading-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.appt__heading-container h1 {
    margin-bottom: 24px;
}

.appt__heading-container p {
    margin-bottom: 40px;
}

.appt__heading-item {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .appt__heading-item {
        width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .buttons-confirm {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.appointment__reason {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.appointment__reason-selection {
    width: 45%;
}

@media screen and (max-width: 767px) {
    .appointment__reason-selection {
        width: 100%;
    }
}

.appointment__button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.appointment__button-item {
    width: 225px;
}

@media screen and (max-width: 767px) {
    .appointment__button-item {
        width: 100%;
    }
}

.appointment__reason-textarea {
    width: 75%;
}

.appointment__reason-text-input {
    width: 75%;
}

@media screen and (max-width: 767px) {
    .appointment__reason-textarea {
        width: 100%;
    }
}

.appointment__reason-heading {
    justify-content: center;
}

hp5-page-footer .hp-page-footer-top .footer-top-content .social-media [target=_blank].social-media-link:after {
    content: none;
}

hp5-link-text-basic > a::after {
    content: none !important;
}

.tria-logo {
    margin-top: 54px;
    margin-bottom: 30px;
}

.virtuwell-logo {
    margin-top: 54px;
    margin-bottom: 30px;
}

.popovercontent {
    position: absolute;
    display: flex;
    top: 28px;
    left: 200px;
    z-index: 1;
}

.popovertd {
    width: 5%;
    vertical-align: baseline;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .popovercontent {
        top: 19px;
        left: 166px;
    }
}

label[for="waitlist-checkbox"] {
    font-weight: bold;
    font-size: 18px;
}

#review {
    .slot-person-image {
        display: flex;
        justify-content: center;
    }

    .slot-person-text {
        text-align: center;
    }

    @media (max-width: 768px) {
        .slot-person-text {
            text-align: left;
        }
    }
}

.waitlist-review-content {
    hp5-heading[size-selection=md]+hp5-semantic section.md {
        margin-top: 0;
    }
}
