/**
 * The following styles get applied in the post editor.
 *
 */

// guide list styles
.guide-list {
    display: flex;
    align-items: center;
    button {
        text-align: left;
    }
}

// guide popup styles
.custom-welcome-guide {
    .post-thumbnail {
        display: flex;
        justify-content: center;
        background-color: #00a0d2;
    }
    img {
        width: 220px;
        height: 220px;
        object-fit: cover;
    }
    .components-modal__header .components-button:hover svg {
        fill: #1e1e1e;
    }
}