body.rns-booking {;
    --top-disclaimer-height: 0;
    --page-top-padding: calc( var(--header-height) + var(--header-height-nav) );
    padding-top: var(--page-top-padding) !important;
}
body.rns-booking .top-disclaimer {
    display: none;
}
body.rns-booking .login-container {
    justify-content: center;
}
body.rns-booking .header-action-icon.icon-share {
    transform: rotate(90deg);
}
body.rns-booking .search-autocomplete {
    margin-left: 22px;
    padding: 8px;
    transform: translateY(34px);
}
body.rns-booking.customer-account-forgotpassword  {
    text-align: center;
    margin-top: 24px;
}
body.rns-booking.customer-account-forgotpassword .actions-toolbar {
    justify-content: center;
}
body.rns-booking.customer-account-forgotpassword h1 {
    margin-bottom: 16px;
}
body.rns-booking.customer-account-forgotpassword .columns {
    max-width: 980px;
    margin: 0 auto;
}
body.rns-booking .mobile-nav__user {
    display: none;
}
