/* Checkout Content Frontend Styles */
.jl-cart-wrapper .trending-checkout-content {
    margin: 0 0 20px 0;
    padding: 0;
}

.trending-checkout-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.trending-checkout-content-body {
    color: #555;
    line-height: 1.6;
}

.trending-checkout-content-body p {
    margin-bottom: 15px;
}

.trending-checkout-content-body p:last-child {
    margin-bottom: 0;
}

.trending-checkout-content-body ul,
.trending-checkout-content-body ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.trending-checkout-content-body ul:last-child,
.trending-checkout-content-body ol:last-child {
    margin-bottom: 0;
}

.trending-checkout-content-body li {
    margin-bottom: 8px;
}

.trending-checkout-content-body li:last-child {
    margin-bottom: 0;
}

.trending-checkout-content-body a {
    color: #0073aa;
    text-decoration: underline;
}

.trending-checkout-content-body a:hover {
    color: #005177;
}

.trending-checkout-content-body strong {
    font-weight: 600;
}

.trending-checkout-content-body em {
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .jl-cart-wrapper .trending-checkout-content {
        margin: 0 0 15px 0;
    }
    
    .trending-checkout-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .trending-checkout-content-body {
        font-size: 14px;
    }
    
    .trending-checkout-content-body ul,
    .trending-checkout-content-body ol {
        padding-left: 15px;
    }
}
