.hpt-product {
    margin-bottom: 20px;
}
.hpt-toggle {
    cursor: pointer;
    color: #0073aa;
}
.hpt-toggle:hover {
    text-decoration: underline;
}
.hpt-content {
    display: block;
}
.hpt-hidden {
    display: none;
}
.hpt-overview {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.hpt-edit-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}
.hpt-edit-link:hover {
    text-decoration: underline;
}
.hpt-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.hpt-table th, .hpt-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
@media (max-width: 600px) {
    .hpt-table {
        font-size: 12px;
    }
    canvas {
        max-width: 100%;
    }
}
.hpt-row { margin-bottom: 10px; display: flex; align-items: center; }
.hpt-row input, .hpt-row select { margin-right: 10px; }

/* Eksisterende CSS ... */
#hpt-scrape-result {
    margin-top: 10px;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ddd;
}
.hpt-shop-row { margin-bottom: 10px; display: flex; align-items: center; }
.hpt-shop-row input { margin-right: 10px; }