@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 .florida-address-generator-tool{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 42px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17243b;
  background:
    radial-gradient(circle at 12% 10%, rgba(57, 196, 188, .18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(86, 141, 255, .15), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef8f6 100%);
  overflow-x: hidden;
}.tc-wp-tool-root .florida-address-generator-tool *, .tc-wp-tool-root .florida-address-generator-tool *::before, .tc-wp-tool-root .florida-address-generator-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .fagt-hero{
  width: 100%;
  max-width: 940px;
  margin: 0 auto 26px;
  text-align: center;
}.tc-wp-tool-root .fagt-hero h1{
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10243f;
}.tc-wp-tool-root .fagt-hero p{
  margin: 0 auto;
  max-width: 820px;
  font-size: 1rem;
  line-height: 1.65;
  color: #53647a;
}.tc-wp-tool-root .fagt-dashboard{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  border: 1px solid rgba(96, 132, 168, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 70px rgba(45, 82, 120, .14);
  overflow: hidden;
}.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{
  min-width: 0;
  max-width: 100%;
  width: 100%;
}.tc-wp-tool-root .fagt-settings{
  padding: 24px;
  background:
    linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.76)),
    repeating-linear-gradient(90deg, rgba(87, 154, 201, .08) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(0deg, rgba(87, 154, 201, .08) 0 1px, transparent 1px 30px),
    #edf8f7;
  border-right: 1px solid rgba(99, 133, 165, .18);
}.tc-wp-tool-root .fagt-field{
  margin-bottom: 15px;
}.tc-wp-tool-root .fagt-field label{
  display: flex;
  gap: 4px;
  margin: 0 0 7px;
  font-size: .86rem;
  font-weight: 750;
  color: #20324a;
}.tc-wp-tool-root .fagt-field label span{
  color: #0f766e;
}.tc-wp-tool-root .fagt-field input, .tc-wp-tool-root .fagt-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #c9d8e6;
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .94);
  color: #17243b;
  font-size: .94rem;
  outline: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}.tc-wp-tool-root .fagt-field input:focus, .tc-wp-tool-root .fagt-field select:focus, .tc-wp-tool-root .fagt-btn:focus-visible, .tc-wp-tool-root .fagt-copy-one:focus-visible{
  outline: 3px solid rgba(20, 184, 166, .28);
  outline-offset: 2px;
  border-color: #14b8a6;
}.tc-wp-tool-root .fagt-validation, .tc-wp-tool-root .fagt-success{
  min-height: 22px;
  margin: 4px 0 13px;
  font-size: .88rem;
  line-height: 1.45;
  color: #9f2f38;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .fagt-success{
  color: #0d766c;
  margin-top: 13px;
}.tc-wp-tool-root .fagt-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 4px;
}.tc-wp-tool-root .fagt-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: .94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .fagt-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .fagt-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #1d8cf0);
  box-shadow: 0 14px 28px rgba(29, 140, 240, .24);
}.tc-wp-tool-root .fagt-secondary{
  color: #17304f;
  background: #ffffff;
  border: 1px solid #d3e1ee;
  box-shadow: 0 8px 20px rgba(55, 93, 131, .08);
}.tc-wp-tool-root .fagt-preview{
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244, 251, 255, .94)),
    radial-gradient(circle at 96% 8%, rgba(57, 196, 188, .16), transparent 26%);
}.tc-wp-tool-root .fagt-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(116, 145, 174, .18);
}.tc-wp-tool-root .fagt-preview h2{
  margin: 0 0 5px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #122944;
}.tc-wp-tool-root .fagt-count{
  margin: 0;
  font-size: .88rem;
  color: #62728a;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .fagt-pin{
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50% 50% 50% 12%;
  background: linear-gradient(135deg, #19b7a8, #6bb7ff);
  transform: rotate(-45deg);
  box-shadow: 0 12px 26px rgba(25, 183, 168, .24);
}.tc-wp-tool-root .fagt-pin::after{
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  margin: 12px;
  border-radius: 50%;
  background: #fff;
}.tc-wp-tool-root .fagt-output{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 4px 6px 4px 0;
  scrollbar-color: #88d4cd #edf6fb;
  scrollbar-width: thin;
}.tc-wp-tool-root .fagt-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .fagt-output::-webkit-scrollbar-track{
  background: #edf6fb;
  border-radius: 99px;
}.tc-wp-tool-root .fagt-output::-webkit-scrollbar-thumb{
  background: linear-gradient(#97d9d2, #8abff5);
  border-radius: 99px;
}.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .fagt-address-card, .tc-wp-tool-root .fagt-label-card, .tc-wp-tool-root .fagt-skeleton-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(151, 176, 199, .32);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(53, 83, 116, .08);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .fagt-address-card{
  padding: 15px;
}.tc-wp-tool-root .fagt-address-row{
  display: grid;
  grid-template-columns: minmax(92px, .55fr) minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
  font-size: .91rem;
}.tc-wp-tool-root .fagt-address-row:last-of-type{
  border-bottom: 0;
}.tc-wp-tool-root .fagt-address-row strong{
  color: #31455f;
}.tc-wp-tool-root .fagt-address-row span{
  color: #16263d;
  min-width: 0;
}.tc-wp-tool-root .fagt-copy-one{
  margin-top: 12px;
  width: 100%;
  border: 1px solid #cfe0ee;
  border-radius: 8px;
  background: #f8fcff;
  color: #0f5f88;
  font-weight: 800;
  min-height: 38px;
  cursor: pointer;
}.tc-wp-tool-root .fagt-label-card{
  padding: 16px;
  border-style: dashed;
  font-size: .93rem;
  line-height: 1.7;
  background: linear-gradient(180deg, #ffffff, #f7fcfb);
}.tc-wp-tool-root .fagt-code{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(151, 176, 199, .32);
  background: #f8fbfd;
  color: #18314f;
  font: 500 .88rem/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .fagt-note{
  margin-top: 14px;
  padding: 11px 12px;
  border-radius: 8px;
  background: #effaf8;
  border: 1px solid #bfe7df;
  color: #0f5f55;
  font-size: .88rem;
  font-weight: 700;
}.tc-wp-tool-root .fagt-copy-all{
  margin-top: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #1d8cf0, #14b8a6);
}.tc-wp-tool-root .fagt-skeleton-card{
  padding: 15px;
}.tc-wp-tool-root .fagt-skeleton-card span, .tc-wp-tool-root .fagt-skeleton-card i, .tc-wp-tool-root .fagt-skeleton-card b{
  display: block;
  height: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e5eef6, #f7fbff, #e5eef6);
  background-size: 240% 100%;
  animation: fagt-shimmer 1.3s infinite;
}.tc-wp-tool-root .fagt-skeleton-card span{
  width: 52%;
  height: 16px;
  margin-bottom: 16px;
}.tc-wp-tool-root .fagt-skeleton-card i{
  width: 92%;
  margin-bottom: 12px;
}.tc-wp-tool-root .fagt-skeleton-card i:nth-child(3){
  width: 72%;
}.tc-wp-tool-root .fagt-skeleton-card i:nth-child(4){
  width: 82%;
}.tc-wp-tool-root .fagt-skeleton-card b{
  width: 44%;
  height: 30px;
  margin-top: 16px;
}@keyframes fagt-shimmer {
  to { background-position: -240% 0; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .florida-address-generator-tool{ padding: 28px 10px; }.tc-wp-tool-root .fagt-hero{ max-width: 100%; margin-bottom: 18px; }.tc-wp-tool-root .fagt-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .fagt-hero p{ font-size: .9rem; line-height: 1.55; }.tc-wp-tool-root .fagt-dashboard{ grid-template-columns: 1fr; width: 100%; }.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{ width: 100%; padding: 14px; border-right: 0; }.tc-wp-tool-root .fagt-field input, .tc-wp-tool-root .fagt-field select, .tc-wp-tool-root .fagt-btn{ min-height: 42px; font-size: .9rem; }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .fagt-address-card, .tc-wp-tool-root .fagt-label-card, .tc-wp-tool-root .fagt-skeleton-card{ grid-column: 1 / -1; padding: 12px; }.tc-wp-tool-root .fagt-address-row{ grid-template-columns: 1fr; gap: 3px; font-size: .86rem; }.tc-wp-tool-root .fagt-code{ font-size: .78rem; padding: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .florida-address-generator-tool{ padding: 30px 12px; }.tc-wp-tool-root .fagt-hero p{ font-size: .92rem; }.tc-wp-tool-root .fagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{ width: 100%; padding: 16px; border-right: 0; }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .fagt-address-card, .tc-wp-tool-root .fagt-label-card, .tc-wp-tool-root .fagt-skeleton-card{ grid-column: 1 / -1; padding: 13px; }.tc-wp-tool-root .fagt-address-row{ grid-template-columns: 1fr; font-size: .88rem; }.tc-wp-tool-root .fagt-btn{ min-height: 43px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .florida-address-generator-tool{ padding: 34px 14px; }.tc-wp-tool-root .fagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{ width: 100%; padding: 18px; border-right: 0; }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .fagt-address-card, .tc-wp-tool-root .fagt-label-card, .tc-wp-tool-root .fagt-skeleton-card{ grid-column: 1 / -1; }.tc-wp-tool-root .fagt-address-row{ grid-template-columns: minmax(90px, .45fr) minmax(0, 1fr); }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .florida-address-generator-tool{ padding: 40px 18px; }.tc-wp-tool-root .fagt-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{ width: 100%; padding: 22px; border-right: 0; }.tc-wp-tool-root .fagt-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .fagt-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .fagt-dashboard{ max-width: 1200px; grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .fagt-settings, .tc-wp-tool-root .fagt-preview{ padding: 26px; }.tc-wp-tool-root .fagt-grid, .tc-wp-tool-root .fagt-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}.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;
}