.pte-fixture-details h2 {
  font-weight: bold;
  margin: 0 0 20px;
}

.pte-fixture-downloads .pte-fixture-btn {
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.pte-fixture-downloads .pte-fixture-pdf-btn {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 20px;
  min-width: calc(20% - 40px);
  justify-content: flex-start;
}
.pte-fixture-downloads .pte-fixture-pdf-btn i {
  color: var(--e-global-color-primary);
  font-size: 2.5rem;
}
.pte-fixture-downloads .pte-fixture-menus-list {
  margin: 30px 0 10px;
}
.pte-fixture-downloads .pte-fixture-menus-list h4 {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  text-decoration: underline;
  color: var(--e-global-color-text);
  font-size: 1rem;
  margin: 0 0 10px;
}