.rastreio-wrapper {
    padding-top: 60px;
}

.rastreio-etapas {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.rastreio-etapa {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    position: relative;
}

.rastreio-etapa:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 30px;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #ECECEC;
}

.rastreio-etapa-marcador {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ECECEC;
    z-index: 1;
}

.rastreio-etapa-label {
    font-size: 14px;
    font-weight: 600;
    color: #b8bfca;
}

.rastreio-etapa-ativa .rastreio-etapa-marcador {
    background-color: #0DA414;
}

.rastreio-etapa-ativa .rastreio-etapa-label {
    color: #0a2540;
}

.rastreio-etapa-ativa:not(:last-child)::before {
    background-color: #0DA414;
}

.rastreio-codigo-box {
    background-color: #F5F7FA;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 28px;
}

.rastreio-codigo-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #697386;
    margin-bottom: 6px;
}

.rastreio-codigo-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.rastreio-codigo-linha strong {
    font-size: 16px;
    color: #0a2540;
    letter-spacing: 0.02em;
    word-break: break-all;
}

.rastreio-botao-correios {
    margin-top: 14px;
    justify-content: center;
}

.rastreio-itens {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rastreio-itens li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;
    font-size: 14px;
}

.rastreio-itens li:last-child {
    border-bottom: none;
}

.rastreio-item-nome {
    color: #0a2540;
    font-weight: 600;
}

.rastreio-item-tamanho {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #697386;
}

.rastreio-item-qtd {
    flex: 0 0 auto;
    color: #697386;
}
