.product-page {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.product-photo img {
    max-width: 100%;
    border-radius: 10px;
}

.subscription-plans, .addons-checklist {
    margin-top: 20px;
}

.subscription-plan, .addon {
    margin-bottom: 10px;
}

button.choose-plan, button[type="submit"] {
    background-color: #D44745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

button.choose-plan:hover, button[type="submit"]:hover {
    background-color: #005a87;
}
