article.node--type-blog .content .field {
    float: none;
    margin: 0 auto;
}
article.node--type-blog {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    color: inherit;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0.4rem;
    contain: paint;
}
article.node--type-blog .content .field.field--name-field-hlavni-obrazek {
    justify-self: center;
	margin: 0;
}
article.node--type-blog .content .field.field--name-field-hlavni-obrazek img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}
article.node--type-blog .content {
    display: block;
}
body.page-node-type-blog header.wrapper {
	background-color: var(--bs-soft-primary) !important;
}
body.page-node-type-blog section.wrapper.bg-light.title-wrapper {
	background-color: var(--bs-soft-primary) !important;
}
body.page-node-type-blog section > div[class*="container"]:not([class*="space-"]) {
    padding-bottom: 10rem !important;
}
body.page-node-type-blog article.node--type-blog {
    margin-top: -7rem !important;
    margin-bottom: 6rem !important;
}
.text-wrap {
    padding: 30px 30px 12px;
}
.text-wrap .date-create {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    color: hsl(220 12% 60% / 1);
    font-weight: 700;
}
.flex-row-views .view-content {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.flex-col {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
img.image-style-blog {
    max-width: 100%;
    height: auto;
}
.wrap-text-views {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    color: inherit;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0.4rem;
    contain: paint;
	height: 100%;
}
.wrap-obsah {
    padding: 12px 15px;
}
.wrap-text-views-nadpis a {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    color: #ea526c;
    position: relative;
}
.wrap-text-views-nadpis a:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ea526c;
    top: 100%;
    left: 0;
    pointer-events: none;
	content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.wrap-text-views-nadpis a:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.wrap-text-views-datum {
    font-size: 16px;
    margin-bottom: 5px;
    color: hsl(220 12% 60% / 1);
    font-weight: 700;
}
p.wrap-btn {
    display: flex;
    column-gap: 15px;
}
@media (min-width: 768px) {
	.flex-col-2, .flex-col-3, .flex-col-4 {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.flex-col-3 {
		width: 33.33333333%;
	}  
}
@media (min-width: 1200px) {
	.flex-col-4 {
		width: 25%;
	}
}
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
