* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body.generator-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Geologica", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  min-height: 100vh;
  background-color: #000;
  color: #1b2748;
  position: relative;
}

.generator-main {
  min-height: 100vh;
  padding: 14px 12px 24px;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .generator-main {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.generator-wrapper {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  gap: 20px;
}

.generator-back-link {
  color: #d7dcff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.generator-back-link:hover {
  color: #ffffff;
}

.generator-card {
  background: rgba(244, 247, 255, 0.92);
  border: 1px solid rgba(198, 214, 255, 0.85);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 20px 42px rgba(15, 24, 60, 0.22);
  backdrop-filter: blur(4px);
}

.generator-auth-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -4px 0 10px;
}

.generator-auth-bar.hidden {
  display: none;
}

.google-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(66, 133, 244, 0.5);
  color: #1f2f58;
  border-radius: 50px;
  padding: 9px 14px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(26, 115, 232, 0.12);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.google-auth-button:hover {
  background: rgba(66, 133, 244, 0.08);
  border-color: rgba(66, 133, 244, 0.75);
}

.google-auth-button--full {
  width: 56%;
  box-sizing: border-box;
}

.generator-title {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  color: #1f2e57;
}

.account-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(196, 210, 250, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.account-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  width: 100%;
}

.account-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-avatar-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(120deg, #8da6ef, #6d82dc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.account-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-avatar-fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-avatar-fallback {
  display: flex;
}
.account-meta,
.account-balance {
  display: flex;
  align-items: center;
  gap: 5px;
}

.account-right {
  display: flex;

  align-items: flex-end;
  gap: 8px;
}

.account-version-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(184, 201, 240, 0.95);
  background: rgba(241, 247, 255, 0.9);
}

.account-version-tab {
  border: none;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 800;
  color: #2f4479;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.account-version-tab.is-active {
  color: #fff;
  background: linear-gradient(120deg, #7e5fff 0%, #4f77ff 100%);
  box-shadow: 0 8px 16px rgba(83, 96, 220, 0.3);
}

.free-discount-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(236, 61, 88, 0.16);
  color: #c32040;
  font-size: 0.68rem;
  font-weight: 700;
}

.account-version-tab[data-version="free"].is-active .free-discount-badge {
  background: rgb(122 226 162 / 40%);
  color: #48ff11;
}

.account-label {
  font-size: 0.72rem;
  color: #6d82b9;
}

#account-id,
#account-balance {
  color: #203666;
  font-size: 0.95rem;
}

.account-balance-pending {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: #4f6497;
}

.topup-button {
  border: 1px solid rgba(176, 195, 238, 0.95);
  background: rgba(242, 248, 255, 0.95);
  color: #274079;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.topup-button:hover {
  background: rgba(225, 238, 255, 0.98);
}

.generator-layout {
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  gap: 10px;
  align-items: stretch;
}

.generator-preview {
  position: sticky;
  top: 14px;
}

.generator-form {
  display: grid;
}

.panel {
  border: 1px solid rgba(196, 210, 250, 0.95);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
  margin-bottom: 8px;
}

.panel h2 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #2d3f6d;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.count-badge {
  background: rgba(227, 236, 255, 0.95);
  border: 1px solid rgba(184, 203, 247, 0.95);
  color: #334a80;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.86rem;
  font-weight: 700;
}

.upload-tile {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 78px;
  min-height: 78px;
  border-radius: 14px;
  border: 2px dashed rgba(158, 186, 240, 0.9);
  color: #39548c;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.upload-tile:hover {
  border-color: #6f8be4;
  background: rgba(137, 170, 240, 0.16);
}

.upload-title {
  font-weight: 700;
  font-size: 0.95rem;
}

.upload-subtitle {
  margin-top: 4px;
  font-size: 0.72rem;
  color: #7086bf;
}

.generator-file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.preview-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 72px);
  gap: 8px;
}

.preview-card {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(184, 201, 243, 0.95);
  background: #f0f4ff;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.preview-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(246, 169, 193, 0.95);
  color: #8a1e3e;
  background: rgba(255, 240, 246, 0.96);
  border-radius: 999px;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.preview-remove:hover {
  background: rgba(255, 223, 235, 0.98);
}

.generator-textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  border: 1px solid rgba(184, 200, 240, 0.95);
  border-radius: 12px;
  background: rgba(250, 252, 255, 0.95);
  color: #1d2c52;
  padding: 10px;
  font-size: 0.92rem;
  font-family: inherit;
}

.generator-textarea::placeholder {
  color: #8297c8;
}

.generator-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  color: #4f6497;
}

.controls-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

