.affx-product-block {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.affx-product-image img {
    max-width: 100%;
    height: auto;
}

.affx-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #21759b;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.affx-button:hover {
    background-color: #1a5a7a;
}