/*
Theme Name: HOLLY
Theme URI: #
Description: Requires the GHOST.
Text Domain: holly
Version: N/A
*/
.wp-block-group *:first-child {
  margin-top: unset;
}
.wp-block-group *:last-child {
  margin-bottom: unset;
}

.btn {
  white-space: nowrap;
}

#site-navbar .nav-navbar .nav .nav-item a {
  --bs-nav-link-font-weight: bold;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
}
#site-navbar .nav-navbar .nav .nav-item a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

#post-author .post-author-icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
/* WordPress: Very narrow screens
screen and (max-width: 400px) */
/* slut: WordPress: Very narrow screens 400px */
/* Bootstrap sm */
/* slut: sm 576px */
/* WordPress: Smartphone
screen and (max-width: 600px) */
/* slut: WordPress: Smartphone 600px */
/* Bootstrap md */
/* slut: Bootstrap md 768px */
/* WordPress: Large screens
screen and (max-width: 782px) */
/* slut: WordPress: Large screens 782px */
/* Bootstrap lg */
/* slut: Bootstrap lg 992px */
/* Bootstrap xl */
/* slut: Bootstrap xl 1200px */
/* Bootstrap xxl */
/* slut: Bootstrap xxl 14000px *//*# sourceMappingURL=style.css.map */