:root {
  --base-color: #056449;
  --background-base-color: #01875f;
  --dimmed-text-color: #5f6368;
}

html {
  max-width: 430px;
  margin: 0px auto;
}

/* Light mode specific variables */
@media (prefers-color-scheme: light) {
  :root {
    --base-color-light: #056449;
    --base-color-hover: #045238;
    --base-color-active: #034027;
    --base-color-bg-light: rgba(5, 100, 73, 0.1);
  }
}


#app-header { 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.72);
  width: 100%;
  top: 0;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  z-index: 1;
}

/* Update existing styles for dark mode compatibility */
.app-header-wrapper {
  border-bottom-color: var(--spectrum-global-color-gray-300);
}

.seperator {
  background-color: var(--spectrum-global-color-gray-300);
}

.comment {
  background-color: var(--spectrum-global-color-gray-75);
}

.privacy-card {
  background-color: var(--spectrum-global-color-gray-75);
}

.privacy-card-title,
.privacy-card-description,
.privacy-card-bottom-title {
  color: var(--spectrum-alias-text-color);
}

/* Add more style updates as needed */

html {
  letter-spacing: 0;
  overflow-x: hidden;
}

* {
  font-family: "Product Sans", "SF Pro Display",  "SF Pro Icons",  "Apple WebExp Icons Custom",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; /* For mobile browsers (e.g., Safari on iOS) */
}

h2, h3 {
  transition: color 0.25s ease-in-out !important;
  font-weight: 599 !important;
}

.app-logo {
  border-radius: 22.5%;
  width: 72px;
  height: 72px;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  margin-top: 7px;
}

.stars-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.img-item {
  width: 160px;
  height: auto;
  border-radius: 10%/4.7%;
  border: 0.5px solid rgba(0, 0, 0, .1);
}

.description-wrapper {
  margin: 20px;
  position: relative;
}


.description {
  height: 103px;
  overflow: hidden;
  position: relative;
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 18.0001px, rgb(0, 0, 0) 18.0001px), linear-gradient(270deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 32.8px, rgb(0, 0, 0) 68.8002px);
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 18.0001px, rgb(0, 0, 0) 18.0001px), linear-gradient(270deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 32.8px, rgb(0, 0, 0) 68.8002px);
}

.more-button {
  all: unset;
  color: #01875f;
  position: absolute;
  bottom: 5px;
  float: initial;
  right: -6px;
  font-size: 13px;
  line-height: 18px;
}

.description p {
  font-size: 13px;
  font-weight: 400;
  color: #5f6368;
  line-height: 1.38462;
}


#onboarding {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  background-color: #18273e; 
  margin: 0 auto;

  @media screen and (min-width: 600px) {
    max-width: 430px;
  }
}

.bottom-sheet-container .bottom-sheet-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.bottom-sheet-container .bottom-sheet {
  background-color: #ffffff;
  width: 100%;
  min-height: 200px;
  position: absolute;
  z-index: 2;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  transition: all 0.2s ease-in-out;
  bottom: -110%;
  padding: 16px;
  box-sizing: border-box;
}

.bottom-sheet-container.show-modal .bottom-sheet-overlay {
  opacity: 1;
  pointer-events: all;
}

.bottom-sheet-container.show-modal .bottom-sheet {
  bottom: 0px;
}

.bottom-sheet-header span {
  font-size: 16px;
  font-weight: 500;
  color: #252625;
  font-family: 'Product Sans Display' !important;
  letter-spacing: 0.25px;
}

.bottom-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.bottom-sheet input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 14px;
  /* border: none; */
  /* background-color: #313131; */
  /* color: white; */
  outline: none;
  border-color: #4d4d4d61;
}

.bottom-sheet input :focus {
  outline: none;
}

