/*!
Theme Name: blask
Theme URI: http://underscores.me/
Author: Nick Developer
Author URI: https://n-developer.ru/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blask
*/

.single-dates {
   list-style: none;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   column-gap: 0.625rem;
   row-gap: 0.5rem;
   margin-bottom: 1.375rem;
}
.single-dates li {
   font-size: 1.125rem;
   line-height: calc(20 / 18);
   padding-right: 0.625rem;
   border-right: 1px solid rgba(248, 247, 246, 0.2);
   display: flex;
   align-items: center;
   column-gap: 0.25rem;
   font-weight: 600;
   color: rgba(248, 247, 246, 0.45);
}
@media (max-width: 991px) {
   .single-dates li {
      font-size: 1rem;
   }
}
.single-dates li:last-child {
   padding-right: 0;
   border-right: 0;
}