/* Vehicle Tracking Public Styles */
.tracking-panel {
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

.intro-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.result-box {
    background: #f8f9fa;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.status-label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.panel-heading {
    background-color: #2c3e50 !important;
    color: white !important;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .col-md-8.offset-md-2 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .input-group .btn {
        font-size: 14px;
    }
}
