﻿.g-blog__container {
  margin-left: 10px; }

.sidebarInfoBlog {
  font-weight: 100; }

.g-article-item-footer {
  display: none; }

.g-clanek-precist {
  padding-left: 2em;
  padding-right: 2em; }

.g-clanek-nazev {
  color: #2c57bf;
  font-weight: bold;
  text-decoration: none; }

.g-clanek-nazev:hover {
  text-decoration: underline;
  cursor: pointer; }

div.g-clanek-obsah .js-mkdOutput p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

div.g-clanek-obsah .js-mkdOutput h1 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; }

div.g-clanek-obsah .js-mkdOutput,
div.g-clanek-obsah .js-mkdOutput * {
  display: inline; }

.g-clanek-obsah {
  padding-top: 0.25rem;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.g-clanek-patka {
  margin-block-end: 0.3em; }

.g-clanek-dat_od {
  font-size: small;
  font-weight: 300;
  line-height: 1.6em;
  color: grey; }

.g-clanek-new {
  font-size: small;
  font-weight: bold;
  color: red;
  font-family: Arial; }

.g-titulek {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  /* padding-bottom: 0.125rem;*/
  /*font-size: 0.8125rem;*/
  color: #707070;
  text-align: left;
  border-bottom: 1px solid #707070; }
