
/*!*---------------------------------------*/
/*   SUGGESTED ACTIONS STYLES              */
/*-----------------------------------------*!*/

    .suggested-actions-list {
        margin: -8px;
    }

    .suggested-actions-item {
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .suggested-actions-card {
        height: 100%;
        border-radius: 8px;
        border: none;
        color: #02191C;
        background: linear-gradient(180deg, rgba(255, 144, 0, 30%) 0%, rgba(255, 85, 0, 30%) 100%), linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D7E8E5, #D7E8E5);
    }

    .suggested-actions-card.successful {
        background: linear-gradient(180deg, rgba(112, 182, 89, 30%) 0%, rgba(89, 182, 159, 30%) 100%), linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D7E8E5, #D7E8E5);
    }

    .suggested-actions-card-body {
        padding: 20px;
    }

    .suggested-actions-card-title {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 24px;
        color: #1F3319B2;
    }

    .suggested-actions-card-subtitle {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 8px;
        color: #1F3319;
    }

    .suggested-actions-card-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #1F3319CC;
    }



