.next-match {
    position:relative;
    z-index:100;
    }
    .lightning {
    position:absolute;
    transform:translate(-100px, -80px);
    display:inline-block;
    }
    .bar-end img {
     max-height:100%;
    }

  .phone-footer {
    position:relative;
    display:inline-block;
    transform:scale(2);
  }
    
    .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color, .has-background):hover, a.wp-block-button__link.wp-element-button:hover {
        background-color: #FEC707;
        color: #222;
    }
    
    .wp-block-tiptip-hyperlink-group-block {
     text-decoration: none;
    }
    details {
      border-radius:0.5rem;
    }
    details > summary {
      font-weight:600;
      font-size:1.5em;
    }


/* table-defaults */

.nevobotable {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem;
}

.nevobotable th,
.nevobotable td {
  padding: 0.25rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.nevobotable th {
  padding: 0.25 0.5rem;
}

.nevobotable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
  border-bottom: 0;
  text-align: left;
}

.nevobotable tbody+tbody {
  border-top: 2px solid #eceeef;
  border-top:0;
}

.nevobotable .table {
  background-color: #fff;
}
