/* Shotgun Subscription Frontend CSS */
.shotgun-subscription-product {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.shotgun-subscription-button {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.shotgun-subscription-button:hover {
    background: #0056b3;
}