.tg-profile.tg-profile--template-mono {
  --tg-profile-accent: #2f6f5e;
  --tg-profile-background: #f6f7f4;
  --tg-profile-surface: #ffffff;
  --tg-profile-text: #17201c;
  --tg-profile-muted: #5f6c66;
  --tg-profile-line: #26312d;
  --tg-profile-card-radius: 2px;
  --tg-profile-avatar-size: 5.25rem;
  --tg-profile-avatar-radius: 2px;
  --tg-profile-avatar-background: #ffffff;
  --tg-profile-avatar-border-width: 1px;
  --tg-profile-avatar-border-color: #26312d;
  --tg-profile-avatar-shadow: none;
  --tg-profile-avatar-overlay-background: rgba(255, 255, 255, .84);
  --tg-profile-avatar-overlay-shadow: none;
  --tg-profile-posts-block-background: transparent;
  --tg-profile-posts-block-border-width: 0;
  --tg-profile-posts-block-padding: 0;
  --tg-profile-post-card-background: #ffffff;
  --tg-profile-post-card-border-width: 1px;
  --tg-profile-post-card-border-color: #26312d;
  --tg-profile-post-card-padding: .95rem;
  --tg-profile-post-card-radius: 2px;
  --tg-profile-post-social-background: #f6f7f4;
  --tg-profile-post-social-border-width: 1px;
  --tg-profile-post-social-border-color: #d5ddd8;
  background: var(--tg-profile-background);
  border: 1px solid #26312d;
  border-radius: 2px;
  color: var(--tg-profile-text);
  gap: .9rem;
  padding: clamp(.9rem, 2vw, 1.4rem);
}

html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-mono.tg-profile-custom-scope,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-mono.tg-profile-custom-scope *,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-mono.tg-profile-custom-scope *::before,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-mono.tg-profile-custom-scope *::after {
  border-radius: 2px;
}

.tg-profile.tg-profile--template-mono .tg-profile__region {
  gap: .9rem;
  min-width: 0;
}

.tg-profile.tg-profile--template-mono .tg-profile__region--hero {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.tg-profile.tg-profile--template-mono .tg-profile__region--side {
  border-right: 1px solid #26312d;
  padding-right: .9rem;
}

.tg-profile.tg-profile--template-mono .tg-profile__block {
  background: #ffffff;
  border: 1px solid #26312d;
  border-radius: 2px;
  box-shadow: none;
  color: #17201c;
  padding: .9rem;
}

.tg-profile.tg-profile--template-mono .tg-profile__block--header {
  padding: 0;
}

.tg-profile.tg-profile--template-mono .tg-profile__header-media.header-picture {
  border: 0;
  border-radius: 1px;
  filter: saturate(.78) contrast(1.02);
  min-height: var(--tg-profile-header-height);
}

.tg-profile.tg-profile--template-mono .tg-profile__header-media.header-picture::after {
  background:
    linear-gradient(90deg, rgba(23, 32, 28, .18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 32, 28, .14) 1px, transparent 1px);
  background-size: 24px 24px;
}

.tg-profile.tg-profile--template-mono .tg-profile__identity {
  align-items: flex-start;
  gap: .8rem;
}

.tg-profile.tg-profile--template-mono .tg-profile__name.header-username {
  color: #17201c;
  font-family: "Source Code Pro", Consolas, "Liberation Mono", monospace;
  font-size: calc(clamp(1.85rem, 4vw, 3.2rem) * var(--tg-profile-heading-scale));
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
}

.tg-profile.tg-profile--template-mono .tg-profile__intro,
.tg-profile.tg-profile--template-mono .tg-profile__custom-text {
  color: #26312d;
  line-height: 1.55;
}

.tg-profile.tg-profile--template-mono .tg-profile__links .links,
.tg-profile.tg-profile--template-mono .tg-profile__links #links-container {
  display: grid;
  gap: .45rem;
}

.tg-profile.tg-profile--template-mono .tg-profile__links .link-item,
.tg-profile.tg-profile--template-mono .tg-profile__links .saved-link,
.tg-profile.tg-profile--template-mono .tg-profile__external-link {
  background: #f6f7f4;
  border: 1px solid #26312d;
  border-radius: 2px;
  color: #17201c;
  font-family: "Source Code Pro", Consolas, "Liberation Mono", monospace;
  font-size: .92em;
  font-weight: 600;
  padding: .5rem .6rem;
}

