/*
Theme Name: Medazin
Theme URI: https://www.nayrathemes.com/medazin-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Medazin health & medical WordPress theme. It has come with predefined Sections, Which helps you to build your own professional medical website. Medazin based on in-depth research into hospital, clinic, dentist, dermatology, dental, cosmetology, plastic surgery, laser surgery, dietitian, chiropractic, rehab, pharmacy, veterinary or any medical business. View the demo of Medazin Pro https://www.nayrathemes.com/demo/pro/?theme=medazin
Version: 5.2
Tested up to: 6.4
Requires PHP: 5.6
Requires at least:  4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
slug: medazin
Text Domain: medazin
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 2em;
	width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wp-block-details summary { 
	font-weight: 600;
}

.wp-block-verse {
	padding: 10px;
}

.wp-block-calendar .wp-calendar-nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
	padding-bottom: 0.625rem;
}

.wp-block-details summary {
	font-weight: 600;
	padding: 10px;
}

a.wc-block-grid__product-link {
	text-decoration: none;
}

.wp-block-latest-posts__post-author {
	font-size: 1.7rem;
 	font-weight: 600;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
	color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
  margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
	color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
    text-decoration: none;
}

.wp-block-details summary {
	font-weight: 600;
}

.wp-block-group.has-black-border-color {
	border-color: #333 !important;
}

.widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
	text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
	letter-spacing: 0.2px;
	border: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
	color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}
.prenotazione {
  display: grid; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 8fr 4fr; 
  gap: 0px 2%; 
}
.testo { grid-area: 1 / 1 / 2 / 2; }
.modulo { grid-area: 1 / 2 / 2 / 3; }