.continue-button-wrapper {
  position: absolute !important;
  left: 20px;
  right: 20px;
  bottom: 2dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.continue-button {
  width: 100%;
  border-radius: 16px;
  border: none;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
}

.continue-button-text {
  color: white;
}

.onboarding-image-item-1 {
  width: 100%;
  object-fit: contain;
  background-color: #fef5e6;
  margin-top: -3dvh;
  height: 80dvh;
}

.onboarding-image-item-2 {
  width: 100%;
  object-fit: contain;
  background-color: #fef5e6;
  margin-top: -3dvh;
  height: 80dvh;
}

.onboarding-image-item {
  width: 100%;
  object-fit: contain;
  height: 100vh;
  max-width: 430px;
}

.paywall-image-item {
  height: auto !important;
  margin-top: -30px;
}

.hidden {
  display: none !important;
}

.not-shown {
  opacity: 0 !important;
}

.bottom-sheet-container .bottom-sheet-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.bottom-sheet-container .bottom-sheet {
  background-color: #ffffff;
  width: 100%;
  min-height: 200px;
  position: absolute;
  z-index: 2;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  transition: all 0.2s ease-in-out;
  bottom: -110%;
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
}

.bottom-sheet-container.show-modal .bottom-sheet-overlay {
  opacity: 1;
  pointer-events: all;
}

.bottom-sheet-container.show-modal .bottom-sheet {
  bottom: 0px;
}

.bottom-sheet-header span {
  font-size: 16px;
  font-weight: 500;
  color: #252625;
  font-family: 'Product Sans Display';
  letter-spacing: 0.25px;
}

.bottom-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 6px;
}

.bottom-sheet input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 14px;
  /* border: none; */
  /* background-color: #313131; */
  /* color: white; */
  outline: none;
  border-color: #4d4d4d61;
}

.bottom-sheet input :focus {
  outline: none;
}

.onboarding-im
.hidden {
  display: none !important;
}

.not-shown {
  opacity: 0 !important;
}

@media screen and (min-width: 600px) {
  .app-header-wrapper {
    padding-bottom: 10px;
  }


  .app-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.ratings-and-reviews-wrapper {
  margin-top: 20px;
  padding: 0 24px;
}


.rating-line {
  width: calc(100%);
  height: 10px;
  position: relative;
  top: 1px;
  background-color: #efeff4;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 3px;
}

.rating-line-foreground {
  width: 85%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #01875f;
  border-radius: 4px;
  left: 0;
}

.stars-wrapper {
  display: flex;
  align-items: center;

  }

.android-star {
  width: 10px;
  height: 9px;
  font-size: 12px;
  font-weight: 400;
  /* display: inline-block;
  background-image: url(./images/five-star.svg);
  background-size: 49px 9px;
  background-position: 100% center;
  background-repeat: no-repeat; */
}

.five-star-icon {
  width: 10px;
  height: 9px;
  display: inline-block;
  background-image: url(./images/five-star.svg);
  background-size: 49px 9px;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin-left: auto;
}

.five-star-icon-full {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url(./images/star-full.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  margin-left: auto;
}

.five-star-icon-half {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url(./images/star-half.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  margin-left: auto;
}

.five {
  width: 49px;
}

.four {
  width: 39.5px;
}

.rating-line-four {
  width: 12%;
}

.three {
  width: 29.5px;
}

.rating-line-three {
  width: 2%;
}

.two {
  width: 19.5px;
}

.rating-line-two {
  width: 1%;
}

.whats-new-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.rating-line-one {
  width: 0%;
}

.ratings-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rating-value-wrapper {
  text-align: center;
  color: #636366;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 600;
  letter-spacing: -.005em;
}

span {
  font-family: "Product Sans Display" !important;
  color: var(--dimmed-text-color);
}

.rating-value {
  margin-bottom: 10px;
  display: block;
  line-height: 43px;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -.07em;
  color: #202124;
  margin-right: 3px;
}

.whats-new-header span {
  font-size: 13px;
  color: #636366;
}

.whats-new-wrapper p {
  font-size: 13px;
  margin-top: 16px;
}

.seperator {
  width: calc(100% - 40x);
  margin: 20px;
  height: 1px;
  /* background-color: #d6d6d6; */
  background-color: #dedede;
}

.bottom-sheet-seperator {
  width: calc(100% + 32px);
  margin: 8px 0 14px -16px;
  height: 1px;
  background-color: #dedede;
}

.stars-wrapper-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 66%;
  max-width: 66%;
}

.total-rating-span {
  color: #636366;
  margin-top: 8px;
  font-size: 13px;
  text-align: right;
}

.comments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 8px 0;
  background: none;
}

.comment {
  background: #fff;
  padding: 16px 0px;
  min-height: 120px;
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.five-star-rating {
  margin-bottom: 3px;
}

.reviewer {
  margin-bottom: 15px;
  color: #636366;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 600;
  letter-spacing: 0;
}

.comment-title {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 600;
  letter-spacing: -.005em;
  margin: 0;
  color: var(--dimmed-text-color);
  font-family: "Product Sans Display" !important;
}

.comment-body {
  font-size: 14px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
  white-space: initial;
  margin: 0;
  color: var(--dimmed-text-color);
  font-family: "Product Sans Display" !important;
}

.app-privacy-wrapper {
  margin: 0 20px;
}

.privacy-card {
  padding: 28px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-card-title {
  margin-top: 9px;
  color: #111;
  text-align: center;
  font-size: 15px;
  line-height: 1.33338;
  font-weight: 600;
  letter-spacing: -.016em;
}

.privacy-card-description {
  margin-top: 6px;
  color: #666;
  text-align: center;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
}

.privacy-card-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.privacy-card-bottom-wrapper-multiple {
  width: 100%;
}

.privacy-card-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  gap: 10px;
}

.privacy-card-bottom-title {
  padding-top: 7px;
  padding-bottom: 5px;
  color: #111;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  letter-spacing: -.005em;
  margin: 0;
}

.privacy-card-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 13px;
}

.app-privacy-description {
  font-size: 13px;
  color: var(--dimmed-text-color);
  text-align: center;
}

.policy-button {
  color: #0070c9;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 40x);
  margin: 0 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  gap: 4px;
  align-items: center;
}

.onboarding-item {
  width: 100vw;
  max-width: 430px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fef5e6;
}

.gradient-mask-top {
  flex: 1;
  background: linear-gradient(0deg, rgba(86, 158, 250, 0) 0%, #000000 100%);
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 102px;
}

.onboarding-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 28px;
}

.gradient-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(35, 27, 16, 0.00) 0.21%, rgba(35, 21, 16, 0.50) 21.15%, #231810 41.51%);
  margin-top: -170px;
  height: 246px;
}
.paywall-gradient-mask {
  width: 100%;
  height: 70vh;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(35, 27, 16, 0.00) 0.21%, rgba(35, 21, 16, 0.50) 21.15%, #231810 41.51%);
  margin-top: -170px;
}

