/*! Fataliiseeds FORMAT v1.0.0 | Leximo <hi@leximo.cz> */

/*
  Titles
  ***
*/

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
  margin: 32px 0 16px 0;
  transform: rotate(0.03deg);
  font-weight: 700;
  font-size: 100%;
  color: #28292B;
}
h1, .--like-h1 {
  line-height: 1.25;
  font-size: 36px;
}
h2, .--like-h2 {
  line-height: 1.35;
  font-size: 30px;
}
h3, .--like-h3 {
  line-height: 1.4;
  font-size: 26px;
}
h4, .--like-h4 {
  line-height: 1.45;
  font-size: 20px;
}
h5, .--like-h5 {
  line-height: 1.5;
  font-size: 18px;
}
h6, .--like-h6 {
  line-height: 1.55;
  font-size: 17px;
}

/*
  First
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
  margin-top: 0;
}

/*
  Paragraphs
  ***
*/

p, address {
  margin-bottom: 24px;
  line-height: 1.7;
}
address {
  font-style: normal;
}

/*
  Empty
  ---
*/

p:empty, address:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  margin-bottom: 8px;
  line-height: 1.4;
}
li:last-child {
  margin-bottom: 0;
}
ol > li {
  padding-left: 4px;
}

/*
  Wrappers
  ---
*/

ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul,
ol {
  margin: 16px 0 24px 0;
}
ul {
  margin-left: 18px;
}
ol {
  margin-left: 15px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 12px;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin: 16px 0 32px 0;
  font-size: 15px;
}

/*
  cells
  ---
*/

table th, 
table td {
  vertical-align: top;
  padding: 12px 24px;
  border: 1px solid #DCE2E4;
  line-height: 1.6;
}
table th {
  color: #38332E;
  font-weight: 600;
}

/*
  thead
  ...
*/

table thead th, 
table thead td {
  background-color: #ebf0f1;
  border-color: #d7e0e2;
}

/*
  table
  ---
*/

.table {
  overflow-x: auto;
  margin: 24px 0 34px 0;
}

/*
  TABLE
  ...
*/

.table table {
  margin: 0;
}

/*
  Images
  ***
*/

img, input[type="image"] {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/*
  - align
  ---
*/

img.align-left, 
img.align-right {
  max-width: 40%;
}
img.align-left {
  float: left;
  margin: 6px 32px 24px 0;
}
img.align-right {
  float: right;
  margin: 6px 0 24px 32px;
}
img.align-none, 
img.align-center {
  margin-top: 32px;
  margin-bottom: 32px;
}
.site-main__content img.align-none, 
.site-main__content img.align-center {
  margin-top: 0;
  margin-bottom: 16px;
}
img.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Iframe
  ***
*/

iframe {
  max-width: 100%;
  display: block;
  margin: 32px 0;
}
iframe:first-child {
  margin-top: 7px;
}

/*
  Rules
  ***
*/

hr {
  height: 0;
  margin: 64px 0;
  background-color: transparent;
  border: none;
  border-top: 1px dashed #ABB4C8;
}

/*
  ABBR
  ***
*/

abbr {
  border: none;
  text-decoration: none;
}