/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 08:00:14 */
.promotion-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.promotion-container p strong {
    color: #a58432 !important;
    font-weight: 800 !IMPORTANT;
}

.tijdelijk-coupon {
    text-align: left;
}

.right-aligned {
    text-align: right;
}

/* Optional: Style for the coupon code to indicate it's clickable */
.coupon-top {
    cursor: pointer;
    color: #007bff; /* Bootstrap blue for link-like appearance */
    user-select: none; /* Prevents text selection */
}
