/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.container, .container-md, .container-sm {
    max-width: none;
    width: 100%;
}

.entry-title--post-type--page,h2:where(:not(.wp-block-post-title)) {
    border-top: 2px solid #25a68b;
 }

.site-footer-title:after,.sub-section-title:after,h3:where(:not(.wp-block-post-title)):after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid　#25a68b;
}