.resolution-buttons,
.ratio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resolution-button,
.ratio-button {
  border-radius: 999px;
  border: 1px solid rgba(184, 201, 240, 0.95);
  background: rgba(247, 250, 255, 0.95);
  color: #2f4479;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}

.ratio-button {
  padding: 8px 14px;
  font-weight: 600;
}

.resolution-button.active,
.ratio-button.active,
.resolution-button:hover,
.ratio-button:hover {
  border-color: transparent;
  background: linear-gradient(120deg, #9b5eff 0%, #5f7eff 100%);
}

.images-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(184, 201, 240, 0.95);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(248, 251, 255, 0.95);
}

.stepper-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: rgba(238, 245, 255, 0.98);
  color: #274079;
  font-size: 1.4rem;
  cursor: pointer;
}

.stepper-btn:hover {
  background: rgba(218, 233, 255, 0.98);
}

.stepper-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.stepper-value {
  width: 34px;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: #2b427a;
}

.images-amount-group {
  margin-bottom: 10px;
}

.generator-card.mode-free .resolution-buttons {
  display: none;
}

.generator-submit {
  margin-top: 0;
  border: none;
  border-radius: 30px;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #9b58ff 0%, #4b53ff 100%);
  box-shadow: 0 14px 26px rgba(85, 90, 220, 0.42);
  cursor: pointer;
}

.generator-submit:hover {
  transform: translateY(-2px);
}

.generator-submit:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.generator-status {
  min-height: 24px;
  margin-top: 12px;
  font-size: 0.95rem;
}

.generator-status.info {
  color: #9cc6ff;
}

.generator-status.success {
  color: #89f7ca;
}

.generator-status.warning {
  color: #ffd28b;
}

.generator-status.error {
  color: #ff9fb8;
}

.auth-banner {
  margin-top: 14px;
  border: 1px solid rgba(255, 209, 149, 0.8);
  background: rgba(255, 246, 229, 0.92);
  border-radius: 14px;
  padding: 16px;
}

.auth-banner h3 {
  margin: 0 0 6px;
  color: #9c5f08;
}

.auth-banner p {
  margin: 0 0 12px;
  color: #77532a;
}

.auth-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.telegram-auth-btn,
.auth-done-btn {
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.telegram-auth-btn {
  background: #25a6dc;
  color: white;
}

.telegram-auth-btn:hover {
  background: #1f97ca;
}

.auth-done-btn {
  background: rgba(245, 250, 255, 0.95);
  border: 1px solid rgba(182, 201, 240, 0.95);
  color: #24407c;
}

.auth-done-btn:hover {
  background: rgba(226, 238, 255, 0.98);
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
}

.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 35, 0.55);
  backdrop-filter: blur(2px);
}

.auth-modal__dialog {
  text-align: center;
  position: relative;
  width: min(460px, calc(100vw - 28px));
  border-radius: 18px;
  border: 1px solid rgba(196, 210, 250, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(9, 20, 48, 0.25);
  padding: 18px 16px 16px;
}

.auth-modal__dialog h3 {
  margin: 0 0 8px;
  color: #1f2f58;
}

.auth-modal__dialog p {
  margin: 0 0 14px;
  color: #4b6498;
}

.inline-loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(94, 117, 184, 0.25);
  border-top-color: #4f66ad;
  animation: inline-spin 0.8s linear infinite;
}

@keyframes inline-spin {
  to {
    transform: rotate(360deg);
  }
}

.auth-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #36538e;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.auth-modal__close:hover {
  opacity: 0.75;
}

.billing-modal {
  width: min(540px, calc(100vw - 28px));
}

.billing-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #3f5c98;
  font-size: 0.86rem;
}

.billing-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.billing-plan {
  font-family: inherit;
  border: 2px solid rgba(214, 225, 246, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  padding: 12px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.billing-plan:hover {
  transform: translateY(-2px);
  border-color: #8598eb;
  box-shadow: 0 10px 20px rgba(36, 53, 95, 0.12);
}

.billing-plan.is-active {
  border-color: #667eea;
  background: linear-gradient(180deg, #f6f8ff 0%, #eef2ff 100%);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.18);
}

.billing-plan-generations {
  font-size: 0.82rem;
  font-weight: 600;
  color: #667eea;
}

.billing-plan-price-row {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
}

.billing-plan__header {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3748;
}

.billing-plan-meta {
  color: #667eea;
}

.billing-plan__badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(227, 236, 255, 0.95);
  color: #324b82;
  font-size: 0.78rem;
  font-weight: 700;
}

.billing-plan__generations {
  color: #223b72;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.billing-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 4px;
}

.billing-plan__price {
  color: #667eea;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.billing-plan__meta {
  margin-top: 0;
  color: #4d6599;
  font-size: 0.79rem;
}

.billing-pay-button {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #6b7fff 0%, #8d5cff 100%);
  cursor: pointer;
}

.billing-pay-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.result-section {
  border: 1px solid rgba(196, 210, 250, 0.95);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
  min-height: 336px;
  display: flex;
  flex-direction: column;
}

.result-section h2 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: #2d3f6d;
}

.result-loading {
  margin-bottom: 10px;
}

.result-loading__title {
  font-size: 0.83rem;
  color: #5570a8;
  margin-bottom: 6px;
}

.result-loading__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(210, 224, 255, 0.95);
  overflow: hidden;
}

