/* Teen Patti Master download landing page */
.tpm-download-page,
.tpm-download-page h1,
.tpm-download-page h2,
.tpm-download-page h3,
.tpm-download-page p,
.tpm-download-page a,
.tpm-download-page span,
.tpm-download-page small,
.tpm-download-page strong {
  letter-spacing: 0;
}

.tpm-download-page {
  overflow-x: clip;
  background: linear-gradient(180deg, #0d0e13, #1d1850);
}

.tpm-download-page main {
  display: flow-root;
  float: none;
  width: 100%;
}

.tpm-dl-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  align-items: stretch;
  background: #090a12;
}

.tpm-dl-hero__media,
.tpm-dl-hero__media::before,
.tpm-dl-hero__media::after {
  position: absolute;
  inset: 0;
}

.tpm-dl-hero__media {
  display: block;
  margin: 0;
}

.tpm-dl-hero__media::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 8, 14, 0.98) 0%, rgba(7, 8, 14, 0.88) 28%, rgba(7, 8, 14, 0.24) 58%, rgba(7, 8, 14, 0.04) 100%);
  content: "";
}

.tpm-dl-hero__media::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 68%, rgba(13, 14, 19, 0.92) 100%);
  content: "";
}

.tpm-dl-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tpm-dl-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.tpm-dl-hero__content {
  width: min(570px, 48%);
  padding: 64px 0 72px;
}

.tpm-dl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.tpm-dl-eyebrow i {
  color: #40fbff;
  font-size: 18px;
}

.tpm-dl-hero h1 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 78px;
  line-height: 0.9;
  text-transform: uppercase;
}

.tpm-dl-hero__headline {
  margin-bottom: 18px;
  background: var(--accent-gradient);
  background-clip: text;
  color: transparent;
  font-family: "Teko", serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.03;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tpm-dl-hero__copy {
  max-width: 530px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.72;
}

.tpm-dl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.tpm-dl-primary-action {
  display: inline-flex;
  min-width: 236px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  padding: 10px 26px;
  background: var(--button-gradient);
  box-shadow: 0 14px 38px rgba(242, 6, 255, 0.23);
  color: #09090c;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tpm-dl-primary-action > i {
  font-size: 24px;
}

.tpm-dl-primary-action span,
.tpm-dl-primary-action small,
.tpm-dl-primary-action strong {
  display: block;
}

.tpm-dl-primary-action small {
  margin-bottom: 1px;
  color: rgba(9, 9, 12, 0.68);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tpm-dl-primary-action strong {
  color: #09090c;
  font-size: 18px;
  line-height: 1.1;
}

.tpm-dl-primary-action:hover,
.tpm-dl-primary-action:focus-visible {
  color: #09090c;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(64, 251, 255, 0.17), 0 22px 52px rgba(242, 6, 255, 0.26);
}

.tpm-dl-secondary-action,
.tpm-dl-text-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tpm-dl-secondary-action i,
.tpm-dl-text-link i {
  margin-left: 8px;
  font-size: 12px;
}

.tpm-dl-secondary-action:hover,
.tpm-dl-secondary-action:focus-visible,
.tpm-dl-text-link:hover,
.tpm-dl-text-link:focus-visible {
  color: #40fbff;
  text-decoration: none;
}

.tpm-dl-hero__points {
  display: flex;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-dl-hero__points li {
  min-width: 118px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 18px;
}

.tpm-dl-hero__points strong,
.tpm-dl-hero__points span {
  display: block;
}

.tpm-dl-hero__points strong {
  color: #ffffff;
  font-family: "Teko", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
}

.tpm-dl-hero__points span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.tpm-dl-factbar {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 15, 0.66);
}

.tpm-dl-factbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tpm-dl-factbar__grid span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.tpm-dl-factbar__grid span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.tpm-dl-factbar__grid i {
  color: #40fbff;
  font-size: 18px;
}

.tpm-dl-release,
.tpm-dl-games,
.tpm-dl-benefits,
.tpm-dl-install,
.tpm-dl-support {
  float: left;
  width: 100%;
  padding: 104px 0;
}

.tpm-dl-release,
.tpm-dl-benefits,
.tpm-dl-support {
  background: rgba(7, 8, 14, 0.34);
}

.tpm-dl-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.tpm-dl-section-heading h2 {
  margin-bottom: 12px;
}

.tpm-dl-section-heading p,
.tpm-dl-section-copy,
.tpm-dl-support p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.72;
}

.tpm-dl-release__panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(340px, 1.15fr) minmax(230px, 0.75fr);
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 32px;
  background: rgba(9, 10, 17, 0.78);
  box-shadow: 0 28px 76px rgba(4, 5, 12, 0.32);
}

.tpm-dl-release__identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tpm-dl-release__identity img {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 15px 38px rgba(242, 6, 255, 0.2);
}

.tpm-dl-status {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tpm-dl-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #f206ff;
  box-shadow: 0 0 12px rgba(242, 6, 255, 0.66);
}

.tpm-dl-release__identity h3,
.tpm-dl-release__identity p {
  margin-bottom: 0;
}

