/* Custom styles for incoming delivery design */
.max-w-md { 
    max-width: 28rem; 
}

.rounded-xl { 
    border-radius: 0.75rem; 
}

.bg-blue-50 { 
    background-color: #eff6ff; 
}

.text-gray-600 { 
    color: #4b5563; 
}

.text-gray-700 { 
    color: #374151; 
}

.text-gray-800 { 
    color: #1f2937; 
}

.text-gray-400 { 
    color: #9ca3af; 
}

.space-y-1 > * + * { 
    margin-top: 0.25rem; 
}

.space-y-2 > * + * { 
    margin-top: 0.5rem; 
}

.rounded-md { 
    border-radius: 0.375rem; 
}

.rounded-2xl { 
    border-radius: 1rem; 
}

.rounded-full { 
    border-radius: 9999px; 
}

.shadow-sm { 
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); 
}

.shadow-md { 
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); 
}

.shadow-inner { 
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); 
}

.bg-gray-100 { 
    background-color: #f3f4f6; 
}

.text-blue-600 { 
    color: #2563eb; 
}

.border-black { 
    border-color: #000000 !important; 
    border-style: solid !important;
}

.border-2 {
    border-width: 2px !important;
}

.red-dot {
    width: 5px;
    height: 5px;
}
