/* Tier 1 engagement — progress, actions, newsletter CTA */

.tis-read-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1000;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tis-read-progress--active {
  opacity: 1;
}

.tis-read-progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: #363940;
  transition: width 0.05s linear;
}

.detail-header-meta__read-time {
  color: #5f6368;
  white-space: nowrap;
}

.detail-header-meta__separator--read {
  margin: 0 0.35rem;
}

/* Meta text + grey rule; engagement icons sit 5px below the border */
.detail-header-meta {
  flex-direction: column;
  align-items: flex-start;
}

.detail-header-meta > .detail-header-meta__info.bordered-content--bottom {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.detail-header-meta > .detail-header-meta__social {
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
}

.detail-header-meta__social-start,
.detail-header-meta__social-end {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.detail-header-meta__social-start {
  margin-left: 5px;
}

.detail-header-meta__social-start .detail-header-meta__social-cta,
.detail-header-meta__social-end .detail-header-meta__social-cta,
.detail-header-meta__social-start .tis-clap-button-container,
.detail-header-meta__social-end .tis-clap-button-container {
  margin: 0;
}

.detail-header-meta__social-end > .detail-header-meta__social-cta + div,
.detail-header-meta__social-end > div {
  display: flex;
  align-items: center;
}

.detail-header-meta__social-end > div .detail-header-meta__social-cta {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .detail-header-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Clap pill — reuses LLM tools button-container chrome, Save grey */
.detail-header-meta__social {
  align-items: center;
  gap: 0.5rem;
}

.detail-header-meta__social .tis-clap-button-container.devsite-llm-tools-button-container {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  height: auto;
  transition: none;
}

.detail-header-meta__social .tis-clap-button-container:has(.tis-clap-button:hover),
.detail-header-meta__social .tis-clap-button-container:has(.tis-clap-button:focus),
.detail-header-meta__social .tis-clap-button-container:has(.tis-clap-button:active) {
  background-color: transparent;
}

.detail-header-meta__social .tis-clap-button.devsite-llm-tools-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #5f6368;
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  height: auto;
  justify-content: center;
  min-width: 0;
  padding: 0;
  text-transform: none;
}

.detail-header-meta__social .tis-clap-button.devsite-llm-tools-button:hover,
.detail-header-meta__social .tis-clap-button.devsite-llm-tools-button:focus {
  background: transparent;
  color: #1a73e8;
  outline: none;
}

.detail-header-meta__social .tis-clap-button__icon {
  display: block;
  height: 20px;
  width: 20px;
}

/* Three-tone clap: front #5f6368 · back #80868b · shadow/gaps #e8eaed */
.tis-clap-button__icon .tis-clap--front,
.tis-clap-button__icon .tis-clap--front path,
.tis-clap-button__icon path[fill="#5f6368"],
.tis-clap-button__icon g[fill="#5f6368"] path {
  fill: #5f6368 !important;
}

.tis-clap-button__icon .tis-clap--back,
.tis-clap-button__icon .tis-clap--back path,
.tis-clap-button__icon path[fill="#80868b"],
.tis-clap-button__icon g[fill="#80868b"] path {
  fill: #80868b !important;
}

.tis-clap-button__icon .tis-clap--shadow,
.tis-clap-button__icon .tis-clap--shadow path,
.tis-clap-button__icon path[fill="#e8eaed"],
.tis-clap-button__icon g[fill="#e8eaed"] path {
  fill: #e8eaed !important;
}

/* Hover / focus only: hands go blue, front-hand shadows/gaps stay #e8eaed */
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--front,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--front path,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--back,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--back path,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon path[fill="#5f6368"],
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon g[fill="#5f6368"] path,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon path[fill="#80868b"],
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon g[fill="#80868b"] path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--front,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--front path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--back,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--back path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon path[fill="#5f6368"],
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon g[fill="#5f6368"] path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon path[fill="#80868b"],
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon g[fill="#80868b"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--front,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--front path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--back,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--back path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon path[fill="#5f6368"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon g[fill="#5f6368"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon path[fill="#80868b"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon g[fill="#80868b"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--front,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--front path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--back,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--back path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon path[fill="#5f6368"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon g[fill="#5f6368"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon path[fill="#80868b"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon g[fill="#80868b"] path {
  fill: #1a73e8 !important;
}

.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--shadow,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon .tis-clap--shadow path,
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon path[fill="#e8eaed"],
.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__icon g[fill="#e8eaed"] path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--shadow,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon .tis-clap--shadow path,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon path[fill="#e8eaed"],
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__icon g[fill="#e8eaed"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--shadow,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon .tis-clap--shadow path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon path[fill="#e8eaed"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:hover .tis-clap-button__icon g[fill="#e8eaed"] path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--shadow,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon .tis-clap--shadow path,
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon path[fill="#e8eaed"],
.tis-engagement-bar .tis-engagement__btn[data-tis-helped]:focus .tis-clap-button__icon g[fill="#e8eaed"] path {
  fill: #e8eaed !important;
}

.detail-header-meta__social .tis-clap-button__count:not([hidden]) {
  color: #5f6368;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.detail-header-meta__social .tis-clap-button:hover .tis-clap-button__count,
.detail-header-meta__social .tis-clap-button:focus .tis-clap-button__count {
  color: #1a73e8;
}

/* Header icon buttons (Save / Repost) — match Share */
.detail-header-meta__social-cta.tis-engagement__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #5f6368;
  padding: 0;
  font: inherit;
}

/* Match material-icons icon-copy size (18px) and LLM-tools grey (#5f6368); undo Share icon rotation */
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-save] .detail-header-meta__icon,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost] .detail-header-meta__icon,
.detail-header-meta__social .detail-header-meta__social-end .detail-header-meta__social-cta .detail-header-meta__icon {
  width: 18px;
  height: 18px;
  transform: none;
  fill: #5f6368;
  color: #5f6368;
}

/* Respond / Listen: slightly larger so optical height matches Save / Share */
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-comment] .detail-header-meta__icon {
  width: 20px;
  height: 20px;
  transform: none;
  fill: none;
  color: #5f6368;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-listen] .detail-header-meta__icon {
  /* viewBox 250×220 — keep width in proportion to height */
  width: calc(20px * 250 / 220);
  height: 20px;
  transform: none;
  fill: #5f6368;
  color: #5f6368;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-listen] .detail-header-meta__icon path {
  fill: #5f6368;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-comment] .detail-header-meta__icon path {
  fill: none !important;
  stroke: #5f6368;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-comment] .tis-engagement__count,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost] .tis-engagement__count {
  color: #5f6368;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-left: 0.15rem;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-comment]:hover .tis-engagement__count,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-comment]:focus .tis-engagement__count,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost]:hover .tis-engagement__count,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost]:focus .tis-engagement__count {
  color: #1a73e8;
}

/* Stroke icons read smaller than filled ones — size tuned to match Save visually */
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost] .detail-header-meta__icon {
  width: 18px;
  height: 18px;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-save] .detail-header-meta__icon path,
.detail-header-meta__social .detail-header-meta__social-cta[data-tis-listen] .detail-header-meta__icon path,
.detail-header-meta__social .detail-header-meta__social-end .detail-header-meta__social-cta .detail-header-meta__icon path {
  fill: #5f6368;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost] .detail-header-meta__icon {
  fill: none;
}

.detail-header-meta__social .detail-header-meta__social-cta[data-tis-repost] .detail-header-meta__icon path {
  fill: none !important;
  stroke: #5f6368;
}

.detail-header-meta__social-cta.tis-engagement__btn:hover,
.detail-header-meta__social-cta.tis-engagement__btn:focus {
  color: #1a73e8;
}

.detail-header-meta__social-cta.tis-engagement__btn:hover .detail-header-meta__icon,
.detail-header-meta__social-cta.tis-engagement__btn:focus .detail-header-meta__icon {
  color: #1a73e8;
  fill: #1a73e8;
}

.detail-header-meta__social-cta[data-tis-comment]:hover .detail-header-meta__icon,
.detail-header-meta__social-cta[data-tis-comment]:focus .detail-header-meta__icon,
.detail-header-meta__social-cta[data-tis-repost]:hover .detail-header-meta__icon,
.detail-header-meta__social-cta[data-tis-repost]:focus .detail-header-meta__icon {
  fill: none !important;
  color: #1a73e8;
}

.detail-header-meta__social-cta[data-tis-comment]:hover .detail-header-meta__icon path,
.detail-header-meta__social-cta[data-tis-comment]:focus .detail-header-meta__icon path,
.detail-header-meta__social-cta[data-tis-repost]:hover .detail-header-meta__icon path,
.detail-header-meta__social-cta[data-tis-repost]:focus .detail-header-meta__icon path {
  fill: none !important;
  stroke: #1a73e8 !important;
}

/* Post-end engagement strip */
.tis-engagement-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding: 1.5rem 0;
  border-top: 1px solid #e8eaed;
  margin-top: 0.5rem;
}

.tis-engagement-bar__prompt {
  flex: 1 1 100%;
  margin: 0;
  color: #3c4043;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

@media (min-width: 600px) {
  .tis-engagement-bar__prompt {
    flex: 1 1 auto;
  }
}

.tis-engagement-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tis-engagement-bar .tis-engagement__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 2px;
  color: #5f6368;
  cursor: pointer;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25rem;
  padding: 0.5rem 0.875rem;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.tis-engagement-bar .tis-engagement__btn:hover,
.tis-engagement-bar .tis-engagement__btn:focus {
  border-color: #1a73e8;
  color: #1a73e8;
  outline: none;
}

.tis-engagement-bar .tis-engagement__btn.is-active {
  border-color: #363940;
  background: #f8f9fa;
  color: #202124;
}

.tis-engagement-bar .tis-engagement__btn:disabled {
  cursor: default;
  opacity: 1;
}

.tis-engagement-bar .tis-engagement__icon:not(.tis-clap-button__icon) {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tis-engagement-bar .tis-engagement__icon.tis-clap-button__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.tis-engagement__count:not([hidden]) {
  color: #5f6368;
  font-weight: 400;
}

.tis-engagement-bar .tis-engagement__btn.is-active .tis-engagement__count {
  color: #3c4043;
}

/* Newsletter CTA */
.tis-newsletter-cta {
  padding: 2rem 0;
  border-top: 1px solid #e8eaed;
}

.tis-newsletter-cta__inner {
  max-width: 36rem;
}

.tis-newsletter-cta__title {
  margin: 0 0 0.5rem;
  color: #202124;
  font-family: Roboto, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75rem;
}

.tis-newsletter-cta__body {
  margin: 0 0 1.25rem;
  color: #3c4043;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.tis-newsletter-cta__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 600px) {
  .tis-newsletter-cta__form {
    flex-direction: row;
    align-items: stretch;
  }
}

.tis-newsletter-cta__input {
  flex: 1 1 auto;
  border: 1px solid #dadce0;
  border-radius: 2px;
  color: #202124;
  font-family: Roboto, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 0.875rem;
  min-width: 0;
}

.tis-newsletter-cta__input:focus {
  border-color: #1a73e8;
  outline: none;
  box-shadow: 0 0 0 1px #1a73e8;
}

.tis-newsletter-cta__submit {
  border: 1px solid transparent;
  border-radius: 2px;
  background: #363940;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25rem;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
  text-transform: none;
}

.tis-newsletter-cta__submit:hover,
.tis-newsletter-cta__submit:focus {
  background: #202124;
  outline: none;
}

.tis-newsletter-cta__submit:disabled {
  opacity: 0.7;
  cursor: default;
}

.tis-newsletter-cta__form.is-done {
  display: none;
}

.tis-newsletter-cta__status {
  margin: 0.75rem 0 0;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  min-height: 1.25rem;
}

.tis-newsletter-cta__status.is-success {
  color: #188038;
}

.tis-newsletter-cta__status.is-error {
  color: #d93025;
}

/* Toast */
.tis-engagement-toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.75rem);
  background: #202124;
  color: #fff;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.25rem;
  border-radius: 2px;
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.tis-engagement-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 599px) {
  .tis-engagement-toast {
    left: 1rem;
    right: 1rem;
    transform: translateX(0) translateY(0.75rem);
    text-align: center;
  }

  .tis-engagement-toast.is-visible {
    transform: translateX(0) translateY(0);
  }
}

/* —— Auth / signup lightbox —— */
.tis-auth-modal .tis-auth-modal__panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: none;
  min-height: 100%;
}

@media (min-width: 600px) {
  .modal--auth.modal--share .modal__content-container {
    aspect-ratio: 1 / 1;
    height: min(42rem, calc(100vw - 2rem), calc(100vh - 2rem));
    width: min(42rem, calc(100vw - 2rem), calc(100vh - 2rem));
  }

  .modal--auth .modal__content {
    height: 100%;
  }

  .tis-auth-modal .share-modal-content.tis-auth-modal__panel {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .modal--auth.modal--share .modal__content-container {
    height: min(42rem, calc(100vh - 2rem));
    width: min(42rem, calc(100vh - 2rem));
  }
}

.tis-auth-modal__header {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 1rem 1rem 0;
}

.tis-auth-modal__close {
  background: transparent;
  border: 0;
  color: #5f6368;
  cursor: pointer;
  padding: 0.35rem;
  line-height: 0;
}

.tis-auth-modal__close:hover,
.tis-auth-modal__close:focus {
  color: #202124;
  outline: none;
}

.tis-auth-modal__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 2.5rem 2rem;
  text-align: center;
}

.tis-auth-modal__title {
  color: #202124;
  font-family: Roboto, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0 0 0.75rem;
  white-space: nowrap;
}

.tis-auth-modal__lead {
  color: #5f6368;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
  white-space: nowrap;
}

.tis-auth-modal__lead[hidden] {
  display: none;
}

.tis-auth-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto 1.25rem;
  max-width: 280px;
  width: 100%;
}

@media (min-width: 1024px) {
  .tis-auth-modal__actions {
    max-width: none;
    min-width: 300px;
    width: 300px;
  }
}

.tis-auth-modal__btn {
  align-items: center;
  background: #f1f3f4;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: none;
  color: #3c4043 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25rem;
  min-height: 40px;
  outline: none;
  padding: 0.5rem 12px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-radius 0.2s ease;
  width: 100%;
}

.tis-auth-modal__btn > span {
  flex: 1;
  text-align: center;
}

.tis-auth-modal__btn:hover,
.tis-auth-modal__btn:focus {
  background: #e8eaed;
  border: 0;
  border-radius: 0.4rem;
  color: #202124 !important;
  outline: none;
}

.tis-auth-modal__btn-icon {
  display: block;
  flex-shrink: 0;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tis-auth-modal__remember {
  align-items: center;
  color: #5f6368;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.8125rem;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.25rem;
  margin: 0 0 1.25rem;
  user-select: none;
}

.tis-auth-modal__remember input {
  accent-color: #1a73e8;
  margin: 0;
}

.tis-auth-modal__signin {
  color: #5f6368;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0 0 1.25rem;
}

.tis-auth-modal__signin a {
  color: #1a73e8;
  text-decoration: none;
}

.tis-auth-modal__signin a:hover,
.tis-auth-modal__signin a:focus {
  text-decoration: underline;
}

.tis-auth-modal__legal {
  color: #80868b;
  font-family: Roboto, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0;
}

.tis-auth-modal__legal a {
  color: #5f6368;
  text-decoration: underline;
}

.tis-auth-modal__legal a:hover,
.tis-auth-modal__legal a:focus {
  color: #202124;
}

@media (max-width: 599px) {
  .tis-auth-modal__body {
    padding: 0.25rem 1.25rem 1.75rem;
  }

  .tis-auth-modal__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    white-space: normal;
  }

  .tis-auth-modal__lead {
    white-space: normal;
  }
}
