p.link-field {
    display: flex;
    background: white;
    padding: 10px;
    word-break: break-all;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

p.link-field:active {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

p.link-field:hover {
    background: #eaeaea;
}
