.top-meeting-event-content {
  & .wp-block-table {
    width: 100%;
  }
}

.top-main-img {
  & .wp-block-image {
    text-align: center;

    & img {
      margin: auto;
      width: 100%;
      height: 620px;
      object-fit: cover;
      object-position: center;
    }
  }
}

@media screen and (max-width: 767px) {
  .top-main-img {
    & .wp-block-image {
      & img {
        height: 246px;
      }
    }
  }
}

.header-nav {
  justify-content: flex-end;

  & .menu {
    &>li {
      &>a {
        padding: 10px 10px;

        &:hover {
          opacity: 0.7;
        }
      }
    }

    & .menu-item-has-children {
      position: relative;
    }

    & .sub-menu {
      position: absolute;
      top: calc(100% + 7px);
      left: 0;
      background-color: white;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
      border: 1px solid #e5e7eb;
      min-width: 200px;
      z-index: 1000;
      padding: 5px 10px;
      display: none;

      &>li {
        &>a {
          display: block;
          padding: 5px 0;
          color: #337ab7;
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    & .menu {
      &>li {
        &>a {
          display: block;
          padding: 5px 10px;

          &:hover {
            opacity: 0.7;
          }
        }
      }

      & .menu-item-has-children {
        position: relative;
      }

      & .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        box-shadow: none;
        border: none;
        min-width: auto;
        z-index: 1000;
        padding: 5px 10px;
        display: block;

        &>li {
          &>a {
            display: block;
            padding: 5px 10px;
            color: rgb(6 72 116 / var(--tw-text-opacity));
            font-size: 1.24rem;
            line-height: 1.4rem;
          }
        }
      }
    }
  }
}

.sidebar-wrap {
  width: 288px;
}

.footer-menu {
  & li {
    margin-top: 1em;

    & a {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  & .sub-menu {
    margin-left: 1em;
  }
}


.widget-list {
  & .wp-block-heading {
    padding-left: 0.5em;
    border-left: 10px solid rgb(103 185 239);
    border-bottom: 1px solid rgb(103 185 239);
  }

  &.mb-4 {
    margin-bottom: 1rem;
  }

  & .menu {
    margin-bottom: 4rem;

    li {
      position: relative;
      margin-top: 1rem;
      padding-left: 25px;
      background: url(https://s.w.org/images/core/emoji/16.0.1/svg/25b6.svg) no-repeat 0% 7px;
      background-size: 16px;
    }
  }

  & #wp-block-archives-1 {
    width: 100%;
    border: 1px solid #ccc;
  }
}

.wp-block-latest-posts__list {
  margin-bottom: 4rem;

  & li {
    position: relative;
    margin-top: 1rem;
    padding-left: 25px;
    background: url(https://s.w.org/images/core/emoji/16.0.1/svg/25b6.svg) no-repeat 0% 7px;
    background-size: 16px;
  }
}