/* support */

.popular-posts ul.wpp-list {
    list-style-type: none;
    padding-right: 2vw;
}

.support-doc a {
    border: 1px solid #666;
    border-radius: 16px;
    padding: 4px 8px;
    margin: 0 2px;
    color: #333;
}
.support-doc a:hover {
    background: #0073c7;
    color: white;
    border: 1px solid #0073c7;
}

.support-topic {
  position: relative;
  overflow: hidden;
}

.support-topic a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}

.support-topic .uagb-layout-grid .wp-block-uagb-container[class*="uagb-block-"]:hover {
    box-shadow: 2px 4px 7px #ccc;
    background: rgba(123,219,255,.1);
}


/* support - topics */

.widget.popular-posts {
    width: 960px;
  max-width: 96%;
    margin-bottom: 4rem;
}

.widget.popular-posts h2{
    text-align: center;
}

.widget.popular-posts ul {
  list-style-type: none;
}

.wpp-list li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/media/icon-faq-question.svg) no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 0.4rem;
}

.wpp-list li {
    border-bottom: 1px solid var(--line);
    padding-bottom: 0;
    margin-bottom: 0;
}

.wpp-list li a {
    display: block;
    color: black;
    padding: 1.2rem .8rem;
    font-size: 1.04rem;
    margin-left: 1.6em;
    text-indent: -1.6em;
    text-decoration: none;
}

.wpp-list li a:hover {
    color: var(--orange);
}

.wpp-list li:hover {
    background: var(--gray-light);
    border: 1px solid var(--orange);
}




/* FAQ */

.faq-topbar a {
    padding: 1rem 0;
}

/* search and Category List */

.mdc-card.post-card {
  border-radius: 12px;
  border: 1px solid #ccc;
}

a.mdc-card__link:hover {
  color: var(--orange);
  text-decoration: underline;
}

.mdc-card.post-card time {
  display: none;
}

.post-card .mdc-card__media img {
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}


/* information sheet list page */

.wp-block-uagb-team {
    border: 1px #999 solid;
    border-radius: 8px;
    height: 160px;
    padding: 2rem 1.2rem 0;
}

.doc-page h4 {
    font-size: 1.24rem;
    font-weight: 500;
}

.doc-page p.uagb-team__desc {
    font-size: 13px;
    padding-bottom: 1rem;
}


/* Ajax Search Lite form */

#content .probox {
  display: flex;
  align-items: center;
  min-height: 48px;
    
}

#content .proinput {
  flex: 1;
  display: flex;
  align-items: center;
}

.proinput form {
  width: 100%;
  display: flex;
  align-items: center;
    
}

#content .proinput input[type="search"],
#content .proinput input.orig,
#content .proinput input.autocomplete {
  height: 100% !important;
  line-height: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  font-size: 1.06rem !important;
}





/* 404 */

.error-404 {
    text-align: center;
    margin-bottom: 8rem;
}



