.ot-track__form {
    background: #fff;
    border-radius: 100px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 36px;
    max-width: 526px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #ebebeb;
    box-shadow: 0px 0px 10px #ebebeb;
}

.ot-track__form .ot-form-control {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #F8F9FA;
    color: #495057;
    display: block;
    padding: 16px 24px;
    padding-right: 200px;
    border-radius: 100px;
    border: 1px solid #E9ECEF;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.ot-track__form .ot-btn {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px 32px;
    border-radius: 30px;
}

.ot-track__form .ot-btn-primary:focus, .ot-track__form .ot-btn-primary:hover {
    border-color: #00224D;
    background: #00224D;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ot-track__form .ot-btn-primary {
    background-color: #FF204E;
    color: #fff;
}

.order-info {
    padding: 20px;
    background: rgba(255, 32, 78, 0.05);
    border-radius: 10px;
}

.order-info p {
    font-size: 14px;
    margin-bottom: 5px;
}

.tracking-timeline { list-style:none; padding-left:0; }
.tracking-timeline li {
    padding: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #FF204E;
    background: rgba(255, 32, 78, 0.05);
    border-radius: 4px;
}

.tracking-timeline li .status {
    color: #FF204E;
    font-weight: bold;
}

.tracking-timeline li .time {
    font-size: 12px;
    color: #666;
}

.tracking__wrapper, .tracking__item {
    background: rgba(255, 32, 78, 0.05);
    padding: 30px;
    border-radius: 12px;
    max-width: 800px;
    margin-top: 15px;
}

.tracking__date {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 10px;
    background: #fff;
    color: #FF204E;
    border: 2px solid rgba(255, 32, 78, 0.3);
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 30px;
}

.tracking__item-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    height: 100%;
    gap: 12px;
}

.tracking__item-time {
    font-size: 14px;
    line-height: 18px;
    color: #FF204E;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    width: 65px;
    display: block;
}

.tracking__item-status-dot {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #FF204E;
}

.tracking__item-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: calc(100% + 50px);
    background: #FF204E;
    position: relative;
    top: -50px;
    z-index: -1;
}

.tracking__item-title {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    margin-bottom: 0;
}