.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter {
  width: 100%;
  border-top: 1px solid var(--gk-color-border);
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-block: var(--gk-section-padding);
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.875rem;
  align-items: start;
  min-width: 0;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__copy--with-icon {
  grid-template-columns: 54px minmax(0, 1fr);
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__content {
  min-width: 0;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter .gk-section-title {
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.12;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter .gk-section-description {
  margin-top: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.55;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form-wrap {
  min-width: 0;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 46rem;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form input {
  min-width: 0;
  min-height: 3.25rem;
  padding: 0 1rem;
  border: 1px solid var(--gk-color-border);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: var(--gk-color-ink);
  font: inherit;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form button {
  min-height: 3.25rem;
  padding: 0 1.4rem;
  border: 1px solid var(--gk-color-ink);
  border-radius: 0;
  background: var(--gk-color-ink);
  color: #fff;
  cursor: pointer;
  font-family: var(--gk-font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form button:hover:not(:disabled) {
  border-color: var(--gk-color-primary);
  background: var(--gk-color-primary);
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form input:disabled, .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__message, .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__privacy {
  max-width: 46rem;
  margin: 0.65rem 0 0;
  color: var(--gk-color-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__message--success {
  color: #16794b;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__message--error {
  color: #b42318;
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__privacy a {
  color: var(--gk-color-ink);
}

.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (min-width: 900px) {
  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 7vw, 7rem);
  }

  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__copy--with-icon {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1.125rem;
  }
}

/* Kaynak .mx-newsletter__icon: 70x70, gri tonlamalı. */
.cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__icon {
  width: 54px;
  height: 54px;
  margin: 0;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
}

@media (min-width: 900px) {
  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__icon {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 374px) {
  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__copy--with-icon {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter__icon {
    width: 46px;
    height: 46px;
  }

  .cc_9f5dde5d_lWAfwFD9QE .gk-newsletter .gk-section-title {
    font-size: 1.2rem;
  }
}
