/* Created by Content Blocks */
.download-button {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    border: 1px solid var(--color-black-25);
    padding: 0.8rem 1rem;
    font-weight: 700;
}

.download-button__type-icon {
    height: 30px;
    width: 30px;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.download-button__download-icon {
    margin-left: auto;
    width: 20px;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
