/* FOCUS_ADVENTURES_V8_5_1_COST_STORY */

.fa851-cost-story{
    margin:18px 0 28px;
    padding:20px 22px;

    border:
        1px solid
        rgba(151,177,198,.15);

    border-left:
        3px solid #ff6418;

    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            rgba(12,27,41,.97),
            rgba(8,20,30,.97)
        );

    box-shadow:
        0 16px 36px
        rgba(0,0,0,.16)
}

.fa851-cost-story small{
    display:block;
    margin-bottom:8px;

    color:#ff8a4a;

    font-size:10px;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase
}

.fa851-cost-story p{
    max-width:90ch;
    margin:0;

    color:#e2e9ef;

    font-size:15px;
    line-height:1.75
}

.fa851-cost-story strong{
    color:#fff
}

.fa851-cost-note{
    margin-top:10px;

    color:#879aa9;

    font-size:11px;
    line-height:1.5
}

/*
 * Geen losse kosten-dashboardblokken wanneer
 * het natuurlijke verhaal aanwezig is.
 */
body.fa851-cost-story-active
:where(
    .trip-costs-grid,
    .fa26-cost-grid,
    .fa26-cost-cards,
    .cost-cards,
    .cost-grid
){
    display:none!important
}
