#elta-tracking-form {
    position: relative;
}

#elta-tracking-form .elta-tracking-input,
#elta-tracking-form .elta-tracking-submit {
    width: 100%;
    text-align: center;
    border: 0;
    margin: 0;
}

.elta-tracking-loading-svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 80%);
    pointer-events: none;
}

.entry-content img {
    max-height: 100%;
}

#elta-tracking-form.loading .elta-tracking-loading-svg {
    display: flex;
}

.elta-tracking-results h4 {
    text-align: center;
    margin-bottom: 12px;
}

.elta-tracking-results table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.elta-tracking-results th,
.elta-tracking-results td {
    padding: 8px;
    vertical-align: top;
    border: 0px;
    border-top: 1px solid rgb(40 48 61 / 25%);
    font-size: 16px;
}