.new-description {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 32px 0; /* under pagination, aligned with product grid */
    padding: clamp(14px, 2.5vw, 24px) clamp(16px, 3vw, 24px);
    background: var(--card, #ffffff);
    border-radius: clamp(12px, 2vw, 20px);
    font-family: Arial, sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.65;
    color: var(--muted, #333);
    box-shadow: var(--shadow, 0 2px 0 rgba(0,0,0,0.02));
    max-height: 515px;
}

.new-description p {
    margin: 0 0 clamp(10px, 2vw, 16px) 0;
}

.new-description p:last-child {
    margin-bottom: 0;
}

/* Remove top gap for H2 inside the description block */
.new-description h2 {
    margin-top: 0;
}
