Additional Cost Placeholder ($1) Discount
Original price was: $1.00.$0.65Current price is: $0.65.
Description
Additional Cost Placeholder ($1)
.quantity-adjustment-message {
max-width: 600px;
margin: 20px auto;
padding: 15px;
font-family: ‘Helvetica Neue’, Arial, sans-serif;
background-color: #f9f9f9; /* Light background for visibility */
border: 1px solid #ccc; /* Subtle border */
border-radius: 8px; /* Rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
color: #333; /* Text color for readability */
}
.quantity-adjustment-message ul {
padding-left: 20px; /* Indentation for list items */
}
.quantity-adjustment-message p {
margin-bottom: 10px; /* Spacing between paragraphs */
line-height: 1.5; /* Improved line height for readability */
}
/* Responsive design adjustments */
@media (max-width: 600px) {
.quantity-adjustment-message {
padding: 10px; /* Adjust padding for smaller screens */
}
}