.error-message {
    color: #dc3545;
    margin-bottom: 15px;
    text-align: center;
}
.form-floating textarea {
    height: 200px;
    resize: none;
}
.delivery-form .form-floating {
    margin-bottom: 1rem;
}
.price-range {
    width: 100%;
    margin: 1rem 0;
}
.price-value {
    font-weight: bold;
    margin-left: 1rem;
}
.contact-form .form-floating textarea {
    height: 200px;
    resize: none;
}
.timeline {
    position: relative;
    padding-left: 1.5rem;
}
.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid #4b5563;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #4b5563;
}
.timeline-item.active::before {
    background: #0d6efd;
}
img{
    object-fit: cover;
}
.message-container {
    background-color: #2a3038;
    border-radius: 5px;
    padding: 20px;
}
.message-header {
    border-bottom: 1px solid #3c4652;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.message-content {
    white-space: pre-wrap;
    line-height: 1.6;
}
.compose-form .form-floating textarea {
    height: 300px;
    resize: none;
}