@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;
}.wpc-scope-35 .tc-wp-tool-root img, .wpc-scope-35 .tc-wp-tool-root video, .wpc-scope-35 .tc-wp-tool-root svg, .wpc-scope-35 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool, .wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool *{
      box-sizing: border-box;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool{
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      padding: 76px 18px;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #102033;
      background:
        radial-gradient(circle at 15% 12%, rgba(74, 144, 226, 0.28), transparent 32%),
        radial-gradient(circle at 85% 18%, rgba(0, 212, 185, 0.24), transparent 34%),
        radial-gradient(circle at 52% 92%, rgba(122, 92, 255, 0.18), transparent 38%),
        linear-gradient(135deg, #eef7ff 0%, #e9fff9 42%, #f4f0ff 100%);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-header{
      text-align: center;
      margin-bottom: 34px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-title{
      margin: 0;
      text-align: center;
      font-size: 56px;
      line-height: 1.05;
      letter-spacing: -1.7px;
      font-weight: 950;
      color: #102033;
      text-shadow:
        0 8px 0 rgba(74, 144, 226, 0.14),
        0 24px 54px rgba(39, 86, 133, 0.22);
      text-decoration: underline;
      text-decoration-thickness: 6px;
      text-decoration-color: #00bfa6;
      text-underline-offset: 12px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
      max-width: 790px;
      margin: 28px auto 0;
      text-align: center;
      color: rgba(16, 32, 51, 0.74);
      font-size: 18px;
      line-height: 1.7;
      font-weight: 500;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-input-panel{
      width: 100%;
      max-width: 940px;
      margin: 0 auto 36px;
      padding: 18px;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.66);
      border: 1px solid rgba(74, 144, 226, 0.18);
      box-shadow: 0 24px 70px rgba(39, 86, 133, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(18px);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-input-wrap{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      width: 100%;
      max-width: 100%;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-input{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      border: 2px solid rgba(74, 144, 226, 0.2);
      outline: none;
      border-radius: 21px;
      padding: 18px 20px;
      color: #102033;
      background: rgba(255, 255, 255, 0.9);
      font-size: 18px;
      font-weight: 750;
      transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-input::placeholder{
      color: rgba(16, 32, 51, 0.42);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-input:focus{
      border-color: rgba(0, 191, 166, 0.82);
      box-shadow: 0 0 0 6px rgba(0, 191, 166, 0.13), 0 16px 38px rgba(74, 144, 226, 0.16);
      transform: translateY(-1px);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-copy, .wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
      border: 0;
      cursor: pointer;
      font-family: inherit;
      font-weight: 900;
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-clear{
      white-space: nowrap;
      border-radius: 21px;
      padding: 0 25px;
      color: #ffffff;
      background: linear-gradient(135deg, #2f80ed, #00bfa6);
      box-shadow: 0 14px 34px rgba(47, 128, 237, 0.24);
      font-size: 16px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-clear:hover, .wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-copy:hover, .wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-load:hover{
      transform: translateY(-3px);
      filter: saturate(1.15);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
      display: grid;
      width: 100%;
      max-width: 100%;
      gap: 22px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      padding: 20px;
      border-radius: 27px;
      background: rgba(255, 255, 255, 0.66);
      border: 1px solid rgba(74, 144, 226, 0.16);
      box-shadow: 0 22px 52px rgba(39, 86, 133, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.44);
      backdrop-filter: blur(16px);
      position: relative;
      overflow: hidden;
      animation: ufgFadeIn 0.48s ease both;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card::before{
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(74, 144, 226, 0.16), transparent 40%),
        radial-gradient(circle at bottom right, rgba(0, 191, 166, 0.14), transparent 42%);
      opacity: 0;
      transition: opacity 0.28s ease;
      pointer-events: none;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card::after{
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      top: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(0, 191, 166, 0.75), transparent);
      opacity: 0.7;
      pointer-events: none;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card:hover{
      transform: translateY(-8px);
      box-shadow: 0 30px 74px rgba(39, 86, 133, 0.22), 0 0 36px rgba(0, 191, 166, 0.12);
      border-color: rgba(0, 191, 166, 0.42);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card:hover::before{
      opacity: 1;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-card-inner{
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 14px;
      min-width: 0;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-style-name{
      margin: 0;
      color: #16436f;
      font-size: 15px;
      line-height: 1.25;
      font-weight: 950;
      letter-spacing: 0.25px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
      width: 100%;
      max-width: 100%;
      min-height: 112px;
      max-height: 180px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 17px;
      border-radius: 21px;
      color: #102033;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(74, 144, 226, 0.14);
      font-size: 25px;
      line-height: 1.5;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-preview::-webkit-scrollbar{
      width: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-preview::-webkit-scrollbar-track{
      background: rgba(74, 144, 226, 0.08);
      border-radius: 30px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-preview::-webkit-scrollbar-thumb{
      background: linear-gradient(180deg, #2f80ed, #00bfa6);
      border-radius: 30px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-copy{
      width: 100%;
      max-width: 100%;
      border-radius: 18px;
      padding: 13px 14px;
      color: #ffffff;
      background: linear-gradient(135deg, #2f80ed, #00bfa6);
      box-shadow: 0 14px 30px rgba(47, 128, 237, 0.2);
      font-size: 14px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-load-wrap{
      display: flex;
      justify-content: center;
      margin-top: 32px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
      min-width: 205px;
      border-radius: 999px;
      padding: 16px 30px;
      color: #ffffff;
      background: linear-gradient(135deg, #2f80ed, #00bfa6, #7a5cff);
      box-shadow: 0 18px 46px rgba(47, 128, 237, 0.24);
      font-size: 16px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-hidden{
      display: none;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .ufg-showing{
      animation: ufgReveal 0.42s ease both;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-1 .ufg-preview{
      font-family: Arial, sans-serif;
      font-weight: 900;
      color: #102033;
      text-decoration: underline;
      text-decoration-thickness: 3px;
      text-decoration-color: #2f80ed;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-2 .ufg-preview{
      font-family: Georgia, serif;
      font-weight: 900;
      color: #16436f;
      text-decoration: underline double #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-3 .ufg-preview{
      font-family: Impact, fantasy;
      color: #2f80ed;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: underline wavy #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-4 .ufg-preview{
      font-family: "Courier New", monospace;
      color: #7a5cff;
      font-weight: 900;
      text-decoration-line: underline;
      text-decoration-style: dotted;
      text-decoration-thickness: 3px;
      text-decoration-color: #2f80ed;
      text-underline-offset: 7px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-5 .ufg-preview{
      font-family: Verdana, sans-serif;
      color: #102033;
      font-weight: 950;
      text-decoration: underline;
      text-decoration-thickness: 6px;
      text-decoration-color: rgba(0, 191, 166, 0.42);
      text-underline-offset: 10px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-6 .ufg-preview{
      font-family: "Arial Black", Arial, sans-serif;
      color: transparent;
      -webkit-text-stroke: 1.2px #16436f;
      text-decoration: underline #00bfa6;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-7 .ufg-preview{
      font-family: Garamond, serif;
      color: #006f61;
      font-size: 29px;
      font-weight: 900;
      text-decoration: underline overline;
      text-decoration-color: #2f80ed;
      text-decoration-thickness: 2px;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-8 .ufg-preview{
      font-family: "Comic Sans MS", cursive;
      color: #2447a6;
      font-weight: 900;
      text-decoration: underline wavy #7a5cff;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-9 .ufg-preview{
      font-family: Palatino, serif;
      color: #16436f;
      font-weight: 900;
      text-transform: lowercase;
      letter-spacing: 2px;
      border-bottom: 4px solid #00bfa6;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-10 .ufg-preview{
      font-family: "Lucida Console", monospace;
      color: #006f61;
      font-weight: 900;
      text-decoration: underline dashed #2f80ed;
      text-underline-offset: 7px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-11 .ufg-preview{
      font-family: Tahoma, sans-serif;
      color: #102033;
      font-weight: 950;
      text-decoration: underline;
      text-decoration-thickness: 5px;
      text-decoration-color: #7a5cff;
      text-shadow: 0 5px 0 rgba(47, 128, 237, 0.12);
      text-underline-offset: 10px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-12 .ufg-preview{
      font-family: Cambria, serif;
      color: #ffffff;
      font-weight: 900;
      background: linear-gradient(135deg, rgba(47, 128, 237, 0.86), rgba(0, 191, 166, 0.72));
      text-decoration: underline double #ffffff;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-13 .ufg-preview{
      font-family: "Arial Rounded MT Bold", Arial, sans-serif;
      color: #2f80ed;
      font-weight: 900;
      letter-spacing: 2px;
      text-decoration: underline #00bfa6;
      text-decoration-thickness: 4px;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-14 .ufg-preview{
      font-family: "Times New Roman", serif;
      color: #102033;
      font-weight: 900;
      font-style: italic;
      text-decoration-line: underline;
      text-decoration-style: wavy;
      text-decoration-color: #2f80ed;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-15 .ufg-preview{
      font-family: Geneva, sans-serif;
      color: #7a5cff;
      font-weight: 900;
      letter-spacing: 3px;
      border-bottom: 5px double #00bfa6;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-16 .ufg-preview{
      font-family: "Brush Script MT", cursive;
      color: #16436f;
      font-size: 34px;
      text-decoration: underline wavy #00bfa6;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-17 .ufg-preview{
      font-family: Copperplate, fantasy;
      color: #006f61;
      font-weight: 900;
      letter-spacing: 2px;
      text-decoration: underline #2f80ed;
      text-decoration-thickness: 2px;
      text-underline-offset: 10px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-18 .ufg-preview{
      font-family: Monaco, monospace;
      color: #2f80ed;
      font-weight: 900;
      border-bottom: 3px dashed #7a5cff;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-19 .ufg-preview{
      font-family: Didot, Georgia, serif;
      color: #102033;
      font-weight: 900;
      letter-spacing: -0.5px;
      text-decoration: underline;
      text-decoration-color: rgba(0, 191, 166, 0.75);
      text-decoration-thickness: 8px;
      text-underline-offset: -2px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-20 .ufg-preview{
      font-family: "Century Gothic", sans-serif;
      color: #16436f;
      font-weight: 800;
      letter-spacing: 1px;
      text-decoration: underline overline #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-21 .ufg-preview{
      font-family: "Arial Black", Arial, sans-serif;
      color: #00bfa6;
      text-transform: uppercase;
      text-decoration: underline wavy #2f80ed;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-22 .ufg-preview{
      font-family: Helvetica, Arial, sans-serif;
      color: #102033;
      font-weight: 950;
      transform: rotate(-1deg);
      border-bottom: 4px solid #7a5cff;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-23 .ufg-preview{
      font-family: "Lucida Handwriting", cursive;
      color: #16436f;
      font-size: 30px;
      text-decoration: underline double #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-24 .ufg-preview{
      font-family: "Courier New", monospace;
      color: #ffffff;
      background: linear-gradient(135deg, rgba(16, 32, 51, 0.92), rgba(47, 128, 237, 0.8));
      font-weight: 900;
      text-decoration: underline #00bfa6;
      text-decoration-thickness: 3px;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-25 .ufg-preview{
      font-family: fantasy;
      color: #7a5cff;
      font-weight: 900;
      letter-spacing: 4px;
      text-decoration: underline dashed #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-26 .ufg-preview{
      font-family: serif;
      color: #006f61;
      font-weight: 900;
      font-variant: small-caps;
      border-bottom: 6px solid rgba(47, 128, 237, 0.24);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-27 .ufg-preview{
      font-family: sans-serif;
      color: #102033;
      font-weight: 1000;
      letter-spacing: -1px;
      text-decoration: underline #2f80ed;
      text-decoration-thickness: 5px;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-28 .ufg-preview{
      font-family: cursive;
      color: #2f80ed;
      font-size: 31px;
      text-decoration: underline double rgba(0, 191, 166, 0.82);
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-29 .ufg-preview{
      font-family: monospace;
      color: #102033;
      font-weight: 900;
      letter-spacing: 2px;
      background: repeating-linear-gradient(45deg, rgba(47, 128, 237, 0.1) 0 8px, rgba(255, 255, 255, 0.58) 8px 16px);
      text-decoration: underline dotted #7a5cff;
      text-underline-offset: 7px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-30 .ufg-preview{
      font-family: Georgia, serif;
      color: #ffffff;
      font-weight: 900;
      background: linear-gradient(90deg, #2f80ed, #00bfa6, #7a5cff);
      text-decoration: underline #ffffff;
      text-decoration-thickness: 3px;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-31 .ufg-preview{
      font-family: Impact, fantasy;
      color: #2f80ed;
      letter-spacing: 2px;
      -webkit-text-stroke: 1px #102033;
      text-decoration: underline #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-32 .ufg-preview{
      font-family: Verdana, sans-serif;
      color: #16436f;
      font-weight: 900;
      text-decoration-line: underline;
      text-decoration-style: wavy;
      text-decoration-thickness: 2px;
      text-decoration-color: #7a5cff;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-33 .ufg-preview{
      font-family: "Times New Roman", serif;
      color: #00a895;
      font-weight: 900;
      transform: skew(4deg);
      border-bottom: 4px dotted #2f80ed;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-34 .ufg-preview{
      font-family: "Comic Sans MS", cursive;
      color: #102033;
      background: radial-gradient(circle, rgba(0, 191, 166, 0.18), rgba(255, 255, 255, 0.72));
      font-weight: 900;
      text-decoration: underline wavy #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-35 .ufg-preview{
      font-family: "Arial Black", Arial, sans-serif;
      color: transparent;
      background: linear-gradient(90deg, #102033, #2f80ed, #00bfa6);
      -webkit-background-clip: text;
      background-clip: text;
      font-weight: 1000;
      border-bottom: 5px solid #7a5cff;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-36 .ufg-preview{
      font-family: "Trebuchet MS", sans-serif;
      color: #16436f;
      font-weight: 950;
      text-transform: lowercase;
      text-decoration: underline #00bfa6;
      text-decoration-thickness: 4px;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-37 .ufg-preview{
      font-family: Palatino, serif;
      color: #2f80ed;
      font-weight: 900;
      border-bottom: 2px solid #00bfa6;
      box-shadow: inset 0 -8px 0 rgba(0, 191, 166, 0.14);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-38 .ufg-preview{
      font-family: "Lucida Sans", sans-serif;
      color: #102033;
      font-weight: 900;
      letter-spacing: 1.2px;
      text-decoration: underline dashed #7a5cff;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-39 .ufg-preview{
      font-family: Garamond, serif;
      color: #16436f;
      font-size: 30px;
      font-style: italic;
      text-decoration: underline double #2f80ed;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-40 .ufg-preview{
      font-family: "Arial Rounded MT Bold", Arial, sans-serif;
      color: #ffffff;
      background: linear-gradient(135deg, rgba(47, 128, 237, 0.84), rgba(122, 92, 255, 0.72));
      letter-spacing: 1px;
      text-decoration: underline wavy #ffffff;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-41 .ufg-preview{
      font-family: Tahoma, sans-serif;
      color: #00a895;
      font-weight: 950;
      text-transform: uppercase;
      text-decoration: underline wavy #2f80ed;
      text-underline-offset: 7px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-42 .ufg-preview{
      font-family: Cambria, serif;
      color: #102033;
      font-weight: 900;
      letter-spacing: 3px;
      border-bottom: 4px double #00bfa6;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-43 .ufg-preview{
      font-family: "Brush Script MT", cursive;
      color: #7a5cff;
      font-size: 35px;
      transform: rotate(1deg);
      text-decoration: underline #00bfa6;
      text-decoration-thickness: 3px;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-44 .ufg-preview{
      font-family: Monaco, monospace;
      color: #16436f;
      font-weight: 900;
      box-shadow: inset 0 -7px 0 rgba(47, 128, 237, 0.18);
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-45 .ufg-preview{
      font-family: Copperplate, fantasy;
      color: #2f80ed;
      font-size: 27px;
      letter-spacing: 2.6px;
      text-decoration: underline overline #00bfa6;
      text-underline-offset: 9px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-46 .ufg-preview{
      font-family: "Century Gothic", sans-serif;
      color: #006f61;
      font-weight: 900;
      background: linear-gradient(180deg, rgba(47, 128, 237, 0.09), rgba(255, 255, 255, 0.78));
      text-decoration: underline #7a5cff;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-47 .ufg-preview{
      font-family: Didot, Georgia, serif;
      color: #ffffff;
      font-weight: 900;
      background: #102033;
      text-decoration: underline double #00bfa6;
      text-underline-offset: 8px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-48 .ufg-preview{
      font-family: "Lucida Console", monospace;
      color: #00bfa6;
      font-weight: 900;
      background: rgba(16, 32, 51, 0.94);
      letter-spacing: 1.5px;
      text-decoration: underline dotted #ffffff;
      text-underline-offset: 7px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-49 .ufg-preview{
      font-family: Helvetica, Arial, sans-serif;
      color: #102033;
      font-weight: 1000;
      font-size: 28px;
      text-decoration: underline #2f80ed;
      text-decoration-thickness: 7px;
      text-decoration-color: rgba(47, 128, 237, 0.28);
      text-underline-offset: -2px;
    }.wpc-scope-35 .tc-wp-tool-root .underline-font-generator-tool .style-50 .ufg-preview{
      font-family: "Lucida Handwriting", cursive;
      color: #16436f;
      font-size: 31px;
      text-decoration: underline wavy #00bfa6;
      text-underline-offset: 9px;
      text-shadow: 0 0 18px rgba(47, 128, 237, 0.22);
    }@keyframes ufgFadeIn{
      from {
        opacity: 0;
        transform: translateY(14px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }@keyframes ufgReveal{
      from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
      }

      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }@media (min-width: 1200px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 76px 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        max-width: 1200px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 56px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 18px;
        padding: 18px 20px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        font-size: 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        padding: 20px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        font-size: 25px;
      }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 66px 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        max-width: 1000px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 48px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 17px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 17px;
        padding: 17px 19px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        font-size: 15px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        padding: 19px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        font-size: 24px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 56px 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        width: 100%;
        max-width: 740px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 42px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 16px;
        padding: 16px 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        font-size: 15px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        padding: 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        font-size: 23px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 44px 14px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        width: 100%;
        max-width: 100%;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 35px;
        letter-spacing: -1px;
        text-decoration-thickness: 4px;
        text-underline-offset: 9px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input-wrap{
        grid-template-columns: 1fr;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 16px;
        padding: 15px 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        width: 100%;
        font-size: 15px;
        padding: 15px 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: 1fr !important;
        gap: 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 17px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        overflow-wrap: anywhere;
        word-break: break-word;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 38px 12px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        width: 100%;
        max-width: 100%;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 31px;
        letter-spacing: -0.8px;
        text-decoration-thickness: 4px;
        text-underline-offset: 8px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 14px;
        line-height: 1.6;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input-panel{
        padding: 13px;
        border-radius: 24px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input-wrap{
        grid-template-columns: 1fr;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 15px;
        padding: 14px 15px;
        border-radius: 18px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        width: 100%;
        font-size: 14px;
        padding: 14px 16px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: 1fr !important;
        gap: 15px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 16px;
        border-radius: 24px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        width: 100%;
        max-width: 100%;
        font-size: 21px;
        padding: 15px;
        overflow-wrap: anywhere;
        word-break: break-word;
      }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .underline-font-generator-tool{
        padding: 34px 10px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-container{
        width: 100%;
        max-width: 100%;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-title{
        font-size: 28px;
        letter-spacing: -0.7px;
        text-decoration-thickness: 3px;
        text-underline-offset: 7px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-subtitle{
        font-size: 13px;
        line-height: 1.55;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input-panel{
        padding: 12px;
        border-radius: 22px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input-wrap{
        grid-template-columns: 1fr;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-input{
        font-size: 14px;
        padding: 13px 14px;
        border-radius: 17px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-clear, .tc-wp-tool-root .underline-font-generator-tool .ufg-load{
        width: 100%;
        font-size: 13px;
        padding: 13px 14px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-grid{
        grid-template-columns: 1fr !important;
        gap: 14px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-card{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 14px;
        border-radius: 22px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-style-name{
        font-size: 14px;
      }.tc-wp-tool-root .underline-font-generator-tool .ufg-preview{
        width: 100%;
        max-width: 100%;
        font-size: 19px;
        padding: 14px;
        overflow-wrap: anywhere;
        word-break: break-word;
      }}.wpc-scope-35 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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;
}