@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .bshg-baby-shower-hashtag-generator, .tc-wp-tool-root .bshg-baby-shower-hashtag-generator *{
  box-sizing: border-box;
}.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #253047;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 153, 204, .28), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(53, 140, 255, .18), transparent 30%),
    radial-gradient(circle at 74% 86%, rgba(121, 232, 192, .2), transparent 28%),
    linear-gradient(135deg, #fff8fd 0%, #f7fbff 45%, #fff7ef 100%);
}.tc-wp-tool-root .bshg-baby-shower-hashtag-generator::before{
  content: "#  #  #  #  #  #  #  #";
  position: absolute;
  inset: 22px 0 auto 0;
  width: 100%;
  color: rgba(126, 102, 221, .13);
  font-size: 38px;
  letter-spacing: 22px;
  white-space: nowrap;
  pointer-events: none;
}.tc-wp-tool-root .bshg-baby-shower-hashtag-generator::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 126, 176, .26) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(0, 145, 255, .2) 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 47%, rgba(255, 190, 137, .16) 48% 52%, transparent 53%);
  background-size: 52px 52px, 74px 74px, 120px 120px;
  opacity: .75;
}.tc-wp-tool-root .bshg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .bshg-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 820px;
}.tc-wp-tool-root .bshg-kicker{
  margin: 0 0 10px;
  color: #5d6380;
  font-size: 1rem;
  font-weight: 700;
}.tc-wp-tool-root .bshg-header h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #222b45;
}.tc-wp-tool-root .bshg-tool{
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}.tc-wp-tool-root .bshg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(134, 145, 181, .22);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 70px rgba(68, 79, 122, .16);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{
  padding: 24px;
}.tc-wp-tool-root .bshg-field{
  min-width: 0;
  margin: 0 0 16px;
}.tc-wp-tool-root .bshg-field label{
  display: block;
  margin: 0 0 8px;
  color: #313b59;
  font-size: .92rem;
  font-weight: 800;
}.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(120, 134, 171, .35);
  border-radius: 10px;
  background: #ffffff;
  color: #1f2a44;
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .bshg-field textarea{
  resize: vertical;
  min-height: 138px;
  padding: 14px 15px;
}.tc-wp-tool-root .bshg-field select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .bshg-field textarea:focus, .tc-wp-tool-root .bshg-field select:focus, .tc-wp-tool-root .bshg-btn:focus-visible, .tc-wp-tool-root .bshg-pill button:focus-visible{
  border-color: #317cff;
  box-shadow: 0 0 0 4px rgba(49, 124, 255, .18);
}.tc-wp-tool-root .bshg-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bshg-actions{
  margin-top: 2px;
}.tc-wp-tool-root .bshg-action-label{
  display: block;
  margin-bottom: 9px;
  color: #6a708d;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}.tc-wp-tool-root .bshg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bshg-btn{
  min-width: 0;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  font: inherit;
  font-size: .95rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .bshg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bshg-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #ff5fa8 0%, #7b68ee 54%, #178bff 100%);
  box-shadow: 0 14px 30px rgba(84, 111, 255, .28);
}.tc-wp-tool-root .bshg-secondary{
  color: #254067;
  background: linear-gradient(135deg, #eafdff, #fff1f8);
  border: 1px solid rgba(91, 139, 255, .22);
}.tc-wp-tool-root .bshg-ghost{
  color: #5f667f;
  background: #f5f7fb;
  border: 1px solid rgba(120, 134, 171, .2);
}.tc-wp-tool-root .bshg-message{
  min-height: 24px;
  margin-top: 16px;
  color: #38506f;
  font-size: .92rem;
  font-weight: 700;
}.tc-wp-tool-root .bshg-message.bshg-error{
  color: #9b274f;
}.tc-wp-tool-root .bshg-message.bshg-success{
  color: #17684f;
}.tc-wp-tool-root .bshg-preview{
  display: flex;
  flex-direction: column;
  gap: 16px;
}.tc-wp-tool-root .bshg-preview-head{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
}.tc-wp-tool-root .bshg-small-label{
  display: inline-block;
  margin-bottom: 5px;
  color: #7459d9;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}.tc-wp-tool-root .bshg-preview h2{
  margin: 0;
  color: #26314c;
  font-size: 1.2rem;
  line-height: 1.25;
}.tc-wp-tool-root .bshg-count-badge{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border-radius: 999px;
  padding: 7px 11px;
  color: #216050;
  background: #ddfff3;
  font-size: .82rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bshg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid rgba(130, 143, 179, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(250, 252, 255, .94)),
    radial-gradient(circle at 15% 20%, rgba(255, 159, 198, .18), transparent 24%);
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: #ff8cc1 #eef5ff;
}.tc-wp-tool-root .bshg-results::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bshg-results::-webkit-scrollbar-track{
  background: #eef5ff;
  border-radius: 999px;
}.tc-wp-tool-root .bshg-results::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff8cc1, #55a7ff);
  border-radius: 999px;
}.tc-wp-tool-root .bshg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .bshg-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(120, 116, 225, .18);
  border-radius: 999px;
  padding: 8px 9px 8px 12px;
  background: linear-gradient(135deg, #ffffff, #fff4fa);
  color: #27314d;
  box-shadow: 0 10px 20px rgba(90, 110, 160, .1);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bshg-pill span{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: .92rem;
  font-weight: 850;
}.tc-wp-tool-root .bshg-pill button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 5px 8px;
  background: #e8f3ff;
  color: #245998;
  font-size: .76rem;
  font-weight: 900;
  cursor: pointer;
}.tc-wp-tool-root .bshg-skeleton{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .bshg-skeleton span{
  display: block;
  width: clamp(86px, 23%, 150px);
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffeaf4 0%, #eaf5ff 48%, #fff4dc 100%);
  background-size: 220% 100%;
  animation: bshgShimmer 1.6s ease-in-out infinite;
}.tc-wp-tool-root .bshg-skeleton span:nth-child(2n){
  width: clamp(112px, 31%, 190px);
}.tc-wp-tool-root .bshg-skeleton span:nth-child(3n){
  width: clamp(74px, 18%, 120px);
}.tc-wp-tool-root .bshg-copy-all{
  align-self: flex-start;
  color: #ffffff;
  background: linear-gradient(135deg, #26c99a, #178bff);
  box-shadow: 0 14px 30px rgba(38, 160, 198, .22);
}@keyframes bshgShimmer {
  0% { background-position: 0% 50%; opacity: .72; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: .72; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{ padding: 34px 10px; }.tc-wp-tool-root .bshg-shell{ max-width: 100%; }.tc-wp-tool-root .bshg-kicker{ font-size: .86rem; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bshg-tool, .tc-wp-tool-root .bshg-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{ padding: 14px; }.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{ font-size: .92rem; }.tc-wp-tool-root .bshg-btn{ width: 100%; padding: 11px 12px; font-size: .9rem; }.tc-wp-tool-root .bshg-preview h2{ font-size: 1rem; }.tc-wp-tool-root .bshg-pill{ padding: 7px 8px 7px 10px; }.tc-wp-tool-root .bshg-pill span{ font-size: .82rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{ padding: 38px 12px; }.tc-wp-tool-root .bshg-shell{ max-width: 100%; }.tc-wp-tool-root .bshg-kicker{ font-size: .9rem; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bshg-tool, .tc-wp-tool-root .bshg-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{ padding: 16px; }.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{ font-size: .94rem; }.tc-wp-tool-root .bshg-btn{ padding: 11px 13px; font-size: .91rem; }.tc-wp-tool-root .bshg-preview h2{ font-size: 1.04rem; }.tc-wp-tool-root .bshg-pill span{ font-size: .84rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{ padding: 42px 14px; }.tc-wp-tool-root .bshg-shell{ max-width: 100%; }.tc-wp-tool-root .bshg-kicker{ font-size: .95rem; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bshg-tool{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .bshg-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{ padding: 18px; }.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{ font-size: .96rem; }.tc-wp-tool-root .bshg-btn{ padding: 12px 14px; font-size: .93rem; }.tc-wp-tool-root .bshg-preview h2{ font-size: 1.08rem; }.tc-wp-tool-root .bshg-pill span{ font-size: .87rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{ padding: 50px 18px; }.tc-wp-tool-root .bshg-shell{ max-width: 940px; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bshg-tool{ grid-template-columns: 1fr 1fr; gap: 18px; }.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{ padding: 20px; }.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{ font-size: .98rem; }.tc-wp-tool-root .bshg-btn{ padding: 12px 14px; font-size: .94rem; }.tc-wp-tool-root .bshg-preview h2{ font-size: 1.12rem; }.tc-wp-tool-root .bshg-pill span{ font-size: .88rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bshg-baby-shower-hashtag-generator{ padding: 56px 22px; }.tc-wp-tool-root .bshg-shell{ max-width: 1120px; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bshg-tool{ gap: 20px; }.tc-wp-tool-root .bshg-controls, .tc-wp-tool-root .bshg-preview{ padding: 22px; }.tc-wp-tool-root .bshg-field textarea, .tc-wp-tool-root .bshg-field select{ font-size: 1rem; }.tc-wp-tool-root .bshg-pill span{ font-size: .9rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .bshg-shell{ max-width: 1200px; }.tc-wp-tool-root .bshg-header h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}