/**
 * @file
 * Google Custom Search results styles
 */

.gsc-control-cse, .gsc-search-box {
  font-family: open sans,sans-serif;
  table, tbody, td, tr {
    border: 0;
  }
  .gsc-table-result {
    font-family: open sans,sans-serif;
    font-size: 14px !important;
  }
}

button.gsc-search-button {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #004c97;
  border: 2px solid #ABCAE9;
  border-color:#ABCAE9;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  min-width: 119.77px;
  min-height: 36px;
  font-family: 'open_sans_condensedbold',Helvetica,Arial,sans-serif;
  font-weight: normal;
  padding: 0.6rem 4rem;
  vertical-align: top;
  -webkit-appearance: none;

  &:hover {
    background-color: #15214d;
    border-color: #15214d;
    text-decoration: none;
  }

  svg {
    display:none;
  }
}

.gs-result {
  .gs-title {
    text-decoration: none !important;
    font-family: open sans,sans-serif;
    &:hover {
      text-decoration: underline !important;
      * {
        text-decoration: none !important;
        font-family: open sans,sans-serif;
      }
    }
    * {
      text-decoration: none !important;
      font-family: open sans,sans-serif;
    }
  }

}


.gs-promotion-table {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.gsc-webResult.gsc-result.gsc-promotion {
  border: 1px solid #E8E8E8 !important;
  border-top: 2px solid #E8E8E8 !important;
}

.gs-promotion-image-box {
  width: 60px !important;

  img.gs-promotion-image {
    max-width: 60px !important;
    width: 60px !important;
  }
}

.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
  padding:0 !important;
}