/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-discount-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 20px 0;
    padding: 16px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-left: 4px solid #f97316;
    border-radius: 10px;
}

.product-discount-info__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.product-discount-info__content {
    flex: 1;
    color: #374151;
    line-height: 1.7;
}

.product-discount-info__content p:last-child {
    margin-bottom: 0;
}

.product-discount-info__content ul,
.product-discount-info__content ol {
    margin: 10px 0 0;
    padding-left: 20px;
}

.product-discount-info__content li {
    margin-bottom: 6px;
}

.product-discount-info__content strong {
    color: #dc2626;
}

.product-discount-info__content a {
    color: #ea580c;
    font-weight: 600;
    text-decoration: none;
}

.product-discount-info__content a:hover {
    text-decoration: underline;
}

.product-discount-info p{
	margin-bottom: 6px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}