.icp-tracking-wrapper { max-width: 800px; margin: 40px auto; font-family: 'Segoe UI', sans-serif; }
.icp-track-form { display: flex; gap: 10px; margin-bottom: 30px; background: #fff; padding: 10px; border-radius: 50px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.icp-track-form input { flex: 1; border: none; padding: 15px 25px; outline: none; border-radius: 50px; font-size: 16px; }
.icp-track-form .icp-btn { border-radius: 50px; padding: 0 40px; }

.icp-tracking-result { background: #fff; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); border: 1px solid #eee; overflow: hidden; }
.icp-result-header { background: #f8f9fa; padding: 25px; border-bottom: 1px solid #eee; }
.icp-header-main { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
.icp-header-main h3 { margin: 0; font-size: 22px; color: #333; }
.icp-badge { background: #0073aa; color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.icp-header-meta { display: flex; gap: 20px; color: #666; font-size: 14px; }

.icp-timeline { padding: 40px; position: relative; }
.icp-timeline::before { content: ''; position: absolute; left: 54px; top: 50px; bottom: 50px; width: 2px; background: #eee; }

.icp-time-item { position: relative; display: flex; gap: 30px; margin-bottom: 40px; z-index: 1; }
.icp-time-item:last-child { margin-bottom: 0; }

.icp-time-icon { width: 30px; height: 30px; background: #fff; border: 2px solid #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ccc; transition: 0.3s; }
.icp-time-icon .dashicons { font-size: 18px; width: 18px; height: 18px; }

.icp-time-item.active .icp-time-icon { border-color: #0073aa; color: #0073aa; box-shadow: 0 0 10px rgba(0,115,170,0.3); }
.icp-time-item.active h4 { color: #0073aa; font-weight: bold; }

.icp-time-content h4 { margin: 0 0 5px 0; font-size: 17px; color: #444; }
.icp-time-date { margin: 0; font-size: 13px; color: #999; }
.icp-time-loc { margin: 5px 0 0 0; font-size: 13px; color: #666; font-weight: 500; }

.icp-error { text-align: center; color: #d63638; padding: 20px; background: #fff0f0; border-radius: 10px; border: 1px solid #ffcfcf; }
