.wp-block-file {
    background-color: var(--healththeme-background-color, #e5e5e5);
    color: lightgrey;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;


}

.wp-block-file__button {
    background-color: var(--systemoun-strong-color, #19744C);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
}

.wp-block-file__button:hover {
    filter: brightness(0.9);
    color: #ffffff;
}

.wp-block-file>a {
    font-weight: 500;
    margin-left: 10px;
    font-weight: 500;
    font-display: 'Manrope', sans-serif;
    font-weight: 500;
    text-decoration: none;

    &:first-child {
        max-width: unset;
        width: 100%;
        flex: 1;
    }
}


