ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stock-list #keyfigures {
  margin-top: -30px;
}
.stock-list .year-table {
  text-align: right;
  margin-bottom: 10px;
}
.stock-list .stock-header {
  margin-bottom: 30px;
  text-align: center;
}
.stock-list .tab-buttons li {
  display: inline-block;
  padding: 5px 10px;
  color: initial;
  text-transform: capitalize;
}
.stock-list .tab-buttons li a {
  padding: 5px;
  font-size: 24px;
  font-weight: 500;
}
.stock-list .tab-buttons li a span:after {
  width: 0;
}
.stock-list .tab-buttons li a:active,
.stock-list .tab-buttons li a:focus,
.stock-list .tab-buttons li a:hover {
  text-decoration: none;
}
.stock-list .tab-buttons li a:active span:after,
.stock-list .tab-buttons li a:focus span:after,
.stock-list .tab-buttons li a:hover span:after {
  width: 100%;
}
.stock-list .tab-buttons li.active a {
  color: #ab821c;
}
.stock-list .tab-buttons li.active a span {
  line-height: 1.1;
  /*font-weight: 500;*/
}
.stock-list .tab-buttons li.active a span:after {
  width: 100%;
}
.stock-list .report-content .report-items li {
  float: left;
  width: 100%;
}
.stock-list .report-content .report-items li .report {
  padding: 0 15px 20px;
  margin: 0 0 20px;
  border-bottom: solid 1px #d2d2d2;
  position: relative;
}
.stock-list .report-content .report-items li .report .download {
  padding-top: 37px;
  background: url("/media/1087/icon-download.png") 50% 0 no-repeat;
  display: block;
  width: 60px;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  left: auto;
  right: 15px;
  height: 55px;
  top: -3px;
}
.stock-list .report-content .report-items li .report a:link {
  -webkit-tap-highlight-color: #999;
}
.stock-list .report-content .report-items li .report .info {
  padding-right: 75px;
  padding-left: 50px;
  background: url("/media/1088/icon-pdf.png") no-repeat 0 2px;
  min-height: 52px;
}
.stock-list .report-content .report-items li .report .info .title {
  margin-bottom: 4px;
}
.stock-list .report-content .report-items li .report .info .date {
  padding-top: 2px;
}
.stock-list .report-content .report-items li .report .info .date .tag {
  background: #666;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  text-transform: none;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  white-space: nowrap;
  position: relative;
}
.annual-reports-list .report-content .report-items li .report .info {
  padding-top: 15px;
}
.corporate-governance .stock-list .report-content .report-items li .report .info {
  padding-bottom: 25px;
}
:lang(ar) .stock-list .year-table {
  text-align: left;
}
:lang(ar) .stock-list .report-content .report-items li .report .download {
  right: auto;
  left: 15px;
}
:lang(ar) .stock-list .report-content .report-items li .report .info {
  background-position: 100% 2px;
}
.mobile .stock-list .tab-buttons {
  text-align: center;
}
.mobile .stock-list .year-table {
  width: 100%;
  margin: 10px;
}
.mobile .stock-list .year-table .year-box {
  float: right;
}
.mobile .stock-list .report-items .title {
  height: initial;
}
.annual-reports .tab-content .year-table {
  text-align: right;
}
.annual-reports .tab-content .report-items {
  margin-top: 40px;
}
.annual-reports .tab-content .report-items ul.row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.annual-reports .tab-content .report-items ul.row::before,
.annual-reports .tab-content .report-items ul.row::after {
  display: none;
}
.annual-reports .tab-content .report-items ul.row li {
  width: calc(25% - 30px);
  box-shadow: 0 0.4rem 0.6rem 0.4rem rgba(0, 0, 0, 0.25);
}
.annual-reports .tab-content .report-items ul.row li .report {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.annual-reports .tab-content .report-items ul.row li .report .rp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.annual-reports .tab-content .report-items ul.row li .report .rp-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.internal-page-content.annual-reports .custom-heading-title {
  display: none;
}
