/*
Theme Name: MHE
Theme URI:
Author: Metamorphosis
Author URI:
Description: a child theme for Twenty Twenty Five
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: mhe
Tags:
*/

html {
  scroll-behavior: smooth;
}

header.wp-block-template-part,
.portfolio-card,
.single-post .entry-content > .wp-block-jetpack-tiled-gallery {
  box-shadow: -6px -6px 12px #ffffff, 6px 6px 12px rgba(73, 67, 62, 0.2);
}

.portfolio-card,
.single-post .entry-content > .wp-block-jetpack-tiled-gallery {
  padding: 2rem;
}

ol.custom-counter {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

ol.custom-counter li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 3em;
  display: flex;
  align-items: flex-start;
}

ol.custom-counter li::before {
  content: counter(list-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  color: inherit;
}

ol.custom-counter li a {
  text-decoration: none;
}

footer {
  margin-top: 0;
}
