.single-template{
	padding-top: 50px;
}

.single-template h5 {
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 25px;
}
.lista-z-naglowkiem h5 {
	background: #EDF3F6;
	color: #0A5A88;
}

.cennik h5{
	background-color: #0A5A88;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 25px;
}
.cennik, .lista-z-naglowkiem {
	margin-bottom: 20px;
	margin-top: 10px;
}
.cennik .wp-block-group__inner-container,.lista-z-naglowkiem .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cennik .wp-block-table {
	width: 100%;
}

.cennik .wp-block-table td:last-child {
	text-align: right;
	color: #0A5A88;
	font-size: 20px;
	font-weight: bold;
	min-width: 80px;
}
.cennik tbody tr:nth-child(even) {
	background-color: #EDF3F6;
}
.lista-z-naglowkiem ul{
	margin-left: 10px;
}
.lista-z-naglowkiem li {
	list-style-type: none;
	position: relative;
	font-weight: 400;
}
 .lista-z-naglowkiem li:before {
 	content: '\002D';
	font-size: 12px;
    font-weight: bold;
	color: #0A5A88;
  	padding-right: 5px;
}
.single-template h3 {
	font-size: 35px;
	position: relative;
	color: #0A5A88;
	font-weight: 500;
	padding-bottom: 24px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}
.single-lekarze h3:after {
	content: '';
	width: 200px;
	height: 3px;
	max-width: 100%;

	background-color: #FF690D;
	position: absolute;
	bottom: 0;
}

.single-template h4 {
	font-size: 24px;
	color: #0A5A88;
}
.single-template .is-style-circle-mask {
	width: 300px;
	height: 300px;
	margin: 30px auto;
	max-width: 100%;
	position: relative;
}
.single-template .is-style-circle-mask img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.single-doctor .entry-content a {
	height: 350px;
}