/*
Theme Name: Lektory child
Template: twentytwentyfive
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: Child template override for specific post types of the Lectory data. Proudly based on Timber framework.
Version: 0.1
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: Timber
*/
.container {
  max-width: 90%;
  margin: 0 auto;
}
.container .row {
  display: flex;
}
.container .row .col-3 {
  width: calc(100% / 12 * 3);
}
.container .row .col-9 {
  width: calc(100% / 12 * 9);
}
.container .meta {
  margin-bottom: 1rem;
}
.container span.title {
  font-weight: bold;
  color: darkmagenta;
}
