body {
    counter-reset: divCounter;
}

body.post-template-default .is_numbered.uses_title div.tph-dynamic-heading-wrapper::before {
    counter-increment: divCounter;
    content: counter(divCounter) ". ";
    font-weight: 700;
    font-size: 47px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@media screen and (max-width: 700px) {
    .is_numbered.uses_title div::before {
        font-size: 32px;
    }
    body.post-template-default .is_numbered.uses_title div.tph-dynamic-heading-wrapper::before {
        font-size: 31px;
    }
}

.inline {
    display: inline;
}

.tph-dynamic-content {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
}

.tph-dynamic-content h2.inline {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.tph-dynamic-heading-wrapper {
    margin-bottom: 21px;
}

.footer-disclaimer {
    display: none;
}

.desktop-device .disclaimer-device-desktop {
    display: block;
}

.ios-device .disclaimer-device-ios {
    display: block;
}
.android-device .disclaimer-device-android {
    display: block;
}
.samsung-device .disclaimer-device-samsung {
    display: block;
}

.disclaimer-wrapper {
    margin: 60px 0;
}

/**
Exclude dynamic content based on state.
*/
body.state-AL .tph-dynamic-content[data-excluded-states*="AL"],
body.state-AK .tph-dynamic-content[data-excluded-states*="AK"],
body.state-AZ .tph-dynamic-content[data-excluded-states*="AZ"],
body.state-AR .tph-dynamic-content[data-excluded-states*="AR"],
body.state-CA .tph-dynamic-content[data-excluded-states*="CA"],
body.state-CO .tph-dynamic-content[data-excluded-states*="CO"],
body.state-CT .tph-dynamic-content[data-excluded-states*="CT"],
body.state-DE .tph-dynamic-content[data-excluded-states*="DE"],
body.state-FL .tph-dynamic-content[data-excluded-states*="FL"],
body.state-GA .tph-dynamic-content[data-excluded-states*="GA"],
body.state-HI .tph-dynamic-content[data-excluded-states*="HI"],
body.state-ID .tph-dynamic-content[data-excluded-states*="ID"],
body.state-IL .tph-dynamic-content[data-excluded-states*="IL"],
body.state-IN .tph-dynamic-content[data-excluded-states*="IN"],
body.state-IA .tph-dynamic-content[data-excluded-states*="IA"],
body.state-KS .tph-dynamic-content[data-excluded-states*="KS"],
body.state-KY .tph-dynamic-content[data-excluded-states*="KY"],
body.state-LA .tph-dynamic-content[data-excluded-states*="LA"],
body.state-ME .tph-dynamic-content[data-excluded-states*="ME"],
body.state-MD .tph-dynamic-content[data-excluded-states*="MD"],
body.state-MA .tph-dynamic-content[data-excluded-states*="MA"],
body.state-MI .tph-dynamic-content[data-excluded-states*="MI"],
body.state-MN .tph-dynamic-content[data-excluded-states*="MN"],
body.state-MS .tph-dynamic-content[data-excluded-states*="MS"],
body.state-MO .tph-dynamic-content[data-excluded-states*="MO"],
body.state-MT .tph-dynamic-content[data-excluded-states*="MT"],
body.state-NE .tph-dynamic-content[data-excluded-states*="NE"],
body.state-NV .tph-dynamic-content[data-excluded-states*="NV"],
body.state-NH .tph-dynamic-content[data-excluded-states*="NH"],
body.state-NJ .tph-dynamic-content[data-excluded-states*="NJ"],
body.state-NM .tph-dynamic-content[data-excluded-states*="NM"],
body.state-NY .tph-dynamic-content[data-excluded-states*="NY"],
body.state-NC .tph-dynamic-content[data-excluded-states*="NC"],
body.state-ND .tph-dynamic-content[data-excluded-states*="ND"],
body.state-OH .tph-dynamic-content[data-excluded-states*="OH"],
body.state-OK .tph-dynamic-content[data-excluded-states*="OK"],
body.state-OR .tph-dynamic-content[data-excluded-states*="OR"],
body.state-PA .tph-dynamic-content[data-excluded-states*="PA"],
body.state-RI .tph-dynamic-content[data-excluded-states*="RI"],
body.state-SC .tph-dynamic-content[data-excluded-states*="SC"],
body.state-SD .tph-dynamic-content[data-excluded-states*="SD"],
body.state-TN .tph-dynamic-content[data-excluded-states*="TN"],
body.state-TX .tph-dynamic-content[data-excluded-states*="TX"],
body.state-UT .tph-dynamic-content[data-excluded-states*="UT"],
body.state-VT .tph-dynamic-content[data-excluded-states*="VT"],
body.state-VA .tph-dynamic-content[data-excluded-states*="VA"],
body.state-WA .tph-dynamic-content[data-excluded-states*="WA"],
body.state-WV .tph-dynamic-content[data-excluded-states*="WV"],
body.state-WI .tph-dynamic-content[data-excluded-states*="WI"],
body.state-WY .tph-dynamic-content[data-excluded-states*="WY"] {
    display: none;
}