.onboarding-policy-wrapper {
  display: flex;
  justify-content: space-around;
  height: 40px;
  align-items: center;
  margin-top: 8px;
  gap: 28px;
}

.onboarding-policy-wrapper span {
  font-size: 11px;
  color: #999999;
}

.shimmer {
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/450% 200%;
  background-repeat: no-repeat;
  animation: shimmer 6s infinite;
  font-size: 50px;
  max-width: 200px;
}

@keyframes shimmer {
  100% {
    -webkit-mask-position: left
  }
}

.app-logo-wrapper {
  display: flex;
  height: 143px;
  width: 143px;
  border-radius: 22.5%;
  /* box-shadow: -3px 5px 15px 5px #bebebe, -20px -20px 60px #ffffff; */
}

#paywall-context-wrapper {
  display: none;
  width: 100%;
}

.paywall-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

#paywall-context {
  margin-bottom: 2dvh;
}

.paywall-context * {
  color: #010101;
  /* display: none; */
}

.paywall-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.paywall-description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.paywall-hint {
  font-size: 12px;
  font-weight: 400;
}

.onboarding-images {
  margin: 20px 0;
  display: flex;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  column-gap: 12px;
  padding: 20px 20px 10px 20px;
}

#paywall-container {
  display: none;
}

.paywall-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.paywall-item img {
  width: 100vw;
  @media screen and (max-height: 700px) {
    margin-top: -7dvh;
  }
}


.offers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer {
  display: flex;
  gap: 12px;
  background: transparent;
  border-radius: 16px;
  border: 1px solid #8b96a7;
  padding: 9px 12px;
  /* backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); */
}

.selected {
  background: #EB850026;
  border: 1px solid #EB8500;
}

.offer-text-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.f-500 {
  font-weight: 500 !important;
}

.offer-text-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.offer-title {
  font-size: 16px;
  color: #fff;
}

.offer-text {
  font-size: 13px;
  color: #9999;
}

/* 
#weekly {
  display: none;
}

#weekly + label:before {
  content: "\f0c9"; 
}

#weekly:checked + label:before {
  content: "\f0aa"; 
} */
.offer-label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.offer-label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #999999;
}

.selected .checkmark {
  border: 2px solid #EB8500;
}

/* On mouse-over, add a grey background color */
.offer-label-container:hover input ~ .checkmark {
  background-color: #0059ff45;
}

.offer-label-container input:checked ~ .checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.offer-label-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.offer-label-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
	border-radius: 50%;
	background: transparent;
}

.selected .offer-label-container .checkmark:after {
	background: #EB8500 !important;
}

.offer-switch {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  border: none;
  background: #292a3f !important;
  padding: 14px 16px;
}

.free-trial {
  display: flex;
  width: 100%;
}

