@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 .mexico-address-generator-tool{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14263d;
}.tc-wp-tool-root .mexico-address-generator-tool *, .tc-wp-tool-root .mexico-address-generator-tool *::before, .tc-wp-tool-root .mexico-address-generator-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-shell{
  width: 100%;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 18% 10%, rgba(68, 201, 191, .18), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(93, 156, 236, .16), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef9f7 48%, #f9faf8 100%);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-hero{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9eceb;
  color: #256b69;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(22, 54, 77, .07);
}.tc-wp-tool-root .mexico-address-generator-tool h1{
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #10243a;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-hero p{
  margin: 0 auto;
  color: #53657a;
  font-size: 1rem;
  line-height: 1.65;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(157, 188, 196, .55);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    linear-gradient(90deg, rgba(34, 132, 166, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(34, 132, 166, .08) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: 0 24px 70px rgba(39, 70, 92, .14);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #dfeaed;
  box-shadow: 0 12px 30px rgba(43, 74, 98, .08);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-settings{
  padding: 20px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-preview-panel{
  padding: 20px;
  min-width: 0;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-panel-head, .tc-wp-tool-root .mexico-address-generator-tool .mag-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}.tc-wp-tool-root .mexico-address-generator-tool h2{
  margin: 0;
  color: #132b43;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-result-label{
  margin: 4px 0 0;
  color: #5f7284;
  font-size: .86rem;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-pin, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-pin{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #2b8fd9, #3dc6b3);
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(43, 143, 217, .22);
  flex: 0 0 auto;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-pin::after, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-pin::after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  margin: 9.5px;
  border-radius: 50%;
  background: #fff;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-field{
  margin-bottom: 14px;
  min-width: 0;
}.tc-wp-tool-root .mexico-address-generator-tool label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  color: #25384d;
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root .mexico-address-generator-tool label span{
  color: #256b69;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .mexico-address-generator-tool select, .tc-wp-tool-root .mexico-address-generator-tool input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #cfdee4;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fbfefe;
  color: #172d45;
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .mexico-address-generator-tool select:focus, .tc-wp-tool-root .mexico-address-generator-tool input:focus, .tc-wp-tool-root .mexico-address-generator-tool button:focus-visible{
  border-color: #2b8fd9;
  box-shadow: 0 0 0 4px rgba(43, 143, 217, .16);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-validation, .tc-wp-tool-root .mexico-address-generator-tool .mag-success{
  min-height: 22px;
  margin: 4px 0 12px;
  color: #8a4b10;
  font-size: .88rem;
  line-height: 1.4;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-success{
  color: #21715f;
  margin-top: -4px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 15px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  text-align: center;
  white-space: normal;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-primary{
  flex: 1 1 100%;
  background: linear-gradient(135deg, #226fbb, #2fc2ad);
  color: #fff;
  box-shadow: 0 12px 24px rgba(34, 111, 187, .22);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-secondary{
  flex: 1 1 calc(50% - 5px);
  background: #f8fcfd;
  color: #214158;
  border-color: #d5e5e9;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-copy-all{
  margin-top: 14px;
  width: 100%;
  background: #eaf8f5;
  border-color: #b9e4dc;
  color: #176758;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-count{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  background: #edf7ff;
  border: 1px solid #d4e8f7;
  color: #235e8d;
  font-size: .8rem;
  font-weight: 800;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-preview{
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 10px;
  border: 1px solid #dbe8ec;
  background: linear-gradient(180deg, #ffffff, #f8fcfc);
  padding: 14px;
  scrollbar-color: #8ed8cc #eef7f8;
  scrollbar-width: thin;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-preview::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-preview::-webkit-scrollbar-track{
  background: #eef7f8;
  border-radius: 999px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-preview::-webkit-scrollbar-thumb{
  background: #8ed8cc;
  border-radius: 999px;
  border: 2px solid #eef7f8;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-wrap, .tc-wp-tool-root .mexico-address-generator-tool .mag-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card, .tc-wp-tool-root .mexico-address-generator-tool .mag-address-card, .tc-wp-tool-root .mexico-address-generator-tool .mag-label-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #dce9ec;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(41, 72, 92, .06);
}.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card span:not(.mag-skeleton-pin){
  display: block;
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef6f7 0%, #dcecef 50%, #eef6f7 100%);
  background-size: 220% 100%;
  animation: magShimmer 1.4s infinite ease-in-out;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card span:nth-child(3){ width: 82%; }.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card span:nth-child(4){ width: 58%; }.tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card span:nth-child(5){ width: 70%; }@keyframes magShimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}.tc-wp-tool-root .mexico-address-generator-tool .mag-address-card dl{
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-row{
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  font-size: .9rem;
  line-height: 1.4;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-row dt{
  margin: 0;
  color: #52677a;
  font-weight: 800;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-row dd{
  margin: 0;
  color: #18324b;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-card-copy{
  width: 100%;
  min-height: 38px;
  background: #f1faf8;
  border: 1px solid #cfe9e4;
  color: #1e685c;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-label-card{
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-line;
  line-height: 1.65;
  color: #17324b;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-pre{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86rem;
  line-height: 1.55;
  color: #17324b;
}.tc-wp-tool-root .mexico-address-generator-tool .mag-note{
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f3fbf8;
  border: 1px solid #cae8df;
  color: #276d60;
  font-size: .86rem;
  font-weight: 700;
}@media (min-width: 1024px) and (max-width: 1199px), (min-width: 1200px) {.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mexico-address-generator-tool .mag-settings, .tc-wp-tool-root .mexico-address-generator-tool .mag-preview-panel{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .mexico-address-generator-tool .mag-card-grid, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-wrap{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mexico-address-generator-tool .mag-shell{ padding: 42px 14px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{ grid-template-columns: 1fr; padding: 14px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-settings, .tc-wp-tool-root .mexico-address-generator-tool .mag-preview-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-card-grid, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-wrap{ grid-template-columns: 1fr; }.tc-wp-tool-root .mexico-address-generator-tool .mag-actions{ flex-direction: column; }.tc-wp-tool-root .mexico-address-generator-tool .mag-btn{ width: 100%; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mexico-address-generator-tool .mag-shell{ padding: 36px 12px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-hero p{ font-size: .94rem; }.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{ grid-template-columns: 1fr; padding: 12px; gap: 12px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-settings, .tc-wp-tool-root .mexico-address-generator-tool .mag-preview-panel{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-card-grid, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-wrap{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-actions{ flex-direction: column; }.tc-wp-tool-root .mexico-address-generator-tool .mag-btn{ width: 100%; }.tc-wp-tool-root .mexico-address-generator-tool .mag-row{ grid-template-columns: 1fr; gap: 2px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-preview{ padding: 10px; font-size: .9rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mexico-address-generator-tool .mag-shell{ padding: 30px 10px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-hero{ margin-bottom: 20px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-hero p{ font-size: .9rem; line-height: 1.5; }.tc-wp-tool-root .mexico-address-generator-tool .mag-dashboard{ grid-template-columns: 1fr; padding: 10px; gap: 10px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-settings, .tc-wp-tool-root .mexico-address-generator-tool .mag-preview-panel{ grid-column: 1 / -1; padding: 12px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-preview-head, .tc-wp-tool-root .mexico-address-generator-tool .mag-panel-head{ align-items: flex-start; }.tc-wp-tool-root .mexico-address-generator-tool .mag-card-grid, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-wrap{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-actions{ flex-direction: column; }.tc-wp-tool-root .mexico-address-generator-tool .mag-btn{ width: 100%; padding: 10px 12px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-address-card, .tc-wp-tool-root .mexico-address-generator-tool .mag-label-card, .tc-wp-tool-root .mexico-address-generator-tool .mag-skeleton-card{ padding: 11px; }.tc-wp-tool-root .mexico-address-generator-tool .mag-row{ grid-template-columns: 1fr; gap: 2px; font-size: .86rem; }.tc-wp-tool-root .mexico-address-generator-tool .mag-preview{ padding: 9px; font-size: .86rem; }.tc-wp-tool-root .mexico-address-generator-tool .mag-pre{ font-size: .78rem; }}.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;
}