@import url("./_navs.css");
@import url("./_detailpage.css");

.searchbar-input {
  height: 100%;
}

.suggestion-box {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 300px;
  z-index: 1000;
}

.suggestion-item {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
}

.suggestion-item:hover {
  background: #f0f0f0;
}

/* PAGE LIST */
.update .page-list p {
  margin-bottom: 0;
}

/*
.update .page-list .ce_text h3 {
  font-size: unset;
  line-height: unset;
  margin: 0;
}
  */

.update .page-list a {
  position: relative;
  display: flex;
  column-gap: 15px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 18px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.update .page-list a:hover {
  background-color: #f8eaf3;
  color: #b51469;
  text-decoration: none;
}

.update .page-list a::after {
  content: "\e900";
  font-family: "betanet" !important;
  margin-left: auto;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .update .page-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  .update .page-list .mod_article {
    grid-column: 1 / -1;
  }

  .update .page-list .ce_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  .update .page-list h2 {
    width: 100%;
    grid-column: 1 / -1;
  }
}

.mod_betanet_search {
  .content-text {
    margin-bottom: 5.5rem;
  }
}
