/*
Theme Name: My Twenty Twenty Child Theme for FLB
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Adam Wolf
Author URI: https://adamwolf.org
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.til-group-header {
  display: inline-block;
}

.til-header-link {
  display: inline-block;
}




li.back-to-index {
  margin-left: auto;
}

.back-to-index .meta-icon  {
  font-size: 2.3rem;
}





li.til-index-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.til-index-row-link {
  flex: 2;
}

.til-meta {
        flex: 1;
	align-items: center;
        display: flex;
        color: #6d6d6d;
        flex-wrap: wrap;
        font-size: 1.5rem;
        font-weight: 500;
        list-style: none;
}

.til-index-row li {
        line-height: 27px;
        letter-spacing: -0.016875em;
        /*margin: 1rem 0 0 2rem;*/
        max-width: calc(100% - 2rem);
}

.til-meta a {
        color: inherit;
        text-decoration: none;
}

.til-meta a:focus,
.til-meta a:hover {
        text-decoration: underline;
}

.til-index-row span.meta-wrapper {
	margin-left: 3rem;
        line-height: 27px;
}

.til-meta .meta-icon {
        margin-right: 1rem;
        line-height: 27px;
}

.til-index-row-date .meta-icon svg {
        width: 1.7rem;
        height: 1.8rem;
}

.til-index-row-tags .meta-icon svg {
        width: 1.8rem;
        height: 1.8rem;
}

.til-meta svg * {
        fill: currentColor;
}
