/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.cmp-linklist .cmp-linklist__list{grid-gap:0 1.5rem;display:grid;grid-template-columns:1fr;list-style:none;margin-bottom:2.5rem}@media screen and (min-width:768px) and (max-width:1023px){.cmp-linklist .cmp-linklist__list{grid-gap:0 1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.cmp-linklist .cmp-linklist__list{grid-template-columns:repeat(3,1fr)}}.cmp-linklist .cmp-linklist__list-item{align-items:center;border-bottom:1px solid #e6e6e6;display:flex}