.bottom-sheet-context {
  /* background: #313131; */
  /* padding: 14px; */
  border-radius: 12px;
  color: white;
  @media screen and (max-width: 600px) {
    width: calc(100vw - 32px);
  }
}

.bottom-sheet-app-wrapper {
  display: flex;
  flex-direction: column;
  padding: 14px;
  /* gap: 16px; */

  @media screen and (min-width: 600px) {
    max-width: calc(430px * 0.86);
  }

  @media screen and (max-width: 600px) {
    max-width: calc(100vw - 40px);
  }
}

.bottom-sheet-item {
  /* border-bottom: 1px solid #c6c7c6; */
  display: flex;
  width: 100%;
  gap: 16px;
  padding-bottom: 8px;
}

.bottom-sheet-item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.app-store-title {
  font-size: 18px;
  line-height: 18px;
  color: #202020;
  font-weight: 400;
}

.app-store-subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4ecc;
  font-weight: 400;
  font-family: 'Product Sans Display' !important;
}

.subscribe-button {
  border: none;
  margin-top: 10px;
  border-radius: 45px;
  background-color: #0c57cf;
  color: white;
  padding: 9px 33px;
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  width: calc(100% - 32px);
  height: 40px;
}

.email-screen-context {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  gap: 12px;
}

.bottom-sheet-input-wrapper {
  display: flex;
  padding: 0px 30px 30px;
}

#second-screen {
  /* display: none; */
}

.bottom-sheets-wrapper {
  display: flex;
    /* width: 244dvw; */
    /* flex-direction: column; */
    width: 245vw;
    gap: 10%;
}

.card {
}

.card .inner {
  padding: 9px 12px;
  background: red;
  color: #fff;
}


.example-2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-2 .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F57097;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 16px;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
.example-2::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(202 217 244 / 75%) 50%, rgba(255, 255, 255, 0) 100%);
  height: 300px;
  width: 300px;
  transform: translate(0);
  position: absolute;
  animation: rotate 5s linear forwards infinite;
  z-index: 0;
  top: 50%;
  transform-origin: top center;
}
.animate {
  transition: all 0.4s ease;
}

.animate.right {
  /* right: 0;
  top: 50%; */
}

.animate.right.move {
  @media screen and (max-width: 600px) {
    transform: translate(calc(-100dvw - 100dvw * 0.1233), 0);
  }

  @media screen and (min-width: 600px) {
    transform: translate(-490px, 0);
  }
}

input:invalid {
  outline: 1px solid #ff453a !important;
}

.modal {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  background: #D9D9D9;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-left: 18%;
  margin-right: 18%;
  padding: 11px;
  max-width: 380px;
}

.modal-overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal-title {
  font-weight: 590;
  font-size: 16px;
  color: black;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.modal-text {
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-align: center;
  padding: 0 10px;
}

.modal-btn {
  color: #0c57cf;
  font-size: 16px;
  font-weight: 590;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  border-top: 1px solid #A7A7A7;
}

.subscribe-button {
  transition: all 0.2s ease-in-out;
}
.subscribe-button:disabled {
  background-color: #5d6269;
}

#free-trial-badge {
  background: #EB8500;
  color: #fff;
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.bottom-sheet-item {
  /* border-bottom: 1px solid #c6c7c6; */
  display: flex;
  width: 100%;
  gap: 16px;
  padding-bottom: 8px;
}

.bottom-sheet-item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.app-store-title {
  font-size: 18px;
  line-height: 18px;
  color: #202020;
  font-weight: 400;
}

.app-store-subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4ecc;
  font-weight: 400;
  font-family: 'Product Sans Display' !important;
}

.app-store-description {
  font-size: 12px;
  font-weight: 400;
  color: #9F9FA5;
  line-height: 18px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.subscribe-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.subscribe-button {
  border: none;
  margin-top: 10px;
  border-radius: 45px;
  background-color: #0c57cf;
  color: white;
  padding: 9px 33px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  width: calc(100% - 32px);
  height: 40px;
}

.email-screen-context {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  gap: 12px;
}

.bottom-sheet-input-wrapper {
  display: flex;
  padding: 0px 30px 30px;
}

#second-screen {
  /* display: none; */
}

.bottom-sheets-wrapper {
  display: flex;
  /* width: 244dvw; */
  /* flex-direction: column; */
  width: 245vw;
  gap: 10%;
  transform: translate(0, 0);

  @media screen and (max-width: 600px) {
    width: 200dvw;
    max-width: 200dvw;
  }

  @media screen and (min-width: 600px) {
    width: 920px;
    max-width: 920px;
  }
}
.card .inner {
  padding: 9px 12px;
  background: red;
  color: #fff;
}