.tpm-dl-release__identity h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
}

.tpm-dl-release__identity p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
}

.tpm-dl-release__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.tpm-dl-release__details div {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
}

.tpm-dl-release__details dt,
.tpm-dl-release__details dd {
  margin: 0;
}

.tpm-dl-release__details dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.tpm-dl-release__details dd {
  margin-top: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.tpm-dl-release__action {
  min-width: 0;
}

.tpm-dl-verification {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px 28px;
  margin: 14px 0 0;
  border: 1px solid rgba(64, 251, 255, 0.2);
  border-radius: 8px;
  padding: 18px 22px;
  background: rgba(9, 10, 17, 0.62);
}

.tpm-dl-verification div {
  min-width: 0;
}

.tpm-dl-verification dt {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.tpm-dl-verification dd {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

.tpm-dl-verification code,
.tpm-table code {
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpm-dl-verification p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.tpm-dl-verification p i {
  margin-right: 6px;
  color: #40fbff;
}

.tpm-dl-disabled-action {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  background: var(--button-gradient);
  color: #09090c;
  cursor: not-allowed;
  filter: saturate(0.58);
  font-size: 14px;
  font-weight: 800;
  opacity: 0.68;
}

.tpm-dl-release-download {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: var(--button-gradient);
  color: #09090c !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.tpm-dl-release-download:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(242, 6, 255, 0.24);
}

.tpm-dl-status--available i {
  background: #40fbff;
  box-shadow: 0 0 12px rgba(64, 251, 255, 0.72);
}

.tpm-dl-release__action small,
.tpm-dl-release__action > a:not(.tpm-dl-release-download) {
  display: block;
}

.tpm-dl-release__action small {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.45;
}

.tpm-dl-release__action > a:not(.tpm-dl-release-download) {
  margin-top: 7px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.tpm-dl-release__action > a:not(.tpm-dl-release-download) i {
  margin-left: 6px;
}

.tpm-dl-release__action a:hover,
.tpm-dl-release__action a:focus-visible {
  color: #40fbff;
}

.tpm-dl-safety-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.6;
}

.tpm-dl-safety-note i {
  margin-right: 7px;
  color: #40fbff;
}

.tpm-dl-games__visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 26px 74px rgba(3, 4, 10, 0.36), 0 0 38px rgba(242, 6, 255, 0.1);
}

.tpm-dl-games__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tpm-dl-mode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin-top: 30px;
}

.tpm-dl-mode-list > a,
.tpm-dl-mode-list > span {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 17px 0;
  color: #ffffff;
  text-decoration: none;
}

.tpm-dl-mode-list > a:hover,
.tpm-dl-mode-list > a:focus-visible {
  color: #40fbff;
}

.tpm-dl-mode-list > a > i,
.tpm-dl-mode-list > span > i {
  padding-top: 4px;
  color: #40fbff;
  font-size: 18px;
}

.tpm-dl-mode-list strong,
.tpm-dl-mode-list small {
  display: block;
}

.tpm-dl-mode-list strong {
  font-size: 14px;
}

.tpm-dl-mode-list small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.4;
}

.tpm-dl-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.tpm-dl-benefits__grid article {
  position: relative;
  min-width: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.16);
  padding: 31px 0 0;
}

.tpm-dl-benefits__grid article > i {
  color: #40fbff;
  font-size: 27px;
}

.tpm-dl-benefits__grid article > span {
  position: absolute;
  top: 20px;
  right: 0;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Teko", serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
}

.tpm-dl-benefits__grid h3 {
  margin: 24px 0 8px;
  color: #ffffff;
  font-size: 26px;
}

.tpm-dl-benefits__grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.68;
}

.tpm-dl-install__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpm-dl-install__steps li {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 24px;
}

.tpm-dl-install__steps li > span {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.16);
  font-family: "Teko", serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
}

.tpm-dl-install__steps i {
  color: #40fbff;
  font-size: 25px;
}

.tpm-dl-install__steps h3 {
  margin: 20px 0 8px;
  color: #ffffff;
  font-size: 25px;
}

.tpm-dl-install__steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  line-height: 1.66;
}

.tpm-dl-install .tpm-dl-text-link {
  display: inline-block;
  margin-top: 24px;
}

.tpm-dl-support {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.tpm-dl-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: end;
  gap: 76px;
}

.tpm-dl-support h2 {
  margin-bottom: 12px;
}

.tpm-dl-support nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.tpm-dl-support nav a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tpm-dl-support nav a:hover,
.tpm-dl-support nav a:focus-visible {
  color: #40fbff;
}

.tpm-dl-support nav i {
  font-size: 12px;
}

.tpm-dl-mobile-bar {
  display: none;
}

