.tabbed-feature-content__tab-item {
  border: 0;
  background-color: transparent;
  color: var(--color-headline)
}
.tabbed-feature-content__tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 8rem);
  height: 3px;
  transform: translateX(-50%);
  background-color: var(--color-headline)
}
.tabbed-feature-content__panels > div {
  display: none
}
.tabbed-feature-content__panels > div.active {
  display: block
}
.tabbed-feature-content .swiper {
  margin: 0 -3rem
}
.tabbed-feature-content .arrow-button {
  position: absolute;
  z-index: 2;
  top: 4px;
  width: 4rem;
  height: 4rem
}
.tabbed-feature-content .arrow-button:first-of-type {
  left: 3px;
}
.tabbed-feature-content .arrow-button:last-of-type {
  right: 3px;
}
.tabbed-feature-content .config-text .cta__icon {
  color: var(--base-5)
}
.tabbed-feature-content__panels .config-text .cta__icon {
  color: var(--base-1)
}
.table-dotted-pattern::before{
  content: url('~/media/Images/I/inchcape/Corp/interactive/content/tabbed-feature-content/table-dotted-pattern');
  position: absolute;
  right: 10%;
  top: 0%;
}
.table-dotted-pattern{
  position: relative;
}
@media (min-width:992px) {
.tabbed-feature-content .tabbed-feature-clippath{
clip-path: polygon(0 0, 0 100%, calc(100% - 3rem) 100%, 100% calc(100% - 4.5rem), 100% 0);  }
}

@media (min-width:768px) {
  .tabbed-feature-content__tab-item {
    border-left: solid 2px var(--light-25);
    outline: 0;
    outline-offset: -1px
  }
  .tabbed-feature-content__tab-item.active {
    border-left-color: var(--color-headline)
  }
  .tabbed-feature-content__tab-item.active::after {
    display: none
  }
  .tabbed-feature-content__tab-item:focus-within {
    outline: solid 1px var(--light-25)
  }
  .tabbed-feature-content__image {
    min-height: 36.4rem
  }
  .tabbed-feature-content .arrow-button {
    display: none
  }
  .tabbed-feature-content .swiper {
    margin: 0
  }
}
@media (min-width:1200px) {
  .tabbed-feature-content__image {
    min-height: 44.8rem
  }
}

#your-shareholding .tabs__content .expandable-content{
background : var(--base-5);
}

.sustainability-table .expandable-content {
padding: var(--sm-2) 0;
}


/* table css  */

.rte-module .table:not(.sb-unstyled) thead{
  background: var(--base-1);
  font-weight: 700;
}