.media-file {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.media-file a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-decoration: none;
    color: var(--wp--preset--color--custom-color-1);
    transition: color, scale 0.3s ease;
    font-size: 20px;
    font-weight: bold;
}

.media-file a:hover {
    color: var(--wp--preset--color--custom-color-5);
    scale: 1.05;
}
