.tracking-form__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
}

.tracking-form__title {
    margin-right: 20px;
    color: #DC0032;
    font-family: 'Pluto Sans DPD', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25.505px; 
}

.tracking-form__text {
    font-size: 12px;
}

.tracking-form__text a {
    color: inherit;
}

.tracking-form form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.tracking-form form input {
    background-color: #ffffff;
    border: 1px solid #CAC4BE;
    color: #808285;
    border-radius: 3px;
    padding: 11.5px 10px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

[data-elementor-type="header"] .tracking-form__wrapper {
    padding: 0 20px;
}

.tracking-form form button {
    background-color: #DC0032;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 11.5px;
}

@media screen and (min-width: 768px) {
    [data-elementor-type="header"] .tracking-form button {
        min-width: 160px;
    }
}