/*
Theme Name: Beaumont Child
Theme URI: https://andersnoren.se/teman/beaumont-wordpress-theme/
Template: beaumont
Author: Anders Norén
Author URI: https://andersnoren.se
Description: Beaumont is a simple block theme for your words. It includes a handful of block patterns to help you create beautiful layouts, ten different theme styles to choose from, and seven different layouts for the blog archive. Demo: https://andersnoren.se/themes/beaumont/
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,sticky-post,threaded-comments,translation-ready,block-styles,wide-blocks,full-site-editing
Version: 0.1.8.1670522244
Updated: 2022-12-08 19:57:24

*/

.book-cover img, img.book-cover {
    border-radius: 15px;
}

.wp-block-media-text__media.is-stacked-on-mobile img{
	margin-bottom: 24px;
}

mark {
	background-color: #fff7b4;
}
h1, h2, h3 {
	font-weight: 300;
}

.mehrcontainer{
  max-width:140px;
	margin-top: 5px;
}
.amazonbutton{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border:1px solid #b79033;
  background:linear-gradient( #fde7ae,#f3c451);
  text-decoration: none;
}
.amazonbutton:hover{
  background:linear-gradient( #ffdb80,#efb528);
}
.amazonbutton img{
  max-height:14px;
}
.amazonbutton span{
  font-family: Helvetica, sans-serif;
  line-height:24px;
  margin-left:10px;
  font-size: 13px;
  color:black;
}