.all-calculators-card{
  background:#fff;
  border:1px solid #E2E5E9;
  border-radius:8px;
  box-shadow:0 4px 14px rgba(20,30,40,.06);
  padding:1rem;
  margin-bottom:1rem;
}
.all-calculators-card h2,
.all-calculators-card h3{
  font-size:.95rem;
  line-height:1.25;
  margin:0 0 .35rem;
  color:#1A1A1A;
}
.all-calculators-card p{
  margin:0 0 .75rem;
  color:#5C6370;
  font-size:.8rem;
  line-height:1.45;
}
.all-calculators-group{
  margin-top:.85rem;
}
.all-calculators-group:first-of-type{
  margin-top:.35rem;
}
.all-calculators-label{
  display:block;
  margin-bottom:.35rem;
  color:#5C6370;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.all-calculators-list{
  display:grid;
  gap:.28rem;
  max-height:68vh;
  overflow:auto;
  padding-right:.15rem;
}
.all-calculators-link{
  display:flex;
  align-items:center;
  gap:.45rem;
  min-height:34px;
  padding:.45rem .55rem;
  border:1px solid transparent;
  border-radius:8px;
  color:#1A1A1A;
  font-size:.82rem;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
}
.all-calculators-link:hover{
  background:#F1F5F4;
  color:#0A6E5C;
  text-decoration:none;
}
.all-calculators-link.is-current{
  background:#E6F5F1;
  border-color:#A8D5C8;
  color:#0A6E5C;
}
.all-calculators-icon{
  width:19px;
  height:19px;
  flex:0 0 auto;
}
.all-calculators-top{
  max-width:1140px;
  margin:0 auto 1rem;
}
.ad-slot{
  display:none;
}
.ad-slot::before{
  content:"";
}
.blog-layout-with-sidebar{
  max-width:1140px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:2rem 1.25rem 3rem!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:2rem!important;
  align-items:start!important;
  box-sizing:border-box!important;
}
.blog-layout-with-sidebar .blog-sidebar{
  position:sticky;
  top:80px;
  grid-column:2;
  grid-row:1 / span 10;
  min-width:0;
  width:300px;
}
.blog-layout-with-sidebar > :not(.blog-sidebar){
  grid-column:1;
  width:100%;
  max-width:none!important;
  min-width:0;
  box-sizing:border-box!important;
}
.blog-layout-with-sidebar .article-hero-image,
.blog-layout-with-sidebar .article-image{
  grid-column:1;
  width:100%;
  max-width:none!important;
  margin:0!important;
  overflow:hidden;
  border:1px solid #E2E5E9;
  border-radius:8px;
  background:#fff;
  box-sizing:border-box;
}
.blog-layout-with-sidebar .article-hero-image img,
.blog-layout-with-sidebar .article-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
}
.blog-layout-with-sidebar .article,
.blog-layout-with-sidebar .toc,
.blog-layout-with-sidebar .note{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
}
.blog-layout-with-sidebar table{
  max-width:100%;
}
.blog-layout-with-sidebar .table-wrap{
  max-width:100%;
  overflow-x:auto;
}
.home-faq-layout{
  max-width:1140px!important;
  margin:0 auto!important;
  padding:0 1.25rem .5rem!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  column-gap:2rem!important;
  row-gap:0!important;
  align-items:start!important;
}
.home-faq-layout > *{
  grid-column:1!important;
}
.home-faq-layout::after{
  content:"";
  grid-column:2;
  grid-row:1 / span 20;
}
.home-faq-layout .faq-item-home:last-of-type{
  margin-bottom:0!important;
}
.home-faq-layout .faq-item-home{
  margin-bottom:.75rem!important;
}
.home-contact-section{
  max-width:1140px!important;
  margin:0 auto!important;
  padding:0 1.25rem 3.5rem!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  column-gap:2rem!important;
  row-gap:0!important;
  align-items:start!important;
}
.home-contact-section > div{
  grid-column:1!important;
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding-top:.75rem!important;
  box-sizing:border-box!important;
}
.home-contact-section::after{
  content:"";
  grid-column:2;
  grid-row:1;
}
.blog-more-arrow{
  grid-column:1;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:.35rem;
  width:max-content;
  color:#0A6E5C!important;
  font-weight:800!important;
  text-decoration:none!important;
  margin:0 0 -.25rem;
}
.blog-more-arrow:hover{
  text-decoration:underline!important;
}
.blog-related-inline{
  grid-column:1;
  background:#fff;
  border:1px solid #E2E5E9;
  border-radius:8px;
  padding:1.5rem;
  margin:0!important;
  box-sizing:border-box;
}
.blog-related-inline h2{
  font-size:1.35rem;
  line-height:1.25;
  margin:0 0 1rem;
  color:#1A1A1A;
}
.blog-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.blog-related-card{
  display:block;
  border:1px solid #E2E5E9;
  border-radius:8px;
  padding:1rem;
  color:#1A1A1A!important;
  text-decoration:none!important;
  background:#FAFAF9;
}
.blog-related-card strong{
  display:block;
  font-size:.95rem;
  line-height:1.3;
  margin-bottom:.35rem;
}
.blog-related-card span{
  display:block;
  color:#5C6370;
  font-size:.84rem;
  line-height:1.55;
}
.blog-related-card:hover{
  border-color:#A8D5C8;
  background:#F6FBF9;
}
.blog-all-articles{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  margin-top:1rem;
  color:#0A6E5C!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.blog-all-articles:hover{
  text-decoration:underline!important;
}
.calc-theme-retiro main .main-wrap > div:first-child > .card:first-child,
.calc-theme-retiro main .layout > section.panel:first-child{
  background:#F1FBF6;
  border-color:#B9E4D3;
  box-shadow:0 8px 24px rgba(10,110,92,.08);
}
.calc-theme-issste main .main-wrap > div:first-child > .card:first-child{
  background:#EAF7F2;
  border-color:#9FD7C5;
  box-shadow:0 8px 24px rgba(10,110,92,.10);
}
body.calc-theme-issste.regimen-decimo main .main-wrap > div:first-child > .card:first-child{
  background:#EAF7F2;
  border-color:#9FD7C5;
  box-shadow:0 8px 24px rgba(10,110,92,.10);
}
body.calc-theme-issste.regimen-lissste main .main-wrap > div:first-child > .card:first-child{
  background:#FFF8E1;
  border-color:#FFE0A3;
  box-shadow:0 8px 24px rgba(214,123,26,.12);
}
.calc-theme-fiscal main .main-wrap > div:first-child > .card:first-child,
.calc-theme-fiscal main .layout > section.panel:first-child{
  background:#F2F8FF;
  border-color:#CFE4FF;
  box-shadow:0 8px 24px rgba(21,101,192,.08);
}
.calc-theme-credito main .main-wrap > div:first-child > .card:first-child{
  background:#FAF5FF;
  border-color:#E2C8F2;
  box-shadow:0 8px 24px rgba(123,31,162,.08);
}
.calc-theme-comercial main .main-wrap > div:first-child > .card:first-child{
  background:#FFF8E8;
  border-color:#F4D59B;
  box-shadow:0 8px 24px rgba(214,123,26,.08);
}
.calc-theme-retiro main .main-wrap > div:first-child > .card:first-child .calc-head,
.calc-theme-retiro main .main-wrap > div:first-child > .card:first-child > h2:first-child,
.calc-theme-retiro main .layout > section.panel:first-child > h2:first-child{
  background:#E6F5F1;
}
.calc-theme-fiscal main .main-wrap > div:first-child > .card:first-child .calc-head,
.calc-theme-fiscal main .main-wrap > div:first-child > .card:first-child > h2:first-child,
.calc-theme-fiscal main .layout > section.panel:first-child > h2:first-child{
  background:#E7F2FF;
}
.calc-theme-credito main .main-wrap > div:first-child > .card:first-child .calc-head,
.calc-theme-credito main .main-wrap > div:first-child > .card:first-child > h2:first-child{
  background:#F3E8FF;
}
.calc-theme-issste main .main-wrap > div:first-child > .card:first-child .calc-head,
.calc-theme-issste main .main-wrap > div:first-child > .card:first-child > h2:first-child{
  background:#DFF3EB;
}
body.calc-theme-issste.regimen-lissste main .main-wrap > div:first-child > .card:first-child .calc-head,
body.calc-theme-issste.regimen-lissste main .main-wrap > div:first-child > .card:first-child > h2:first-child{
  background:#FFF0BF;
}
body.calc-theme-fiscal main.wrap > .layout{
  grid-template-columns:minmax(0,1fr) 300px;
  gap:2rem;
}
body.calc-theme-fiscal main.wrap > .layout > aside.panel{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
body.calc-theme-fiscal main.wrap > .layout > aside.panel > .calculator-aside-content{
  background:#fff;
  border:1px solid #E2E5E9;
  border-radius:12px;
  box-shadow:0 4px 16px rgba(0,0,0,.08);
  padding:1.35rem;
  margin-bottom:1rem;
}
main .layout > .calculator-primary-stack{
  display:grid;
  gap:1.5rem;
  min-width:0;
  align-self:start;
}
body.page-declaracion-anual *,
body.page-honorarios *{
  box-sizing:border-box;
}
body.page-declaracion-anual .grid-2 > *,
body.page-honorarios .grid-2 > *,
body.page-declaracion-anual .panel,
body.page-honorarios .panel,
body.page-declaracion-anual .result-card,
body.page-honorarios .result-card{
  min-width:0;
}
body.page-declaracion-anual .field input,
body.page-declaracion-anual .field select,
body.page-honorarios .field input,
body.page-honorarios .field select{
  max-width:100%;
  box-sizing:border-box;
}
.calculator-primary-stack > .content,
.calculator-primary-stack > .faq,
.calculator-primary-stack > .faq-layout{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.calculator-primary-stack > .faq-layout{
  display:block!important;
  padding:0!important;
}
.calculator-primary-stack > .faq-layout > div[aria-hidden="true"]{
  display:none!important;
}
.calculator-primary-stack > .faq-layout > .faq-card-unified{
  width:100%!important;
  max-width:none!important;
}
body.calc-theme-fiscal main.wrap > .layout > .calculator-primary-stack > section.panel:first-child{
  background:#F2F8FF;
  border-color:#CFE4FF;
  box-shadow:0 8px 24px rgba(21,101,192,.08);
}
body.calc-theme-fiscal main.wrap > .layout > .calculator-primary-stack > section.panel:first-child > h2:first-child{
  background:#E7F2FF;
}
main .main-wrap > div:first-child > .faq-layout,
main .main-wrap > div:first-child > .faq-layout .faq-card-unified,
main .main-wrap > div:first-child > .faq-card-unified{
  width:100%;
  max-width:none;
}
main .main-wrap > div:first-child > .faq-layout{
  display:block!important;
  margin:0!important;
  padding:0!important;
}
main .main-wrap > div:first-child > .faq-layout > div[aria-hidden="true"]{
  display:none!important;
}
main .main-wrap > div:first-child > .faq-layout .faq-card-unified{
  margin:0 0 1.5rem!important;
}
.layout > section.panel:first-child .faq-layout{
  display:block!important;
  max-width:none!important;
  margin:1.5rem 0 0!important;
  padding:0!important;
}
.layout > section.panel:first-child .faq-layout > div[aria-hidden="true"]{
  display:none!important;
}
.layout > section.panel:first-child .faq-card-unified,
.layout > section.panel:first-child .faq{
  width:100%;
  max-width:none!important;
}
.calc-theme-fiscal .faq,
.calc-theme-fiscal .faq-card-unified{
  background:#fff!important;
}
.calc-theme-fiscal .faq-layout,
.calc-theme-fiscal main.wrap > .faq,
.calc-theme-fiscal main.wrap > .content{
  background:transparent!important;
}
.calc-theme-fiscal main.wrap > .faq{
  margin-top:1.5rem!important;
}
.calc-theme-fiscal main .main-wrap > div:first-child > .faq-section{
  margin-top:1.5rem!important;
}
.calc-theme-fiscal main .main-wrap > div:first-child > .card + .faq-section{
  margin-top:1.5rem!important;
}
.faq-card-unified,
.faq-section,
section.faq{
  background:#fff!important;
  border:1px solid #E2E5E9!important;
  border-radius:16px!important;
  box-shadow:0 1px 3px rgba(0,0,0,.06)!important;
  padding:1.5rem!important;
  box-sizing:border-box!important;
}
.faq-item,
[class^="faq-item-"],
[class*=" faq-item-"],
.faq-item-unified{
  background:#fff!important;
  border:1px solid #E2E5E9!important;
  border-radius:12px!important;
  margin:0 0 .75rem!important;
  overflow:hidden!important;
  padding:0!important;
}
.faq-item:last-child,
[class^="faq-item-"]:last-child,
[class*=" faq-item-"]:last-child,
.faq-item-unified:last-child{
  margin-bottom:0!important;
}
.faq-q,
[class^="faq-btn"],
[class*=" faq-btn"],
.faq-btn-unified{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:1rem!important;
  width:100%!important;
  border:0!important;
  background:none;
  color:#1A1A1A!important;
  cursor:pointer!important;
  font-family:inherit!important;
  font-size:.95rem!important;
  font-weight:600!important;
  line-height:1.35!important;
  padding:1rem 1.25rem!important;
  text-align:left!important;
}
.faq-q span,
[class^="faq-arrow"],
[class*=" faq-arrow"],
.faq-arrow-unified{
  flex:0 0 auto!important;
  margin-left:auto!important;
  color:#8A919E!important;
  font-size:.75rem!important;
}
.faq-a,
[class^="faq-ans"],
[class*=" faq-ans"],
.faq-ans-unified{
  background:#fff!important;
  color:#5C6370!important;
  font-size:.875rem!important;
  line-height:1.75!important;
  padding:.25rem 1.25rem 1rem!important;
}
body.page-isr main .main-wrap > div:first-child > .faq-layout{
  margin-top:1.5rem!important;
}
body.page-isr main .main-wrap > div:first-child > .faq-card-unified{
  border-radius:16px!important;
}
body.page-declaracion-anual main.wrap > .faq-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:2rem!important;
  align-items:start!important;
  width:100%!important;
  max-width:none!important;
  margin:1.5rem 0 0!important;
  padding:0!important;
}
body.page-declaracion-anual main.wrap > .faq-layout > .faq-card-unified{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
  border-radius:16px!important;
}
body.page-declaracion-anual main.wrap > .faq-layout > div[aria-hidden="true"]{
  display:block!important;
  grid-column:2!important;
}
body.page-declaracion-anual .calculator-primary-stack > .faq-layout{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
}
body.page-declaracion-anual .calculator-primary-stack > .faq-layout > div[aria-hidden="true"]{
  display:none!important;
}
body.page-honorarios main.wrap > .content,
body.page-honorarios main.wrap > .faq{
  width:auto!important;
  max-width:calc(100% - 332px)!important;
  margin-right:332px!important;
  box-sizing:border-box!important;
}
body.page-honorarios .calculator-primary-stack > .content,
body.page-honorarios .calculator-primary-stack > .faq{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.page-honorarios main.wrap > .faq{
  margin-top:1.5rem!important;
  background:#fff!important;
  border:1px solid #E2E5E9!important;
  border-radius:16px!important;
  box-shadow:0 1px 3px rgba(0,0,0,.06)!important;
  padding:1.5rem!important;
}
body.page-honorarios .faq details{
  background:#fff!important;
  border:1px solid #E2E5E9!important;
  border-radius:8px!important;
  margin:0 0 .75rem!important;
  padding:0!important;
  overflow:hidden!important;
}
body.page-honorarios .faq details:first-of-type{
  border-top:1px solid #E2E5E9!important;
}
body.page-honorarios .faq summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:1rem!important;
  list-style:none!important;
  padding:1rem!important;
  color:#1A1A1A!important;
  cursor:pointer!important;
  font-weight:700!important;
}
body.page-honorarios .faq summary::-webkit-details-marker{
  display:none!important;
}
body.page-honorarios .faq summary::after{
  content:"\2304";
  flex:0 0 auto;
  margin-left:auto;
  color:#8A919E;
  font-size:.75rem;
}
body.page-honorarios .faq details[open] summary::after{
  content:"\2303";
}
body.page-honorarios .faq details p{
  margin:0!important;
  padding:0 1rem 1rem!important;
  color:#5C6370!important;
  font-size:.9rem!important;
  line-height:1.7!important;
}
@media(max-width:900px){
  body.calc-theme-fiscal main.wrap > .layout{
    grid-template-columns:1fr!important;
    gap:1.5rem!important;
  }
  body.calc-theme-fiscal main.wrap > .layout > .calculator-primary-stack,
  body.calc-theme-fiscal main.wrap > .layout > aside.panel{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.calc-theme-fiscal main.wrap > .layout > aside.panel{
    padding:0!important;
  }
  body.calc-theme-fiscal main.wrap > .layout > aside.panel > .calculator-aside-content{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.page-declaracion-anual main.wrap,
  body.page-honorarios main.wrap{
    overflow:hidden;
  }
  body.page-declaracion-anual .layout,
  body.page-honorarios .layout,
  body.page-declaracion-anual .grid-2,
  body.page-honorarios .grid-2{
    grid-template-columns:1fr!important;
  }
  .blog-layout-with-sidebar{
    grid-template-columns:1fr!important;
    padding:1.25rem 1rem 2rem!important;
  }
  .blog-layout-with-sidebar .blog-sidebar,
  .blog-layout-with-sidebar > :not(.blog-sidebar){
    grid-column:1;
    grid-row:auto;
  }
  .blog-layout-with-sidebar .toc{order:1}
  .blog-layout-with-sidebar .article-hero-image,
  .blog-layout-with-sidebar .article-image{order:0}
  .blog-layout-with-sidebar .blog-more-arrow{order:2}
  .blog-layout-with-sidebar .article{order:3}
  .blog-layout-with-sidebar .blog-related-inline{order:4}
  .blog-layout-with-sidebar .note{order:5}
  .blog-layout-with-sidebar .blog-sidebar{
    position:static;
    order:20;
    width:100%;
  }
  .blog-layout-with-sidebar .blog-sidebar .all-calculators-card{
    order:0;
  }
  .home-faq-layout{
    grid-template-columns:1fr!important;
    padding:0 1rem .5rem!important;
  }
  .home-faq-layout::after{
    display:none;
  }
  .home-contact-section{
    grid-template-columns:1fr!important;
    padding:0 1rem 2.5rem!important;
  }
  .home-contact-section::after{
    display:none;
  }
  .blog-related-grid{
    grid-template-columns:1fr!important;
  }
  .all-calculators-card{
    order:-10;
    margin-bottom:1.25rem;
  }
  .all-calculators-list{
    max-height:none;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    overflow:visible;
  }
  body.page-declaracion-anual main.wrap > .faq-layout{
    grid-template-columns:1fr!important;
  }
  body.page-declaracion-anual main.wrap > .faq-layout > div[aria-hidden="true"]{
    display:none!important;
  }
  body.page-honorarios main.wrap > .content,
  body.page-honorarios main.wrap > .faq{
    max-width:none!important;
    margin-right:0!important;
  }
}
