/* limitededition-style.css */

/* Add specific styles related to limited edition features here */

/* Example */
.limited-edition-container {
    border: 2px solid #4CAF50;
    background-color: #e8f5e9;
    padding: 10px;
    border-radius: 5px;
}

.limited-edition-title {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
}

.limited-edition-description {
    font-size: 14px;
    color: #333;
}