@media (max-width: 1199px) {
  .tpm-dl-hero h1 {
    font-size: 65px;
  }

  .tpm-dl-hero__headline {
    font-size: 35px;
  }

  .tpm-dl-release__panel {
    grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.1fr);
  }

  .tpm-dl-release__action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 0 20px;
  }

  .tpm-dl-release__action small,
  .tpm-dl-release__action a {
    grid-column: 2;
  }

  .tpm-dl-release__action small {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .tpm-dl-hero {
    min-height: 680px;
  }

  .tpm-dl-hero__content {
    width: 58%;
  }

  .tpm-dl-hero__media img {
    object-position: 58% center;
  }

  .tpm-dl-factbar__grid,
  .tpm-dl-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpm-dl-factbar__grid span:nth-child(3) {
    border-left: 0;
  }

  .tpm-dl-factbar__grid span:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tpm-dl-release__panel,
  .tpm-dl-support__grid,
  .tpm-dl-verification {
    grid-template-columns: 1fr;
  }

  .tpm-dl-verification p {
    grid-column: auto;
  }

  .tpm-dl-release__action {
    grid-column: auto;
  }

  .tpm-dl-release__details div:first-child {
    border-left: 0;
  }

  .tpm-dl-install__steps li {
    padding: 0 18px;
  }

  .tpm-dl-support__grid {
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .tpm-download-page {
    padding-bottom: 78px;
  }

  .tpm-dl-hero {
    min-height: 720px;
    height: calc(100svh - 118px);
    max-height: 820px;
  }

  .tpm-dl-hero__media::before {
    background: linear-gradient(180deg, rgba(7, 8, 14, 0.08) 0%, rgba(7, 8, 14, 0.02) 48%, rgba(7, 8, 14, 0.94) 74%, #090a12 100%);
  }

  .tpm-dl-hero__media::after {
    display: none;
  }

  .tpm-dl-hero__media img {
    object-position: center top;
  }

  .tpm-dl-hero__container {
    align-items: flex-end;
  }

  .tpm-dl-hero__content {
    width: 100%;
    padding: 0 0 40px;
  }

  .tpm-dl-eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .tpm-dl-hero h1 {
    margin-bottom: 4px;
    font-size: 47px;
  }

  .tpm-dl-hero__headline {
    margin-bottom: 14px;
    font-size: 27px;
  }

  .tpm-dl-hero__copy,
  .tpm-dl-secondary-action,
  .tpm-dl-hero__points {
    display: none;
  }

  .tpm-dl-primary-action {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .tpm-dl-factbar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpm-dl-factbar__grid span {
    min-height: 61px;
    padding: 10px 6px;
    font-size: 11px;
    text-align: center;
  }

  .tpm-dl-factbar__grid span:nth-child(odd) {
    border-left: 0;
  }

  .tpm-dl-factbar__grid span:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tpm-dl-release,
  .tpm-dl-games,
  .tpm-dl-benefits,
  .tpm-dl-install,
  .tpm-dl-support {
    padding: 76px 0;
  }

  .tpm-dl-section-heading {
    margin-bottom: 30px;
  }

  .tpm-dl-release__panel {
    gap: 26px;
    padding: 23px;
  }

  .tpm-dl-release__identity img {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
    border-radius: 16px;
  }

  .tpm-dl-release__identity h3 {
    font-size: 28px;
  }

  .tpm-dl-release__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tpm-dl-release__details div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 10px;
  }

  .tpm-dl-release__details div:nth-child(odd) {
    border-left: 0;
  }

  .tpm-dl-release__action {
    display: block;
  }

  .tpm-dl-release__action small,
  .tpm-dl-release__action > a:not(.tpm-dl-release-download) {
    display: block;
    margin-top: 9px;
  }

  .tpm-dl-release__action .tpm-dl-release-download {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
  }

  .tpm-dl-mode-list,
  .tpm-dl-benefits__grid,
  .tpm-dl-install__steps,
  .tpm-dl-support nav {
    grid-template-columns: 1fr;
  }

  .tpm-dl-games__visual img {
    aspect-ratio: 1 / 1;
  }

  .tpm-dl-benefits__grid {
    gap: 32px;
  }

  .tpm-dl-install__steps {
    margin-top: 42px;
  }

  .tpm-dl-install__steps li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    padding: 26px 0;
  }

  .tpm-dl-install__steps li > span {
    margin-bottom: 0;
  }

  .tpm-dl-support nav {
    gap: 0;
  }

  .tpm-dl-mobile-bar {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 78px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 10px 12px;
    background: rgba(7, 8, 14, 0.96);
    box-shadow: 0 -15px 38px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
  }

  .tpm-dl-mobile-bar img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
  }

  .tpm-dl-mobile-bar span,
  .tpm-dl-mobile-bar strong,
  .tpm-dl-mobile-bar small {
    display: block;
    min-width: 0;
  }

  .tpm-dl-mobile-bar strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tpm-dl-mobile-bar small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 10px;
  }

  .tpm-dl-mobile-bar a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 8px;
    padding: 10px 15px;
    background: var(--button-gradient);
    color: #09090c;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 389px) {
  .tpm-dl-hero h1 {
    font-size: 42px;
  }

  .tpm-dl-hero__headline {
    font-size: 24px;
  }

  .tpm-dl-mobile-bar {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .tpm-dl-mobile-bar img {
    width: 42px;
    height: 42px;
  }

  .tpm-dl-mobile-bar a {
    padding-right: 11px;
    padding-left: 11px;
  }
}
