.elementor-9118 .elementor-element.elementor-element-379623fd{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5c259dd *//* Fundo */
body{
    background:#f5f7fb;
}

/* Card principal */
.gfm-rastreio{
    max-width:1100px;
    margin:auto;
}

/* Caixa da busca */
.gfm-rastreio form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    margin-bottom:35px;
}

/* Campo CPF */
#gfm-cpf{
    width:100%;
    height:58px;
    border-radius:12px;
    border:1px solid #dcdcdc;
    padding:0 20px;
    font-size:17px;
    transition:.3s;
}

#gfm-cpf:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}

/* Botão */
#gfm-buscar{
    margin-top:20px;
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

#gfm-buscar:hover{
    background:#0b5ed7;
    transform:translateY(-2px);
}

/* Card do pedido */
.gfm-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    margin-top:30px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

/* Cabeçalho */

.gfm-header{

    font-size:34px;

    font-weight:700;

    color:#16355d;

    border-bottom:1px solid #ececec;

    padding-bottom:20px;

    margin-bottom:30px;

}

/* Colunas */

.gfm-body{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

}

.gfm-col{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.gfm-col strong{

    display:block;

    color:#16355d;

    font-size:15px;

    margin-bottom:3px;

}

.gfm-col hr{

    border:none;

    border-top:1px solid #ececec;

    margin:10px 0;

}

.gfm-col ul{

    margin:0;

    padding-left:20px;

}

.gfm-col li{

    margin-bottom:8px;

}

/* Responsivo */

@media(max-width:768px){

.gfm-body{

grid-template-columns:1fr;

gap:30px;

}

.gfm-header{

font-size:26px;

}

}/* End custom CSS */