@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 .mhg-marriage-hashtag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 72px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 112, 178, 0.2), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(62, 126, 255, 0.18), transparent 25%),
    linear-gradient(135deg, #fff 0%, #fbf8ff 42%, #f4f8ff 100%);
  color: #271b3d;
  font-family: inherit;
}.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool, .tc-wp-tool-root .mhg-marriage-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool *{
  max-width: 100%;
}.tc-wp-tool-root .mhg-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  overflow: hidden;
}.tc-wp-tool-root .mhg-bg span{
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(126, 87, 194, 0.18);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(126, 87, 194, 0.2);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(103, 74, 180, 0.08);
  font-weight: 800;
}.tc-wp-tool-root .mhg-bg span:nth-child(1){
  left: 4%;
  top: 18%;
  width: 66px;
  height: 66px;
  font-size: 2rem;
  transform: rotate(-10deg);
}.tc-wp-tool-root .mhg-bg span:nth-child(2){
  right: 5%;
  top: 26%;
  padding: 14px 18px;
  transform: rotate(8deg);
}.tc-wp-tool-root .mhg-bg span:nth-child(3){
  left: 7%;
  bottom: 15%;
  padding: 12px 16px;
  transform: rotate(6deg);
}.tc-wp-tool-root .mhg-bg span:nth-child(4){
  right: 10%;
  bottom: 10%;
  width: 82px;
  height: 82px;
  font-size: 2.6rem;
  transform: rotate(-8deg);
}.tc-wp-tool-root .mhg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .mhg-header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 840px;
}.tc-wp-tool-root .mhg-kicker{
  display: inline-flex;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  color: #6c3bd6;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .mhg-header h1{
  margin: 0;
  color: #24183a;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-subtitle{
  margin: 14px auto 0;
  color: #655875;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 760px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-card{
  width: 100%;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 255, 0.92)),
    repeating-linear-gradient(90deg, rgba(124, 92, 255, 0.045) 0 1px, transparent 1px 46px);
  box-shadow: 0 24px 70px rgba(83, 61, 150, 0.16);
  padding: 18px;
}.tc-wp-tool-root .mhg-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-panel{
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(139, 92, 246, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(76, 50, 132, 0.08);
  padding: 22px;
}.tc-wp-tool-root .mhg-controls{
  display: flex;
  flex-direction: column;
  gap: 18px;
}.tc-wp-tool-root .mhg-field{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-field label{
  display: block;
  margin: 0 0 8px;
  color: #33234a;
  font-size: 0.9rem;
  font-weight: 800;
}.tc-wp-tool-root .mhg-field textarea, .tc-wp-tool-root .mhg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(126, 87, 194, 0.2);
  border-radius: 10px;
  background: #fff;
  color: #2d2140;
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(89, 67, 140, 0.06);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}.tc-wp-tool-root .mhg-field textarea{
  resize: vertical;
  min-height: 150px;
  padding: 14px 15px;
}.tc-wp-tool-root .mhg-field select{
  min-height: 48px;
  padding: 0 42px 0 14px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7c5cff 50%),
    linear-gradient(135deg, #7c5cff 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .mhg-field textarea:focus, .tc-wp-tool-root .mhg-field select:focus, .tc-wp-tool-root .mhg-btn:focus-visible, .tc-wp-tool-root .mhg-preview:focus{
  border-color: #7c5cff;
  box-shadow: 0 0 0 4px rgba(124, 92, 255, 0.16), 0 14px 28px rgba(89, 67, 140, 0.08);
}.tc-wp-tool-root .mhg-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-actions{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 14px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .mhg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #7c5cff, #2f7bff 55%, #ff5fa2);
  box-shadow: 0 14px 28px rgba(86, 91, 255, 0.25);
}.tc-wp-tool-root .mhg-btn-secondary{
  color: #4d3672;
  background: linear-gradient(135deg, #fff, #f8f3ff);
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 10px 22px rgba(86, 61, 140, 0.07);
}.tc-wp-tool-root .mhg-status{
  min-height: 24px;
  color: #5b4b70;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-status.is-error{
  color: #9f234d;
}.tc-wp-tool-root .mhg-status.is-success{
  color: #215f55;
}.tc-wp-tool-root .mhg-output-panel{
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(255, 95, 162, 0.14), transparent 34%);
}.tc-wp-tool-root .mhg-output-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-label{
  display: inline-flex;
  margin: 0 0 6px;
  color: #7c3fd2;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}.tc-wp-tool-root .mhg-output-head h2{
  margin: 0;
  color: #2b1f42;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}.tc-wp-tool-root .mhg-count{
  flex: 0 0 auto;
  border: 1px solid rgba(47, 123, 255, 0.18);
  border-radius: 10px;
  padding: 7px 10px;
  background: #f5f8ff;
  color: #3158b7;
  font-size: 0.82rem;
  font-weight: 850;
}.tc-wp-tool-root .mhg-preview{
  width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow: auto;
  border: 1px solid rgba(126, 87, 194, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 255, 0.9)),
    repeating-linear-gradient(0deg, rgba(47, 123, 255, 0.035) 0 1px, transparent 1px 38px);
  padding: 18px;
  scrollbar-width: thin;
  scrollbar-color: #b69cff #f4edff;
}.tc-wp-tool-root .mhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .mhg-preview::-webkit-scrollbar-track{
  background: #f4edff;
  border-radius: 10px;
}.tc-wp-tool-root .mhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #c6b5ff, #7fb0ff);
  border-radius: 10px;
  border: 2px solid #f4edff;
}.tc-wp-tool-root .mhg-empty p{
  margin: 0 0 16px;
  color: #655875;
  font-size: 0.96rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-skeleton-wrap, .tc-wp-tool-root .mhg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mhg-skeleton-pill{
  width: 132px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eee7ff 0%, #f8ddec 45%, #e7f0ff 70%, #eee7ff 100%);
  background-size: 240% 100%;
  animation: mhgShimmer 1.6s ease-in-out infinite;
}.tc-wp-tool-root .mhg-skeleton-pill.short{
  width: 96px;
}.tc-wp-tool-root .mhg-skeleton-pill.wide{
  width: 170px;
}@keyframes mhgShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}.tc-wp-tool-root .mhg-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(124, 92, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff, #f7f4ff);
  color: #3c2a60;
  box-shadow: 0 10px 22px rgba(83, 61, 150, 0.08);
  padding: 9px 10px 9px 12px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-pill span{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mhg-pill button{
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(47, 123, 255, 0.18);
  border-radius: 8px;
  background: #f2f7ff;
  color: #3158b7;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .mhg-pill button:focus-visible{
  outline: 3px solid rgba(124, 92, 255, 0.2);
  outline-offset: 2px;
}.tc-wp-tool-root .mhg-btn-copy{
  align-self: stretch;
  color: #fff;
  background: linear-gradient(135deg, #ff5fa2, #7c5cff);
  box-shadow: 0 14px 28px rgba(170, 87, 214, 0.2);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 38px 10px;
  }.tc-wp-tool-root .mhg-container, .tc-wp-tool-root .mhg-controls, .tc-wp-tool-root .mhg-output-panel{
    width: 100%;
  }.tc-wp-tool-root .mhg-header{
    margin-bottom: 18px;
  }.tc-wp-tool-root .mhg-subtitle{
    font-size: 0.88rem;
    line-height: 1.5;
  }.tc-wp-tool-root .mhg-card{
    padding: 10px;
  }.tc-wp-tool-root .mhg-grid, .tc-wp-tool-root .mhg-row, .tc-wp-tool-root .mhg-actions{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .mhg-controls, .tc-wp-tool-root .mhg-output-panel{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    padding: 14px;
  }.tc-wp-tool-root .mhg-field textarea{
    min-height: 128px;
    font-size: 0.9rem;
    padding: 12px;
  }.tc-wp-tool-root .mhg-field select, .tc-wp-tool-root .mhg-btn{
    min-height: 42px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .mhg-preview{
    padding: 12px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .mhg-output-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .mhg-pill{
    font-size: 0.82rem;
    padding: 8px;
  }.tc-wp-tool-root .mhg-skeleton-wrap, .tc-wp-tool-root .mhg-results{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }.tc-wp-tool-root .mhg-skeleton-pill, .tc-wp-tool-root .mhg-skeleton-pill.short, .tc-wp-tool-root .mhg-skeleton-pill.wide{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 44px 12px;
  }.tc-wp-tool-root .mhg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .mhg-card{
    padding: 12px;
  }.tc-wp-tool-root .mhg-grid, .tc-wp-tool-root .mhg-row, .tc-wp-tool-root .mhg-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .mhg-controls, .tc-wp-tool-root .mhg-output-panel{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    padding: 16px;
  }.tc-wp-tool-root .mhg-field textarea{
    min-height: 136px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .mhg-field select, .tc-wp-tool-root .mhg-btn{
    min-height: 44px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .mhg-preview{
    padding: 14px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .mhg-output-head{
    flex-direction: column;
    align-items: flex-start;
  }.tc-wp-tool-root .mhg-pill{
    font-size: 0.85rem;
  }.tc-wp-tool-root .mhg-skeleton-wrap, .tc-wp-tool-root .mhg-results{
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }.tc-wp-tool-root .mhg-skeleton-pill, .tc-wp-tool-root .mhg-skeleton-pill.short, .tc-wp-tool-root .mhg-skeleton-pill.wide{
    width: 100%;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 52px 14px;
  }.tc-wp-tool-root .mhg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .mhg-card{
    padding: 14px;
  }.tc-wp-tool-root .mhg-grid, .tc-wp-tool-root .mhg-row, .tc-wp-tool-root .mhg-actions{
    grid-template-columns: 1fr;
    gap: 13px;
  }.tc-wp-tool-root .mhg-controls, .tc-wp-tool-root .mhg-output-panel{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    padding: 18px;
  }.tc-wp-tool-root .mhg-field textarea{
    min-height: 142px;
  }.tc-wp-tool-root .mhg-btn{
    min-height: 45px;
  }.tc-wp-tool-root .mhg-preview{
    padding: 16px;
  }.tc-wp-tool-root .mhg-skeleton-wrap, .tc-wp-tool-root .mhg-results{
    display: grid;
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mhg-skeleton-pill, .tc-wp-tool-root .mhg-skeleton-pill.short, .tc-wp-tool-root .mhg-skeleton-pill.wide{
    width: 100%;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 64px 18px;
  }.tc-wp-tool-root .mhg-grid{
    grid-template-columns: minmax(0, 1fr);
  }.tc-wp-tool-root .mhg-controls, .tc-wp-tool-root .mhg-output-panel{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
  }.tc-wp-tool-root .mhg-results{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .mhg-pill{
    width: 100%;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 70px 20px;
  }.tc-wp-tool-root .mhg-card{
    padding: 16px;
  }.tc-wp-tool-root .mhg-panel{
    padding: 20px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .mhg-marriage-hashtag-generator-tool{
    padding: 78px 24px;
  }.tc-wp-tool-root .mhg-container{
    max-width: 1200px;
  }}.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;
}