/* Order Tracking Styling - Suffix 23c7098c */

.ot-form-container-23c7098c {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2.5rem;
    background: #ffffff;
    border: 2px solid #0d141a;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(13, 20, 26, 0.15);
}

.ot-form-23c7098c {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ot-form-group-23c7098c {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ot-form-group-23c7098c label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #0d141a;
}

.ot-form-group-23c7098c input {
    padding: 0.75rem 1rem;
    border: 1px solid #8c929c;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

.ot-form-group-23c7098c input:focus {
    border-color: #0d141a;
}

.ot-btn-submit-23c7098c {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #ffffff;
    padding: 0.85rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.ot-btn-submit-23c7098c:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Status Timeline Results */
.ot-status-container-23c7098c {
    max-width: 600px;
    margin: 3rem auto;
    padding: 3rem;
    background: #ffffff;
    border: 2px solid #0d141a;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(13, 20, 26, 0.15);
}

.ot-status-title-23c7098c {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0d141a;
    margin-bottom: 0.25rem;
}

.ot-status-meta-23c7098c {
    font-size: 0.95rem;
    color: #7a7a7a;
    margin-bottom: 2.5rem;
}

.ot-timeline-23c7098c {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    margin-bottom: 3rem;
}

.ot-timeline-23c7098c::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #eaeaea;
    z-index: 1;
}

.ot-timeline-step-23c7098c {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.ot-step-icon-23c7098c {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaeaea;
    color: #7a7a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #eaeaea;
    transition: background-color 0.3s, color 0.3s;
}

.ot-step-label-23c7098c h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #7a7a7a;
}

.ot-step-label-23c7098c p {
    margin: 0;
    font-size: 0.9rem;
    color: #a495fd4;
}

/* Active Step Styling */
.ot-timeline-step-23c7098c.is-active-23c7098c .ot-step-icon-23c7098c {
    background: #0d141a;
    color: #ffffff;
    box-shadow: 0 0 0 2px #0d141a;
}

.ot-timeline-step-23c7098c.is-active-23c7098c .ot-step-label-23c7098c h4 {
    color: #0d141a;
}

/* Items List */
.ot-details-23c7098c {
    border-top: 1px solid #eaeaea;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.ot-details-23c7098c h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0d141a;
}

.ot-items-list-23c7098c {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ot-items-list-23c7098c li {
    font-size: 1rem;
    color: #54595f;
    display: flex;
    justify-content: space-between;
}

.ot-btn-back-23c7098c {
    display: inline-block;
    color: #0d141a;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.95rem;
}

.ot-error-23c7098c {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem auto;
    max-width: 500px;
    text-align: center;
}
