/*!
 * 
 * wpnew
 * 
 * @author kaige
 * @version 0.1.0
 * @link MIT
 * @license MIT
 * 
 * Copyright (c) 2026 kaige
 * 
 * This software is released under the MIT License
 * https://opensource.org/licenses/MIT
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
@media (min-width: 320px) {
.container {
    width: 100%;
}
}

@media (max-width: 992px) {
.show-desktop {
    display: none;
}
}
.menu > li {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border-top: 4px solid #fff;
}
.menu > li:hover {
  border-top-color: #2794ff;
}

.buy-link {
  padding: 8px 0;
}
.buy-link > h5 {
  font-weight: bolder;
  text-size: 14px !important;
  margin-bottom: 8px;
}
.buy-link > p {
  text-size: 12px !important;
  font-weight: bold;
}
.menu-bottom {
  color: #555;
  padding: 4px 0 0;
}
.menu-bottom p {
  text-size: 10px !important;
}

* {
  -webkit-overflow-scrolling: touch;
}
.svg {
  fill: none;
  stroke: #777;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.dna-bottom {
  width: 100%;
}
.share-image {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
.dna-bottom {
    display: none;
}
}
@media (min-width: 365px) and (max-width: 575px) {
.xs-w-1\/3 {
    width: 33.333333% !important;
}
}

.men-line {
  line-height: 0;
  margin-bottom: 10px;
  height: 14px;
}

.links a {
  color: #0086ff;
  font-weight: 500;
}
.links h1 {
  font-size: 18px;
  font-weight: bolder;
  font-family: 'DINCond-Black';
}

.line-middle {
  left: 50%;
  border-width: .5px;
  width: 0;
}
.w-50 {
  width: 50%;
}
.dot-center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.line-center {
  left: 50%;
  height: 100%;
  border-width: .5px;
  width: 0;
  border-color: #eee;
}
.title-middle {
  left: 50%;
}
.dot-middle {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.icon-middle {
  left: 50%;
  transform: translateX(-50%);
}

.ancestry-content > p:first-child {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 1rem 0;
}

.header-image {
  background-size: cover;
  position: relative;
}
.y-50 {
  transform: translateY(-50%);
}

.header-image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tree-container .node {
  fill: grey !important;
}
.tree-container .link {
  stroke-width: 1px !important;
  fill: transparent !important;
  stroke: #b8c2cc !important;
}

.tree-node-item-enter,
.tree-node-item-leave-to {
  transition-timing-function: ease-in-out;
  transition: transform .3s;
  opacity: 0;
}
.tree-node-item-enter-active,
.tree-node-item-leave-active {
  transition-timing-function: ease-in-out;
  transition: all .3s;
}
.tree-container {
  position: relative;
  overflow: hidden;
}
.tree-container .vue-tree {
  position: relative;
}
.tree-container>svg,
.tree-container .dom-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  transform-origin: 0 50%;
}
.tree-container .dom-container {
  z-index: 1;
}
.node-slot {
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  transition: all .8s;
  transition-timing-function: ease-in-out;
}

.node {
  background-color: #f8fafc;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  border-style: solid;
  display: flex;
  align-items: flex-end;
  border-color: #6cb2eb;
  border-width: 1px;
}
.node.collapsed {
  border-color: #1c3d5a;
  border-width: 2px;
}
.node.mine {
  border-color: #f60;
  border-width: 2px;
}
.node.mine .node_text {
  color: #f60;
}
.node_text {
  font-size: .875rem;
  flex: 1 1 0%;
  font-family: DINCond-Black;
  line-height: 1;
  padding-right: .5rem;
  color: #999;
  white-space: nowrap;
}
.node_number {
  color: #777;
  font-size: .5rem;
}
.btn-icon {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 0;
  border-radius: 4px;
}

.yellow-corner {
  width: 0;
  height: 0;
  border-top: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid #ffcf00;
  border-left: 8px solid #ffcf00;
}

.v--modal-overlay {
  background: #eee;
}

.v--modal-overlay {
  background: #eee;
}


/*# sourceMappingURL=index-b3f1e851.css.map*/