.agriculture-price-wrapper {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px 0;
}

.agriculture-price-wrapper h3 {
    margin-top: 0;
    color: #27ae60;
    border-bottom: 2px solid #27ae60;
    padding-bottom: 10px;
}

.agriculture-category {
    margin-bottom: 25px;
}

.agriculture-category h4 {
    color: #27ae60;
    margin-bottom: 10px;
    font-size: 16px;
}

.agriculture-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.agriculture-item:hover {
    background: #f8f9fa;
}

.product-name {
    font-weight: 600;
    color: #333;
}

.product-price {
    font-size: 16px;
    color: #27ae60;
    font-weight: bold;
}

.price-change {
    font-size: 14px;
    margin-left: 10px;
}

.price-change.up {
    color: #27ae60;
}

.price-change.up::before {
    content: '↑ ';
}

.price-change.down {
    color: #e74c3c;
}

.price-change.down::before {
    content: '↓ ';
}

.agriculture-price-table-wrapper {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px 0;
}

.agriculture-price-table {
    width: 100%;
    border-collapse: collapse;
}

.agriculture-price-table th {
    background: #27ae60;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: bold;
}

.agriculture-price-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.agriculture-price-table tr:hover {
    background: #f8f9fa;
}

.agriculture-price-table .category-row {
    background: #ecf0f1;
}

.agriculture-price-table .category-row td {
    font-weight: bold;
    color: #27ae60;
}

.agriculture-price-table .up {
    color: #27ae60;
}

.agriculture-price-table .down {
    color: #e74c3c;
}

.update-time {
    text-align: right;
    color: #999;
    font-size: 12px;
    margin-top: 15px;
    font-style: italic;
}

.rice-price {
    font-weight: bold;
    color: #27ae60;
}
