/**
 * Theme Name: Maho Kono Theme
 * Description: Blocksy Child theme
 * Author: Christian Mohr
 * Template: blocksy
 * Text Domain: blocksy
 */


 .sub-menu li[class*=current-menu-]>a {
  background-color: transparent !important;
}

.sub-menu li:hover>.ct-menu-link, .sub-menu li:hover>.ct-menu-link {
  background-color: var(--dropdown-background-hover-color, rgba(255, 255, 255, 0.03)) !important;
}

.stk-block-carousel__button {
  color: #fff !important;
}

.wp-block-stackable-carousel figure .stk-img-wrapper {
    width: auto;
    max-height: 75vh;
    max-height: 80svh;
    aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {
    .wp-block-stackable-carousel figure .stk-img-wrapper {
      padding-top: 100%;
      height: 0;
      position: relative;
      overflow: hidden;
    }
  }

.wp-block-stackable-carousel figure .stk-img-wrapper img {
    max-width: 100%;
  }

  @supports not (aspect-ratio: 1 / 1) {
    .wp-block-stackable-carousel figure .stk-img-wrapper img {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: auto;
      max-width: 100%;
      height: auto;
    }
  }

  @media screen and (max-width: 768px) {
    .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center .stk-block-carousel__slider {
        width: 100% !important;
    }
}

table td, table td * {
  vertical-align: top;
}

.wp-block-table td:first-child {
  white-space: nowrap;
}