/* Base application styles */

.bread-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    background-color: #f8fafc;
    padding: 0.875rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #fb923c;
}

.supplier-badge {
    display: inline-block;
    background-color: #f8fafc;
    color: #1e293b;
    font-weight: 600;
    padding: 0.375rem 0.875rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #fb923c;
}

.btn-orange {
    padding: 0.5rem 1rem;
    background-color: white;
    color: #4b5563;
    font-weight: 500;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    border-left: 4px solid #f97316;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}
