/* youjia_province 省份今日油价页 */
.youjia-page-title { font-size: 1.5rem; font-weight: 700; color: #1a1a1a; text-align: center; margin: 0 0 16px; }
.youjia-latest-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.youjia-latest-item { background: #f6f9ff; border: 1px solid #e3ecfa; border-radius: 8px; padding: 10px 18px; text-align: center; min-width: 120px; }
.youjia-latest-name { display: block; font-size: 13px; color: #666; margin-bottom: 4px; }
.youjia-latest-price { font-size: 22px; font-weight: 700; color: #d9363e; }
.youjia-latest-price.yp-down { color: #1ba067; }
.youjia-latest-price em { font-style: normal; font-size: 12px; font-weight: 400; color: #999; margin-left: 2px; }
.youjia-table thead th { color: #28a745; font-weight: 600; white-space: nowrap; }
.youjia-table td { vertical-align: middle; }
.youjia-price { color: #3a4250; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.youjia-price.yp-up { color: #d9363e; }
.youjia-price.yp-down { color: #1ba067; }
.youjia-day-link { color: #2f6fdb; }
.youjia-day-link:hover { text-decoration: underline; }
.youjia-updatetime { color: #999; font-size: 13px; white-space: nowrap; }
@media (max-width: 768px) {
    .youjia-latest-item { min-width: calc(50% - 12px); }
}
