/*  CSS edermconsult.com, wind 2026  */

/*
---------------------------------------------- 
---- doc2pat.css ----------------------------- 
---------------------------------------------- 
*/

section.feat-panel  {
    padding: 0;
}

.folding-d2p  {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    .paragraph-right  {
        max-width: 60%;
    }
}

/*
---------------------------------
# a3 Ordis Header ---------------
---------------------------------
*/

.wrapper#ordis section {
    background-color: var(--page-background);
    border: 0;
}

.ordis {
    width: 100%;

    h2  { 
        text-align: right;
        font-size: 1.8rem;
    }

    h3  { 
        text-align: right;
        font-size: 1.2rem;
    }

    p  {
        padding: 0.4rem;
        color: var(--ink-600);
        font-size: 0.98rem;
        font-style: italic;
    }

    .card-container  {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.3rem 2rem;
        width: fit-content;
    }

    .BL-header  {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        margin: 3.3rem 0 0.5rem;
        width: 100%;

        .NR  {
            font-family: var(--livvic);
            font-size: 3.5rem;
            font-weight: 600;
            padding-bottom: 0;
            line-height: 3.3rem;
            padding-bottom: 1px;
        }
            
        .name  {
            font-family: var(--livvic);
            font-size: 1.8rem;
            color: var(--ink-600);
            font-weight: 500;
            padding-left: 0;
            margin-left: 0;
        }
    }
}

.wrapper#ordis .ordis.d2p {
    .BL-header  {
        border-bottom: 2px solid var(--border-green);
        .NR  { color: var(--green-ink-500); }
    }
}

section .ordis.d2p a.card .wrapperL {
    .location svg  {
        color: var(--green-ink-500);
    }
}
