@use "../../../../../styles/abstracts/variables" as * ;

.overview {
    h1{
        font-weight: 500;
        color: $col-white;
        font-size: .9rem;
        opacity: .9;
    }
    p{
        font-size: .82rem; 
        opacity: .85;
        padding-top: .4rem;
        font-weight: 400 !important;
        line-height: 1.7;
    }

    h4{
        color: $col-white;
        padding-top: 1.5rem;
        font-size: .8rem;
    }

    &--note {
        margin-top: .5rem;
        display: flex;
        gap: 10px;
        border-radius: 6px;
        background: rgba(255, 140, 66, 0.1);
        border: 1px solid #FF8C42;
        color: #FF8C42 !important;
        padding: 1rem 1.2rem;
        align-items: flex-start;
        margin-bottom: 1.5rem;

        h6{
            font-size: 1rem;
        }

        p{
            opacity: .8;
            line-height: 1.8;
            font-size: .78rem;
            color: #FF8C42 !important;
            padding-top: 0 !important;
            font-weight: 400 !important;
        }
    }
}