html,
body {
  overflow-x: hidden;
}

body {
  background: linear-gradient(135deg, #f0f0f5 0%, #e8e8f0 100%);
  color: var(--color--site);
  font-family: 'Open Sans' !important;
  /* font-size: 16px; */
}

body.lzHomePageBody {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(135deg, #f0f0f5 0%, #e8e8f0 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

h3 {
  font-family: 'Open Sans' !important;
  font-size: 2rem;
  line-height: 2rem;
  word-wrap: break-word;
}

h4 {
  font-size: large;
}

h4.heading {
  font-size: 1.5rem;
  line-height: 1rem;
  margin-top: 20px;
  margin-bottom: 0px;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

button.primary {
  background-color: #756bca;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  margin-left: 8px;
}

button:hover {
  background-color: #6558cd;
}

.lzMainPageWrapper {
  text-align: center;
  margin: auto;
  max-width: 640px;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.lzMainContentWrapper {
  background-color: white;
  border-radius: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.lzHeadingWrapper {
  padding-top: 1rem;
}

.lzContentWrapper {
  line-height: 1.2rem;
  margin: 3rem 1rem;
  text-align: left;
}

.lzFormWrapper {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  line-height: 1rem;
}

.lzFormWrapper form {
  width: 320px;
}

.lzDownloadButtonsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.buttonGetOnStore {
  margin-top: 26px;
}

.buttonGetOnStore img {
  width: 270px;
  cursor: pointer;

}

.google-play-button,
.apple-store-button {
  display: inline-block;
  background-color: #000000;
  border-radius: 10px;
  padding: 12px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;
  width: 235px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 26px;
}

.google-play-text,
.apple-store-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.smaller-text {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}

.small-text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.large-text {
  font-size: 29px;
  font-weight: bold;
  line-height: 0.7;
}

.larger-text {
  font-size: 35px;
  font-weight: bold;
  line-height: 0.6;
}

.google-play-logo,
.apple-store-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.play-triangle {
  display: flex;
  width: 50px;
  height: 50px;
  position: relative;
}

.triangle-parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/*
Home Page (Count Down) CSS
*/

.liza_home_container {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

.liza_home_countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  margin: 50px 0;
}

.liza_home_countdown div {
  min-width: 50px;
  display: grid;
  gap: 16px;
  font-size: 26px;
  font-weight: 700;
  color: orangered;
  padding: 22px 10px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.liza_home_countdown .liza_home_countdown_type_title {
  font-size: 15px;
  color: darkslategray;
  font-weight: 600;
}

.liza_home_buttons {
  margin-top: 20px;
}

.liza_home_buttons button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #ddd;
  cursor: not-allowed;
}

.liza_home_sub_headline {
  font-weight: 500;
  color: darkslategray;
  margin-top: 65px;
  margin-bottom: 55px;
}

.liza_home_footer {
  margin-top: 50px;
  font-size: 14px;
  color: darkgray;
  text-align: center;
}

#deactivateEmailNotifications {
  text-align: left;
}

#deactivateEmailNotifications label {
  display: flex;
  align-items: center;
}

#deactivateEmailNotifications label input {
  width: min-content;
  margin: 0.5rem;
}

#errorMessage {
  line-height: 1rem;
}

.lzHomePageWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.lzHomePageLogoWrapper {
  width: 140px;
  height: 140px;
  margin-bottom: 1.5rem;
}

.lzLogoContainer {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.lzLogoInnerWrapper {
  font-size: 2rem;
  background: linear-gradient(45deg, #667eea, #764ba2);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lzLogoInnerWrapper img {
  width: 70%;
}

.lzLogoSection:hover .lzLogoContainer {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lzLogoSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 20px;
  padding: 2rem 3rem;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}

.lzLogoSection a {
  text-decoration: none;
}

.lzLogoTitleWrapper {
  font-size: 1.38rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.3rem;
  text-align: center;
  transition: color 0.2s ease;
}

.lzLizaWebLink {
  font-size: 0.96rem;
  color: #718096;
  text-align: center;
  transition: color 0.2s ease;
}

.lzLogoSection:hover .lzLogoTitleWrapper,
.lzLogoSection:hover .lzLizaWebLink {
  color: #5F0099;
}

.lzActionButtonsSection {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lzDownButtonsWrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 415px;
  margin-bottom: 1.5rem;
}

@media (min-width: 460px) {
  .lzDownButtonsWrapper {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.lzDownloadButton {
  display: block;
  width: 200px;
  height: 60px;
  transition: transform 0.2s ease;
}

.lzDownloadButton:hover,
.lzEventButton:hover {
  transform: scale(1.05);
}

.lzDownloadButton img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.lzEventButton {
  display: inline-block;
  background: linear-gradient(105deg, #5F0099 0%, #F9F0FF 150%);
  color: white;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.lzFaqsLink {
  color: #4a5568;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 4px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.lzFaqsLink:hover {
  color: #5F0099;
  background-color: rgba(95, 0, 153, 0.05);
}

.lzHomePageFooter {
  background: transparent;
  padding: 2rem 1rem 1rem;
  text-align: center;
  margin-top: auto;
}

.lzFooterLinksWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .lzFooterLinksWrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.lzFooterLink {
  color: #4a5568;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 4px;
  transition: color 0.2s ease;
}

.lzFooterLink:hover {
  color: #5F0099;
  background-color: rgba(95, 0, 153, 0.05);
}

.lzFooterText {
  color: #718096;
  font-size: 0.8rem;
}

.lzImprintContentWrapper p {
  line-height: 1.7rem;
}

.lzAboutAppSection {
  max-width: 480px;
  margin-bottom: 3rem;
}

.lzAboutAppSection p,
.lzAboutAppSection li {
  text-align: left;
  color: black;
  font-size: 1rem;
}

.lzAboutAppSection b {
  font-weight: 600;
}

.lzAboutAppSectionToggleWrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 500px;
  margin-bottom: 2rem;
}

.lzAboutAppSectionToggleButton {
  font-size: .9rem;
  color: rgb(74, 85, 104);
  cursor: pointer;
}

.lzAboutAppWrapper:hover .lzAboutAppSectionToggleButton, .lzAboutAppWrapper:hover .truncate-two-lines p, .lzAboutAppWrapper:hover .truncate-two-lines li {
  color: #5F0099;
}

.truncate-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0rem;
  cursor: pointer;
}

.lzAboutAppSection.truncate-two-lines p,
.lzAboutAppSection.truncate-two-lines li {
  text-align: center;
}