/*
Theme Name: Van Winckel
Theme URI: 
Author: Udefine Studio
Author URI: 
Description: A custom theme for Van Winckel Studios.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: van-winckel
Tags: 
*/

/* Section Title Underline */
.wp-block-heading.is-style-title-with-underline,
.wp-block-post-title.is-style-title-with-underline {
  position: relative;
}

.wp-block-heading.is-style-title-with-underline::after,
.wp-block-post-title.is-style-title-with-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30%;
  height: 3px;
  background-color: var(--wp--preset--color--uds-blue);
  border-radius: 2px;
}
