.deeps-product-info-wrapper {
    margin: 30px 0;
    clear: both;
}

.deeps-product-info-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.deeps-product-info-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.deeps-product-info-section h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.deeps-section-content {
    line-height: 1.7;
}

.deeps-section-content p {
    margin: 0 0 1em 0;
}

.deeps-section-content p:last-child {
    margin-bottom: 0;
}

.deeps-section-content ul,
.deeps-section-content ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.deeps-section-content li {
    margin-bottom: 0.5em;
}

.deeps-section-content a {
    text-decoration: underline;
}

.deeps-section-content strong {
    font-weight: 600;
}

/* Intro message - always visible above dropdowns */
.deeps-intro-message {
    margin-bottom: 20px;
    line-height: 1.6;
}

.deeps-intro-message p {
    margin: 0 0 0.5em 0;
}

.deeps-intro-message p:last-child {
    margin-bottom: 0;
}

/* Product info dropdown links - no color change on hover */
.productInfoLink a.productInfo,
.productInfoLink a.productInfo:hover,
.productInfoLink a.productInfo:focus,
.productInfoLink a.productInfo:active,
.productInfoLink a.productInfo.collapsed,
.productInfoLink a.productInfo.collapsed:hover,
.productInfoLink a.productInfo.collapsed:focus,
.productInfoLink a.productInfo.collapsed:active {
    color: inherit !important;
    text-decoration: none !important;
}

