

/*
Cersory——
    cert sorcery
    author : illic.it
*/


/* Conceal */
    body { display: none }

/* Conceal / Internal / Errors */
    #deftform-instance > form > div:nth-child(1) > div > div:nth-child(-n+4).has_error { background: inherit; color: inherit }
    #deftform-instance > form > div:nth-child(1) > div > div:nth-child(-n+4) > p { display: none }

/* Conceal / Required / Asterisks */
    #deftform-instance > form label > span.text-red-700 { display: none }


/* Issuer & Insured */
/* Dark Red / Borderless / No Spacing cept left */
    #fieldpage-0-field-2, #fieldpage-0-field-3 {
        /* Color */
            color: #87181a;

        /* Reset */
            vertical-align: baseline;

            margin-top:  0; margin-right:  0; margin-bottom:  0;
            padding-top: 0; padding-right: 0; padding-bottom: 0;

            border: 0; outline: 0; box-shadow: none;

            background: none;

            appearance: none; -webkit-appearance: none }
/* /—— Issuer & Insured */


/* Mobile */
@media (max-width: 776px) {
    /* Reduce / Header / Font Size */
        #deftform-instance > h1 { font-size: 2.2rem }

    /* No Spacing / Issuer & Insured */
        #fieldpage-0-field-2, #fieldpage-0-field-3 { margin: 0; padding: 0 }

    /* Reduce / Bottom & Top / Padding */
        body > div.flex.flex-col.items-center.md\:min-h-screen.md\:justify-center > div.w-full.max-w-2xl.md\:mt-6.bg-white.dark\:bg-stone-800.md\:rounded-lg.cs_formbg
             > div { padding-top: 4px; padding-bottom: 4px } }
/* /—— Mobile */


/* Remove / Concern */
    body > div.flex.flex-col.items-center.md\:min-h-screen.md\:justify-center > div.relative { display: none }
