.top-article-2 {
	margin-bottom: 18.4px;
}

.top-article-2__item {
	padding: 20px;
	line-height: 1.2;
	margin-bottom: 4px;
	text-align: center;
	background: #bd1824;
        color: white;
}

.top-article-2__item__text {
	color: white;
	text-decoration: none
}

.top-article-2 h2 {
        margin-top: 0;
        padding-top: 0;
	font-weight: 600;
	color: white;
}

.top-article-2__item:hover .top-article-2__item__text__title {
}

@media only screen and (min-width:750px) {
	.top-article-2 {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1%
	}
	.top-article-2__item {
		box-sizing: border-box;
		float: left;
		width: 49%;
		margin-left: 1%
	}
}

.top-article__item__text, .top-article-2__item__text { box-sizing: border-box;
	display: block;
	padding-left: 60px;
	text-decoration: none;
	position: relative;
}

.reference-2 {
    width: 99%;
}

.reference-2 tbody {
	background: #c7c7c6
}

.reference-2 td,
.reference-2 th {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.reference-2 td.reference__title,
.reference-2 th.reference__title {
        height: 3rem;
	color: #fff;
	background: #bd1824;
}

.reference-2 td.reference__obrazek {
        min-width: 10%;
        padding: 0; margin: 0;
	vertical-align: top;
}

.reference-2 td.reference__obrazek img {
        display: block;
        min-width: 150px;
}

.reference-2 td.reference__text,
.reference-2 th.reference__text {
	vertical-align: top;
}

.reference-2 thead th.reference__title {
	background: 0
}

.nabidky__odkaz__lupa { padding: 4px 6px; background: #bd1824; color: white; text-decoration: none; }
.nabidky__odkaz__lupa:hover, .nabidky__odkaz__lupa:focus, .nabidky__odkaz__lupa:active { background: black; }

.nabidky__cervene_odrazky { color: #bd1824; }
.nabidky__cervene_odrazky span { color: black; }


.rating {
  width: 5.625rem;
  height: 1.125rem;
  margin: auto;
  position: relative;
}
.rating--recept--action:hover .rating__score {
  width: 100% !important;
}
.rating__score {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__score svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #bd1824;
}
.rating__score__inner {
  display: flex;
}
.rating__score__background {
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rating__score__background svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #bd1824;
}
.rating__score__background__inner {
  display: flex;
}
.rating-newest {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.25rem 0;
}

@media only screen and (min-width:1000px) {
    .obchodni_nabidky_souvisejici_polozky {
        width: 18.9%!important;
    }
}
@media only screen and (min-width:900px) {
    .obchodni_nabidky_heureka {
        width: 23.9%!important;
    }
}