.buttons-inner-container{display:flex;gap:20px;flex-wrap:wrap}.buttons a.button{--icon-image: url(./download-white.svg);display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:8px}.buttons a.button:hover,button.a.button:focus{box-shadow:2px 2px 4px #0003}.buttons a.button:active{box-shadow:2px 2px 4px #0003;border-color:#fff}.buttons a.button:disabled{border-color:#c4c4c4;background-color:#c4c4c4}.buttons a.button.button--icon-left{padding-inline:.9em}.buttons a.button.button--icon-left:before{content:"";display:inline-block;width:1.2em;height:1.2em;background-image:var(--icon-image);background-size:contain;background-position:center;background-repeat:no-repeat}.buttons a.button.button--icon-right{padding-inline:.9em}.buttons a.button.button--icon-right:after{content:"";display:inline-block;width:1.2em;height:1.2em;background-image:var(--icon-image);background-size:contain;background-position:center;background-repeat:no-repeat}.buttons a.button.button--secondary{--icon-image: url(./download-black.svg);background-color:transparent;color:#221718}.buttons a.button.button--secondary:hover,button.a.button.button--secondary:focus,button.a.button.button--secondary:active{--icon-image: url(./download-white.svg);background-color:#221718;color:#fff}.buttons a.button.button--tertiary{--icon-image: url(./download-black.svg);border-radius:0;background-color:transparent;color:#221718;padding:0;border:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.buttons a.button.button--tertiary:hover,button.a.button.button--tertiary:focus,button.a.button.button--tertiary:active{box-shadow:none}.buttons a.button.button--tertiary:disabled{--icon-image: url(./download-grey.svg);background-color:transparent;color:#c4c4c4}
