/* Giá Nông Sản — Frontend */
.gns-widget {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    background: #fff;
    font-family: inherit;
    color: #222;
}
.gns-widget .gns-head {
    display: flex; align-items: baseline; justify-content: space-between;
    flex-wrap: wrap; gap: 8px;
    border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 12px;
}
.gns-widget .gns-title {
    margin: 0; font-size: 1.1em; font-weight: 700; color: #2E5D3E;
}
.gns-widget .gns-date {
    font-size: .85em; color: #777;
}
.gns-widget table {
    width: 100%; border-collapse: collapse;
}
.gns-widget table th, .gns-widget table td {
    padding: 8px 10px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: .95em;
}
.gns-widget table th {
    background: #f6f8f5; font-weight: 600; color: #444;
}
.gns-widget table td.gns-price {
    font-weight: 700; color: #d32f2f; font-variant-numeric: tabular-nums;
}
.gns-widget .gns-change.gns-up   { color: #2E7D32; font-weight: 600; }
.gns-widget .gns-change.gns-down { color: #c62828; font-weight: 600; }
.gns-widget .gns-change.gns-zero { color: #999; }
.gns-widget .gns-foot {
    margin-top: 12px; padding-top: 10px; border-top: 1px solid #eee;
    font-size: .8em; color: #888;
}
.gns-widget .gns-foot .gns-src { color: #2E5D3E; font-weight: 600; }

/* Card view */
.gns-widget.gns-card .gns-list {
    list-style: none; margin: 0; padding: 0;
}
.gns-widget.gns-card .gns-list li {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 0; border-bottom: 1px solid #f3f3f3;
}
.gns-widget.gns-card .gns-region { flex: 1; }
.gns-widget.gns-card .gns-price {
    font-weight: 700; color: #d32f2f; font-variant-numeric: tabular-nums;
}

/* Inline */
.gns-inline { display: inline; }
.gns-inline strong { color: #d32f2f; }

.gns-error {
    padding: 10px; background: #fff3e0; color: #e65100; border-radius: 4px; font-size: .9em;
}

@media (max-width: 480px) {
    .gns-widget table th, .gns-widget table td { padding: 6px 4px; font-size: .85em; }
}
