
.fake-print-button {
    margin-top: 4rem;
    display: grid;
    justify-items: center;
    gap: .5em;
    position: relative;
}

.fake-print-button::before {display: block;content: '';width: 93%;height: 1px;background: var(--grey-mid-light);outline: 1px solid white;position: absolute;top: -1.5rem;}