.result-loading__bar {
  width: 35%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f73e4 0%, #8d5cff 100%);
  animation: loading-slide 1.15s ease-in-out infinite;
}

@keyframes loading-slide {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(320%);
  }
}

.result-placeholder {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(162, 186, 238, 0.95);
  border-radius: 12px;
  color: #6982b9;
  text-align: center;
  padding: 8px;
  font-size: 0.84rem;
}

.result-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(190, 208, 246, 0.95);
  max-height: 360px;
  object-fit: contain;
  background: rgba(243, 248, 255, 0.95);
}

.result-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.result-gallery--single {
  grid-template-columns: 1fr;
}

.result-gallery-item {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px;
}

.result-gallery-image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

.result-gallery-download {
  display: inline-block;
  margin-top: 8px;
}

@media (min-width: 1100px) {
  .result-gallery:not(.result-gallery--single) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.result-gallery__download:hover {
  background: rgba(233, 242, 255, 0.98);
}

.download-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 8px 12px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: #12b5d6;
  font-size: 0.84rem;
}

.result-actions {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 10px;
}

.reset-link {
  border: 1px solid rgba(182, 201, 240, 0.95);
  border-radius: 9px;
  padding: 8px 12px;
  background: rgba(245, 250, 255, 0.95);
  color: #24407c;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}

.reset-link:hover {
  background: rgba(226, 238, 255, 0.98);
}

.download-link:hover {
  background: #0da0be;
}

.side-card {
  margin-top: 10px;
  border: 1px solid rgba(196, 210, 250, 0.95);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
}

.side-card h3 {
  margin: 0 0 8px;
  font-size: 0.88rem;
  color: #2d3f6d;
}

.side-card ul {
  margin: 0;
  padding-left: 16px;
}

.side-card li {
  font-size: 0.8rem;
  color: #51689a;
  margin-bottom: 6px;
}

.hidden {
  display: none;
}

.toast-container {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.toast {
  max-width: min(360px, calc(100vw - 28px));
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(185, 206, 248, 0.95);
  background: rgba(249, 252, 255, 0.97);
  color: #213868;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: pre-line;
  box-shadow: 0 14px 28px rgba(15, 24, 60, 0.18);
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
  pointer-events: auto;
  cursor: pointer;
}

.toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.toast--success {
  border-color: rgba(142, 225, 186, 0.95);
  background: rgba(235, 251, 243, 0.97);
  color: #16573a;
}

.toast--error {
  border-color: rgba(245, 167, 184, 0.95);
  background: rgba(255, 241, 245, 0.98);
  color: #7d1f3d;
}

.toast--warning {
  border-color: rgba(250, 214, 150, 0.95);
  background: rgba(255, 248, 236, 0.98);
  color: #744e1e;
}

.toast--info {
  border-color: rgba(185, 206, 248, 0.95);
  background: rgba(249, 252, 255, 0.97);
  color: #213868;
}

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .generator-main {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    min-height: 100dvh;
    overflow-x: hidden;
  }

  .generator-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    gap: 0;
  }

  .generator-back-link {
    display: none;
  }

  .generator-card {
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    padding: 12px;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .generator-layout {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .account-header {
    align-items: flex-start;
    padding: 10px;
  }

  .account-user {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }

  .account-user-info {
    min-width: 0;
    flex: 1 1 100%;
  }

  .account-meta {
    min-width: 0;
  }

  #account-id {
    font-size: 0.88rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .account-right {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
  }

  .account-version-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .account-version-tabs::-webkit-scrollbar {
    display: none;
  }

  .account-version-tab {
    font-size: 0.72rem;
    padding: 6px 9px;
    flex: 0 0 auto;
  }

  .free-discount-badge {
    font-size: 0.63rem;
    margin-left: 4px;
    padding: 2px 5px;
  }

  .account-balance {
    width: 100%;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }

  .topup-button {
    margin-left: auto;
  }

  .generator-preview {
    position: static;
  }

  .result-section {
    min-height: 260px;
  }

  .result-placeholder {
    min-height: 200px;
  }

  .result-gallery {
    grid-template-columns: 1fr;
  }

  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .toast {
    max-width: 100%;
  }

  .billing-plans {
    grid-template-columns: 1fr;
  }

  .google-auth-button--full {
    width: 75%;
  }
}

@media (max-width: 420px) {
  .free-discount-badge {
    display: inline-block;
    font-size: 0.6rem;
    padding: 1px 5px;
    margin-left: 4px;
  }
}
