/* Pequenos ajustes por cima do Bootstrap - o grosso do visual vem do Bootstrap padrão */

.pix-box {
    background: #eafaf0;
    border: 1px dashed #198754;
    border-radius: .5rem;
    padding: 1.2rem;
    text-align: center;
}
.pix-chave {
    font-weight: 700;
    font-size: 1.15em;
    background: #fff;
    padding: .4rem .8rem;
    border-radius: .375rem;
    display: inline-block;
    margin: .5rem 0;
}

.time-card {
    background: #f8f9fa;
    border-radius: .5rem;
    padding: 1rem;
    height: 100%;
}
.time-card h3 {
    font-size: 1rem;
    color: #146238;
    margin-bottom: .5rem;
}
