/*
Theme Name:Lightning child
Theme URI:
Description:Lightning child
Template:lightning
Author:yaichi-kaitai.com
Author URI:https://yaichi-kaitai.com/
Version: 15.32.1
*/

.news section {
  display: flex;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.news section * {
  padding: 0;
  margin: 0;
}
.news section time {
  display: block;
  width: 8em;
}
.news section .post_title {
  width: calc(100% - 8em);
}
.news section .post_title a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.news section .post_title a:hover {
  text-decoration: underline;
}


