.entry-buy {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 9px;
    cursor: pointer;
    user-select: none;
}
.entry-buy button {
    transition: background-color 0.3s ease;
    background-color: #2f2f2f;
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 3px;
}
.entry-buy:hover button{
    background-color: #d69a12;
}