/* Aumentar o logo */
img[src*="logo-help"] {
    height: 4rem !important; /* Aumenta para h-16 equivalente */
    width: auto !important;
}

/* Colocar o e-mail dentro do quadrado e ajustar tamanho */
.text-orange-600.text-lg.font-semibold {
    font-size: 1rem !important; /* text-base */
    word-break: break-all !important;
}

.px-6:has(.text-orange-600) {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    text-align: center !important;
}
