.tg-profile.tg-profile--template-minimal {
  --tg-profile-accent: #000000;
  --tg-profile-surface: #ffffff;
  --tg-profile-text: #000000;
  --tg-profile-muted: #333333;
  --tg-profile-line: #000000;
  --tg-profile-card-radius: 0;
  --tg-profile-avatar-size: 7rem;
  --tg-profile-avatar-radius: 0;
  --tg-profile-avatar-overlay-background: transparent;
  --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: 0;
  --tg-profile-post-card-border-color: #000000;
  --tg-profile-post-card-padding: 1.1rem 0 0;
  --tg-profile-post-card-radius: 0;
  --tg-profile-post-card-content-gap: .9rem 1rem;
  --tg-profile-post-social-background: #ffffff;
  --tg-profile-post-social-border-width: 0;
  --tg-profile-post-social-border-color: #000000;
  border: 0;
  padding: clamp(1.5rem, 5vw, 4rem);
}

html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-minimal.tg-profile-custom-scope,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-minimal.tg-profile-custom-scope *,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-minimal.tg-profile-custom-scope *::before,
html[data-ui-shape-style="squiggle"] .tg-profile.tg-profile--template-minimal.tg-profile-custom-scope *::after {
  border-radius: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile__region {
  max-width: 100%;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block {
  background: transparent;
  border-width: 0;
  border-radius: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block + .tg-profile__block {
  border-top: 2px solid #000000;
  padding-top: 1.25rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile__identity {
  gap: 1rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile__name.header-username {
  color: #000000;
  font-family: "Albert Sans", "Segoe UI", sans-serif;
  font-size: calc(3.25rem * var(--tg-profile-heading-scale));
  font-weight: 900;
  line-height: .94;
  max-width: 12ch;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.tg-profile.tg-profile--template-minimal .tg-profile__intro,
.tg-profile.tg-profile--template-minimal .tg-profile__custom-text {
  font-size: 1.16em;
  line-height: 1.45;
  max-width: 42rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile__header-media.header-picture {
  border-radius: 0;
  filter: grayscale(1);
  min-height: var(--tg-profile-header-height);
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--composer {
  padding-bottom: .25rem;
}

.tg-profile.tg-profile--template-minimal .tg-composer {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.tg-profile.tg-profile--template-minimal .tg-composer__form {
  display: grid;
  gap: .45rem;
  max-width: 42rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile-composer__body {
  max-width: 100%;
  position: relative;
}

.tg-profile.tg-profile--template-minimal .tg-composer__form .tg-post-comment-composer__textarea {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  margin: 0;
  min-height: 3.3rem !important;
  padding: .65rem 3.05rem .65rem .85rem;
}

.tg-profile.tg-profile--template-minimal .tg-composer__form:focus-within .tg-post-comment-composer__textarea,
.tg-profile.tg-profile--template-minimal .tg-composer__form.is-filled .tg-post-comment-composer__textarea,
.tg-profile.tg-profile--template-minimal .tg-composer__form textarea.input-field:focus {
  background: #ffffff;
  border-color: #000000;
  box-shadow: none;
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.tg-profile.tg-profile--template-minimal .tg-composer__form .tg-post-comment-composer__submit {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  color: #ffffff;
  right: .45rem;
  top: 50%;
  transform: translateY(-50%);
}

.tg-profile.tg-profile--template-minimal .tg-composer__form .tg-post-comment-composer__submit:hover,
.tg-profile.tg-profile--template-minimal .tg-composer__form .tg-post-comment-composer__submit:focus-visible {
  background: #ffffff;
  color: #000000;
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.tg-profile.tg-profile--template-minimal .tg-composer__form.is-filled .tg-post-comment-composer__submit,
.tg-profile.tg-profile--template-minimal .tg-composer__form .tg-post-comment-composer__submit:disabled {
  box-shadow: none;
  transform: translateY(-50%);
}

.tg-profile.tg-profile--template-minimal .tg-composer__controls {
  gap: .45rem;
  margin-top: .15rem;
}

.tg-profile.tg-profile--template-minimal .tg-composer__button-group {
  display: flex;
  gap: .35rem;
}

.tg-profile.tg-profile--template-minimal .tg-composer__icon-button,
.tg-profile.tg-profile--template-minimal .tg-composer__schedule-button,
.tg-profile.tg-profile--template-minimal .tg-composer__media-input {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  height: 2.55rem;
  justify-content: center;
  min-width: 2.55rem;
  padding: 0;
}

.tg-profile.tg-profile--template-minimal .tg-composer__icon-button:hover,
.tg-profile.tg-profile--template-minimal .tg-composer__icon-button:focus-visible,
.tg-profile.tg-profile--template-minimal .tg-composer__media-input:hover,
.tg-profile.tg-profile--template-minimal .tg-composer__media-input:focus-within {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: none;
}

.tg-profile.tg-profile--template-minimal .tg-composer__icon-button .ph,
.tg-profile.tg-profile--template-minimal .tg-composer__media-input .ph {
  width: 1.15rem;
  height: 1.15rem;
}

.tg-profile.tg-profile--template-minimal .tg-composer__audience-helper {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
}

.tg-profile.tg-profile--template-minimal .tg-visibility-pill,
.tg-profile.tg-profile--template-minimal .tg-circle-pill {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  box-shadow: none;
}

.tg-profile.tg-profile--template-minimal .tg-visibility-pill:not(.is-active),
.tg-profile.tg-profile--template-minimal .tg-circle-pill:not(.is-active) {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}

.tg-profile.tg-profile--template-minimal .tg-visibility-pill.is-active,
.tg-profile.tg-profile--template-minimal .tg-circle-pill.is-active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.tg-profile.tg-profile--template-minimal .tg-visibility-pill:focus,
.tg-profile.tg-profile--template-minimal .tg-circle-pill:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.tg-profile.tg-profile--template-minimal .tg-visibility-pill__circle-summary-icon {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}

.tg-profile.tg-profile--template-minimal .tg-composer__schedule-panel {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile-posts__header {
  border: 0;
  margin-bottom: .65rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile-posts__filters {
  gap: .45rem .8rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile-posts__filter {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-weight: 800;
  padding: .2rem 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile-posts__filter.is-active {
  background: transparent;
  box-shadow: inset 0 -2px 0 #000000;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] > .note-container {
  border-top: 0;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] > .note-container + .note-container {
  border-top: 1px solid #000000;
  padding-top: 1.1rem !important;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] .tg-post-social {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: .75rem 0 0;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] .tg-post-comment {
  border-top-color: #d8d8d8;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] .tg-post-comment-composer__textarea {
  background: #ffffff;
  border: 1px solid #9a9a9a;
  border-radius: 0;
}

.tg-profile.tg-profile--template-minimal [data-posts][data-profile-posts="1"] .tg-post-comment-composer__submit {
  background: #000000;
  border-radius: 0;
  color: #ffffff;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin {
  padding-bottom: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .bento,
.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-profile-module-card,
.tg-profile.tg-profile--template-minimal .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-minimal .tg-profile__block--plugin .upto-options {
  padding: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin h4 {
  color: #000000;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 .75rem;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .upto-book-list {
  left: 0;
  width: 100%;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-upto-card--icon-list {
  --tg-upto-icon-background: #ffffff;
  --tg-upto-icon-border-color: #000000;
  --tg-upto-icon-border-width: 1px;
  --tg-upto-icon-focus-color: #000000;
  --tg-upto-icon-gap: .5rem;
  --tg-upto-icon-grid-min: 6rem;
  --tg-upto-icon-hover-background: #000000;
  --tg-upto-icon-hover-border-color: #000000;
  --tg-upto-icon-padding: .45rem;
  --tg-upto-icon-radius: 0;
  --tg-upto-icon-subtitle-color: #333333;
  --tg-upto-icon-thumb-border-color: #000000;
  --tg-upto-icon-thumb-border-width: 1px;
  --tg-upto-icon-thumb-radius: 0;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-upto-icon-item:hover,
.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-upto-icon-item:focus-visible {
  color: #ffffff;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-upto-icon-item:hover small,
.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-upto-icon-item:focus-visible small {
  color: #ffffff;
}

.tg-profile.tg-profile--template-minimal .tg-profile__block--plugin .tg-add-button {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 999px;
  color: #000000;
  margin-top: .75rem;
  position: static;
}

.tg-profile.tg-profile--template-minimal .tg-profile__external-link,
.tg-profile.tg-profile--template-minimal a {
  color: #000000;
}

.tg-profile.tg-profile--template-minimal .tg-profile__links .link-item,
.tg-profile.tg-profile--template-minimal .tg-profile__links .saved-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-weight: 800;
  padding-left: 0;
}

@media (max-width: 767px) {
  .tg-profile.tg-profile--template-minimal {
    padding: 1.25rem;
  }

  .tg-profile.tg-profile--template-minimal .tg-profile__name.header-username {
    font-size: calc(2.4rem * var(--tg-profile-heading-scale));
  }

  .tg-profile.tg-profile--template-minimal .tg-composer__controls {
    grid-template-columns: minmax(0, 1fr);
  }
}
