.protected-download-button.button-large {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    background: var(--teal);
    color: var(--white);
    display:flex;
    flex-direction:row;
    column-gap: .4rem;
    justify-content: center;
    align-items: center;
    font-weight:800;
}

.protected-download-button.button-large span.file-extension-label {
    font-size: 15px;
    font-weight: 900;
    color: var(--white);
}

a.protected-download-button svg {
  width: 35px;
  color:#FFF;
  margin-top:.5rem;
}
a.protected-download-button span.filesize {
  font-size: 1rem;
  font-weight: 600;
  margin-top:.3rem;
}

a.protected-download-button.button-small {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    background: var(--teal);
    color: var(--white);
    display:flex;
    flex-direction:row;
    column-gap: .4rem;
    justify-content: center;
    align-items: center;
    font-weight:800;
}

a.protected-download-button.button-small span.file-extension-label {
    font-size: 15px;
    font-weight: 900;
    color: var(--white);
}

a.protected-download-button.button-small svg {
  width: 25px;
  color:#FFF;
  margin-top:.5rem;
}

a.protected-download-button.button-small span.filesize {
  font-size: 1rem;
  font-weight: 600;
  margin-top:.3rem;
}
