/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* tar bort engelska dekorations-citat */
.wp-block-quote:before,
blockquote:before {
    content: "" !important;
}
/* Grundlayout för blockquote */
.wp-block-quote {
    position: relative;
    padding: 2rem 2rem;
    margin: 2rem 0;
    border-left: 4px solid #781010; /* matchar rubrikfärgen på sidan */
    background: #faf7f7; /* subtil bakgrund som passar designen */
}