/* Think Gifts AI Studio v3.5.13 — finalized style system. */
.tgms .tgms-language-panel,
body .tgms .tgms-language-panel {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 12px 14px !important;
  border: 1px solid #eadbd2 !important;
  border-radius: 18px !important;
  background: #fffdfb !important;
}
.tgms .tgms-language-panel > label,
body .tgms .tgms-language-panel > label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #2c1814 !important;
  font: 800 14px/1.35 "DM Sans", Arial, sans-serif !important;
}
.tgms .tgms-language-panel select,
body .tgms .tgms-language-panel select {
  width: 100% !important;
  min-height: 42px !important;
  border: 1px solid #e5d5cc !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #2b1916 !important;
  font-size: 14px !important;
}
.tgms .tgms-language-panel .tgms-helper,
body .tgms .tgms-language-panel .tgms-helper {
  margin: 8px 0 0 !important;
  color: #8a766d !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}
.tgms .tgms-style-meta small,
body .tgms .tgms-style-meta small {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 4px !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #fff0e4 !important;
  color: #301618 !important;
  font: 800 9px/1 "DM Sans", Arial, sans-serif !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.tgms .tgms-style-card[data-style="Illustrated Portrait"],
body .tgms .tgms-style-card[data-style="Illustrated Portrait"] {
  position: relative !important;
}
.tgms .tgms-style-card[data-style="Illustrated Portrait"]::after,
body .tgms .tgms-style-card[data-style="Illustrated Portrait"]::after {
  content: "Photo" !important;
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 2 !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,248,240,.94) !important;
  color: #6f160d !important;
  font: 800 9px/1 "DM Sans", Arial, sans-serif !important;
  box-shadow: 0 3px 10px rgba(75,11,4,.08) !important;
}


/* v3.5.13 — customer-facing style name wrapping. */
.tgms .tgms-style-meta strong,
body .tgms .tgms-style-meta strong {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.2 !important;
}
