.h2-title-dashboard {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -5%;
    color: #9E6D19;
    margin-block-start: 0 !important;
    margin-block-end: 33px !important;
}

.break-word {
    word-break: break-word;
}

.rmi-dashboard-page {
    p {
        margin-block-start: 0;
        margin-block-end: 0;
    }

    a {
        color: black;
    }

    a:active {
        color: black;
    }

    a:visited {
        color: black;
    }
}

.ws-nowrap {
    white-space: nowrap;
}

.link-no-deco {
    a {

        color: black;
        text-decoration: none;
    }
}

.white-link {
    a {
        color: white !important;
    }
}

.wp-block-list {
    padding-inline-start: 30px;
}


.border-padding-button {
    border: 1px solid black;
    border-radius: 10px;
    padding-left: 18px;
    padding-right: 18px;
    width: fit-content;
}