.order-tracker-tile__content{background-color:#333;display:flex;flex-direction:column;padding:16px;gap:10px;top:51px}
.order-tracker-tile__content .order-tracker-tile__form{display:flex;flex-direction:row;align-items:flex-start}
.order-tracker-tile__content .order-tracker-tile__cta{max-width:100%;align-self:flex-end;padding:16px 32px 16px 32px;height:58px;width:215px;border-radius:4px;border:1px solid #000;gap:10px;text-transform:none;background:#fff}
.order-tracker-tile__content .order-tracker-tile__cta:hover{background:#e6e6e6;border:1px solid #8b8b8b;color:#000;box-shadow:0 4px 4px rgba(128,127,131,0.3)}
.order-tracker-tile__content .order-tracker-tile__title{max-width:100%;color:#f5f5f5;margin:0 0 15px 0}
.order-tracker-tile__content .order-tracker-tile__input{background-color:#f5f5f5;border-radius:4px;font:inherit;color:currentColor;border:1px solid #b1b1b1;flex-grow:1;vertical-align:middle;width:100%;max-width:100%;margin-right:20px;padding:16px;gap:10px;height:58px;box-shadow:none}
.order-tracker-tile__content .order-tracker-tile__input:hover{background:#f5f5f5;border:1px solid #545454;color:#545454;box-shadow:0 4px 4px rgba(128,127,131,0.3)}
.order-tracker-tile__content .order-tracker-tile__input:focus{background:#e6e6e6;border:1px solid #545454;color:currentColor}
@media screen and (max-width:720px){.order-tracker-tile__content .order-tracker-tile__form{flex-direction:column}
.order-tracker-tile__content .order-tracker-tile__cta{width:100%}
.order-tracker-tile__content .order-tracker-tile__input{margin-bottom:16px}
}