@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, .tc-wp-tool-root{
  overflow-x: hidden;
}.tc-wp-tool-root .tn-alimony-calculator-tool, .tc-wp-tool-root .tn-alimony-calculator-tool *{
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tn-alimony-calculator-tool{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  padding: 32px 16px;
  color: #17231f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(115deg, rgba(249, 252, 250, .96), rgba(238, 246, 243, .94)),
    repeating-linear-gradient(90deg, rgba(32, 88, 75, .055) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(81, 72, 54, .045) 0 1px, transparent 1px 38px);
  isolation: isolate;
  overflow-x: hidden;
}.tc-wp-tool-root .tn-alimony-calculator-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(45deg, transparent 47%, rgba(42, 88, 78, .08) 48%, rgba(42, 88, 78, .08) 50%, transparent 51%),
    linear-gradient(-45deg, transparent 47%, rgba(137, 112, 62, .06) 48%, rgba(137, 112, 62, .06) 50%, transparent 51%);
  background-size: 180px 180px;
  opacity: .45;
  z-index: -1;
}.tc-wp-tool-root .tn-alimony-header{
  width: min(920px, 100%);
  margin: 0 auto 22px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}.tc-wp-tool-root .tn-alimony-header h1{
  margin: 0;
  color: #123b34;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root .tn-alimony-header p{
  margin: 0;
  color: #40544f;
  line-height: 1.6;
  max-width: 760px;
}.tc-wp-tool-root .tn-calculator-card{
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(39, 84, 75, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 45px rgba(23, 50, 44, .12);
}.tc-wp-tool-root .tn-input-panel{
  padding: 18px;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .tn-result-panel{
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
  overflow-y: auto;
  scrollbar-color: #2f6f62 #e8f0ed;
  scrollbar-width: thin;
}.tc-wp-tool-root .tn-result-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .tn-result-panel::-webkit-scrollbar-track{
  background: #e8f0ed;
  border-radius: 999px;
}.tc-wp-tool-root .tn-result-panel::-webkit-scrollbar-thumb{
  background: #2f6f62;
  border-radius: 999px;
}.tc-wp-tool-root .tn-validation{
  display: none;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background: #fff7e7;
  border: 1px solid #d9a84f;
  color: #684500;
  font-size: 14px;
  line-height: 1.45;
}.tc-wp-tool-root .tn-validation.is-visible{
  display: block;
}.tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid, .tc-wp-tool-root .tn-action-grid, .tc-wp-tool-root .tn-shortcuts{
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 12px;
}.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .tn-field{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #243b36;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select{
  width: 100%;
  min-width: 0;
  border: 1px solid #b9cbc6;
  border-radius: 12px;
  background: #fbfdfc;
  color: #12231f;
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .tn-field input:focus, .tc-wp-tool-root .tn-field select:focus, .tc-wp-tool-root .tn-btn:focus, .tc-wp-tool-root .tn-shortcut:focus{
  border-color: #1d6b5f;
  box-shadow: 0 0 0 4px rgba(29, 107, 95, .18);
}.tc-wp-tool-root .tn-field input:disabled{
  background: #edf2f0;
  color: #7c8b87;
}.tc-wp-tool-root .tn-custom-symbol-wrap.is-hidden{
  opacity: .62;
}.tc-wp-tool-root .tn-action-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{
  width: 100%;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root .tn-btn:hover, .tc-wp-tool-root .tn-shortcut:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 50, 44, .14);
}.tc-wp-tool-root .tn-btn-primary{
  color: #fff;
  background: #1d5f54;
  border-color: #1d5f54;
}.tc-wp-tool-root .tn-btn-secondary, .tc-wp-tool-root .tn-shortcut{
  color: #173b34;
  background: #eef6f3;
  border-color: #b9d1cb;
}.tc-wp-tool-root .tn-main-result{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 18px;
  border-radius: 16px;
  background: #123b34;
  border: 2px solid #08251f;
  color: #ffffff;
}.tc-wp-tool-root .tn-main-result span{
  font-size: 14px;
  font-weight: 750;
  color: #d9eee9;
}.tc-wp-tool-root .tn-main-result strong{
  color: #ffffff;
  font-weight: 900;
  line-height: 1.05;
}.tc-wp-tool-root .tn-preview-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .tn-preview-card{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 6px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdfc, #eef6f3);
  border: 1px solid #c8d9d4;
}.tc-wp-tool-root .tn-preview-card span{
  color: #4a5f5a;
  font-weight: 700;
  line-height: 1.35;
}.tc-wp-tool-root .tn-preview-card strong{
  color: #143b34;
  font-weight: 850;
  line-height: 1.25;
}.tc-wp-tool-root .tn-status{
  width: 100%;
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: #edf6ff;
  border: 1px solid #9ec4df;
  color: #173f5d;
  font-weight: 750;
  line-height: 1.45;
}.tc-wp-tool-root .tn-disclaimer{
  width: 100%;
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: #f7f4ec;
  border: 1px solid #d7c89d;
  color: #51472f;
  font-size: 13px;
  line-height: 1.55;
}.tc-wp-tool-root .tn-shortcuts{
  width: min(1180px, 100%);
  margin: 18px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 22px 10px; }.tc-wp-tool-root .tn-alimony-header{ width: 100%; margin-bottom: 14px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 28px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 14px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ grid-column: 1 / -1; padding: 12px; border-radius: 14px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid, .tc-wp-tool-root .tn-preview-grid, .tc-wp-tool-root .tn-action-grid, .tc-wp-tool-root .tn-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 46px; padding: 11px 12px; font-size: 14px; }.tc-wp-tool-root .tn-preview-card{ padding: 11px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 12px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 15px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 30px; }.tc-wp-tool-root .tn-shortcuts, .tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 24px 12px; }.tc-wp-tool-root .tn-alimony-header{ width: 100%; margin-bottom: 16px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 32px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 15px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid, .tc-wp-tool-root .tn-preview-grid, .tc-wp-tool-root .tn-action-grid, .tc-wp-tool-root .tn-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 48px; padding: 12px 13px; font-size: 15px; }.tc-wp-tool-root .tn-preview-card{ padding: 12px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 13px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 16px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 34px; }.tc-wp-tool-root .tn-shortcuts, .tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 11px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 28px 14px; }.tc-wp-tool-root .tn-alimony-header{ width: 100%; margin-bottom: 18px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 36px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 16px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid, .tc-wp-tool-root .tn-preview-grid, .tc-wp-tool-root .tn-shortcuts{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .tn-action-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 50px; padding: 13px 14px; font-size: 15px; }.tc-wp-tool-root .tn-preview-card{ padding: 13px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 13px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 17px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 38px; }.tc-wp-tool-root .tn-shortcuts, .tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 12px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 36px 18px; }.tc-wp-tool-root .tn-alimony-header{ width: min(860px, 100%); margin-bottom: 20px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 42px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 17px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-preview-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-shortcuts{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 52px; padding: 13px 15px; font-size: 15px; }.tc-wp-tool-root .tn-preview-card{ padding: 14px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 13px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 18px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 42px; }.tc-wp-tool-root .tn-calculator-card, .tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 14px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 42px 20px; }.tc-wp-tool-root .tn-alimony-header{ width: min(900px, 100%); margin-bottom: 22px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 46px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 17px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 16px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ padding: 18px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .tn-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 52px; padding: 13px 15px; font-size: 15px; }.tc-wp-tool-root .tn-preview-card{ padding: 13px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 12px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 16px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 44px; }.tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 12px; }}@media (min-width: 1200px) {.tc-wp-tool-root .tn-alimony-calculator-tool{ padding: 48px 24px; }.tc-wp-tool-root .tn-alimony-header{ width: min(940px, 100%); margin-bottom: 24px; }.tc-wp-tool-root .tn-alimony-header h1{ font-size: 52px; }.tc-wp-tool-root .tn-alimony-header p{ font-size: 18px; }.tc-wp-tool-root .tn-calculator-card{ grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr); gap: 18px; }.tc-wp-tool-root .tn-input-panel, .tc-wp-tool-root .tn-result-panel{ padding: 20px; }.tc-wp-tool-root .tn-income-grid, .tc-wp-tool-root .tn-duration-grid, .tc-wp-tool-root .tn-support-grid, .tc-wp-tool-root .tn-expense-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .tn-preview-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .tn-shortcuts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .tn-field input, .tc-wp-tool-root .tn-field select, .tc-wp-tool-root .tn-btn, .tc-wp-tool-root .tn-shortcut{ min-height: 54px; padding: 14px 16px; font-size: 15px; }.tc-wp-tool-root .tn-preview-card{ padding: 14px; }.tc-wp-tool-root .tn-preview-card span{ font-size: 13px; }.tc-wp-tool-root .tn-preview-card strong{ font-size: 17px; }.tc-wp-tool-root .tn-main-result strong{ font-size: 48px; }.tc-wp-tool-root .tn-form-grid, .tc-wp-tool-root .tn-preview-grid{ gap: 13px; }}.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;
}