.elementor-1639 .elementor-element.elementor-element-054f4de{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-3e53cca *//* ===== Estilo da Página de Rastreio ===== */
.rastreio-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Título */
.rastreio-container h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

/* Campo de rastreio */
.rastreio-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rastreio-form input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s ease;
}

.rastreio-form input[type="text"]:focus {
    border-color: #f25c05;
}

/* Botão rastrear */
.rastreio-form button,
.rastreio-form input[type="submit"] {
    background: #f25c05;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.rastreio-form button:hover,
.rastreio-form input[type="submit"]:hover {
    background: #d94d04;
}

/* Mensagem de status */
.rastreio-status {
    font-size: 0.95rem;
    color: #555;
    margin-top: 10px;
}

/* Link Correios */
.rastreio-container a {
    color: #0073aa;
    text-decoration: none;
}

.rastreio-container a:hover {
    text-decoration: underline;
}

/* Responsividade */
@media (max-width: 600px) {
    .rastreio-form {
        flex-direction: column;
    }
    .rastreio-form button,
    .rastreio-form input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */