.plp-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.plp-button {
    display: block;
    background-color: #312783;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 30px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.plp-button:hover {
    background-color: transparent;
    color: #312783;
    border: 2px solid #312783;
    border-radius: 15px;
}