.example-2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-2 .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F57097;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 16px;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
.example-2::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(202 217 244 / 75%) 50%, rgba(255, 255, 255, 0) 100%);
  height: 300px;
  width: 300px;
  transform: translate(0);
  position: absolute;
  animation: rotate 5s linear forwards infinite;
  z-index: 0;
  top: 50%;
  transform-origin: top center;
}
.animate {
  transition: all 0.4s ease;
}

.animate.right {
  /* right: 0;
  top: 50%; */
}

.animate.right.move {
  @media screen and (max-width: 600px) {
    transform: translate(calc(-100dvw - 100dvw * 0.1233), 0);
  }

  @media screen and (min-width: 600px) {
    transform: translate(-490px, 0);
  }
}

input:invalid {
  outline: 1px solid #ff453a !important;
}

.modal {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  background: #D9D9D9;
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-left: 18%;
  margin-right: 18%;
  padding: 11px;
  max-width: 380px;
}

.modal-overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal-title {
  font-weight: 590;
  font-size: 16px;
  color: black;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.modal-text {
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-align: center;
  padding: 0 10px;
}

.modal-btn {
  color: #0A84FF;
  font-size: 16px;
  font-weight: 590;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  border-top: 1px solid #A7A7A7;
}

.subscribe-button {
  transition: all 0.2s ease-in-out;
}
.subscribe-button:disabled {
  background-color: #5d6269;
}

.colorless {
  background: #505050 !important;
}

.no-payment-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.no-payment-img {
  width: 24px;
  height: 24px;
}

.no-payment-text {
  font-size: 12px;
  font-weight: 400;
  color: #ffff;
}

.android-divider {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.android-divider:not(:first-child):before {
  background-color: #e8eaed;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
}

.sub-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 14px;
  margin-bottom: 30px;
  margin-top: 10px;


  @media (min-width:481px) {
    justify-content: flex-start;
    gap: 20px
  }
}

.app-score {
  color: #202124;
  font-size: 14px;
  font-weight: 500;
}

.reviewer {
  color: #5f6368;
  font-size: 12px;
  font-weight: 400;
}

.play-card {
  background: #fff;
  padding: 24px 24px 12px 20px;
  max-width: 420px;
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.play-card-top {
  display: flex;
  gap: 18px;
}
.play-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.play-app-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  color: #222;
}
.play-publisher {
  color: #01875f;
  font-size: 16px;
  font-family: 'Product Sans Display';
  font-weight: 600;
}
.play-meta-row {
  display: flex;
  gap: 18px;
  margin: 8px 0;
}
.play-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 13px;
  color: #5f6368;
  gap: 2px;
}
.play-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  color: #222;
}
.play-reviews, .play-downloads-label, .play-pegi {
  font-size: 12px;
  color: #888;
}
.play-downloads {
  font-weight: 600;
  color: #222;
}
.play-install-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px;
  background: #01875f;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 48px);
  height: 36px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Product Sans Display';
  font-weight: 500;
  letter-spacing: 0.25px;
}
.play-install-btn:hover {
  background: #056449;
}
.play-card-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 8px;
}
.play-action-btn {
  background: none;
  border: none;
  color: #01875f;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.2s;
}
.play-action-btn:hover {
  background: #f0f7f4;
}

.tag {
  border-radius: 16px;
  color: var(--dimmed-text-color);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid var(--dimmed-text-color);
}

time {
  font-family: "Product Sans Display";
  font-size: 12px;
  font-weight: 400;
  color: var(--dimmed-text-color);
}

.comment-footer {
  font-size: 12px;
  font-weight: 400;
  color: var(--dimmed-text-color);
  margin-top: 12px;
  font-family: "Product Sans Display";
}

.highlight-sub-info {
  color: #5f6368;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: "Product Sans Display";
}

.google-play-starting-today {
  font-size: 16px;
  line-height: 18px;
  color: #212121d4;
  font-weight: 400;
}

#free-trial-subscribe {
  display: flex;
  justify-content: space-between;
}

.cancel-text {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  font-weight: 400;
  font-family: sans-serif !important;
  letter-spacing: -0.25px;;
  margin-top: 4px;
}

.bottom-sheet-seperator-inside {
  width: calc(100% + 60px);
  margin: 8px 0 14px -30px;
  height: 1px;
  background-color: #dedede;
}

@media screen and (min-width: 768px) {
    .onboarding-image-item-1 {
        object-fit: cover !important;
        height: 83%;
    }
}