.tg-profile.tg-profile--template-mono a {
  color: #2f6f5e;
}

.tg-profile.tg-profile--template-mono .tg-profile-posts__header {
  border-bottom: 1px solid #26312d;
  margin-bottom: .7rem;
  padding-bottom: .55rem;
}

.tg-profile.tg-profile--template-mono .tg-profile-posts__filter,
.tg-profile.tg-profile--template-mono .tg-visibility-pill,
.tg-profile.tg-profile--template-mono .tg-circle-pill {
  background: #ffffff;
  border: 1px solid #26312d;
  border-radius: 2px;
  box-shadow: none;
  color: #17201c;
  font-family: "Source Code Pro", Consolas, "Liberation Mono", monospace;
  font-weight: 600;
}

.tg-profile.tg-profile--template-mono .tg-profile-posts__filter.is-active,
.tg-profile.tg-profile--template-mono .tg-visibility-pill.is-active,
.tg-profile.tg-profile--template-mono .tg-circle-pill.is-active {
  background: #17201c;
  border-color: #17201c;
  color: #ffffff;
}

.tg-profile.tg-profile--template-mono .tg-composer,
.tg-profile.tg-profile--template-mono .tg-profile__block--plugin .bento,
.tg-profile.tg-profile--template-mono .tg-profile__block--plugin .tg-profile-module-card,
.tg-profile.tg-profile--template-mono .tg-profile__block--plugin .tg-upto-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.tg-profile.tg-profile--template-mono .tg-composer__form .tg-post-comment-composer__textarea,
.tg-profile.tg-profile--template-mono [data-posts][data-profile-posts="1"] .tg-post-comment-composer__textarea {
  background: #ffffff;
  border: 1px solid #26312d;
  border-radius: 2px;
  color: #17201c;
}

.tg-profile.tg-profile--template-mono .tg-composer__form .tg-post-comment-composer__textarea:focus,
.tg-profile.tg-profile--template-mono [data-posts][data-profile-posts="1"] .tg-post-comment-composer__textarea:focus {
  border-color: #2f6f5e;
  box-shadow: 0 0 0 2px rgba(47, 111, 94, .18);
  outline: none;
}

.tg-profile.tg-profile--template-mono .tg-composer__form .tg-post-comment-composer__submit,
.tg-profile.tg-profile--template-mono [data-posts][data-profile-posts="1"] .tg-post-comment-composer__submit {
  background: #17201c;
  border: 1px solid #17201c;
  border-radius: 2px;
  color: #ffffff;
}

.tg-profile.tg-profile--template-mono .tg-composer__icon-button,
.tg-profile.tg-profile--template-mono .tg-composer__schedule-button,
.tg-profile.tg-profile--template-mono .tg-composer__media-input {
  background: #ffffff;
  border: 1px solid #26312d;
  border-radius: 2px;
  box-shadow: none;
  color: #17201c;
}

.tg-profile.tg-profile--template-mono [data-posts][data-profile-posts="1"] > .note-container {
  border-color: #26312d;
  border-radius: 2px;
  box-shadow: none;
}

.tg-profile.tg-profile--template-mono .tg-profile__block--plugin h4 {
  color: #17201c;
  font-family: "Source Code Pro", Consolas, "Liberation Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
}

.tg-profile.tg-profile--template-mono .tg-profile__block--plugin .tg-add-button {
  background: #ffffff;
  border: 1px solid #26312d;
  border-radius: 2px;
  color: #17201c;
  margin-top: .75rem;
  position: static;
}

@media (max-width: 767px) {
  .tg-profile.tg-profile--template-mono {
    padding: .75rem;
  }

  .tg-profile.tg-profile--template-mono .tg-profile__region--side {
    border-right: 0;
    padding-right: 0;
  }

  .tg-profile.tg-profile--template-mono .tg-profile__name.header-username {
    font-size: calc(2rem * var(--tg-profile-heading-scale));
  }
}
