/**
 * Diary
 * -----------------------------------------------------------------------------
 */

.sji-transition-journey #sji-draw-canvas canvas {
    width: 512px;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sji-goal-journey #sji-draw-canvas canvas {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


body .sji-diary-posts .elementor-post__thumbnail {
    background: #4B4E53;
}

body .sji-diary-posts .elementor-post__thumbnail img {
    width: 250px !important;
    max-width: 100% !important;
    margin: 0 auto;
}
