
.wprm-recipe-template-snippet-summary {
    border-style: solid; /* wprm_border_style type=border */
	border-width: 0px; /* wprm_border_width type=size */
    border-color: #aaaaaa; /* wprm_border type=color */
    border-radius: 5px; /* wprm_border_radius type=size */
    background-color: #ededed; /* wprm_background type=color */

    font-family: inherit; /* wprm_font_family type=font */
    font-size: 0.9em; /* wprm_font_size type=font_size */
    color: #333333; /* wprm_text_color type=color */
    text-align: left;
    margin-top: 0px; /* wprm_margin_top type=size */
    margin-bottom: 15px; /* wprm_margin_bottom type=size */

    display: flex;
    justify-content: space-between;
}

.wprm-recipe-snippet-summary-container {
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wprm-recipe-snippet-summary-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wprm-recipe-template-snippet-summary .wprm-recipe-image {
    padding: 10px; /* wprm_image_margin type=size */
    flex-shrink: 0;
}

@media all and (max-width: 640px) {
	.wprm-recipe-template-snippet-summary {
        flex-wrap: wrap-reverse;
        text-align: center;
    }
    .wprm-recipe-template-snippet-summary .wprm-recipe-image {
        margin: 0 auto;
        flex-shrink: 1;
    }
    .wprm-recipe-snippet-summary-actions {
        display: block;
    }
}