/* Custom styles for Cobreloa Assistant */

/* Force splash and header logo sizes */
img[src*="logo.png"],
.cl-splash-logo,
#chat-logo {
    max-height: 70px !important;
    max-width: 70px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Adjusting the splash screen title area */
.cl-splash-title {
    font-size: 1.5rem !important;
    color: #ff6600 !important;
    /* Cobreloa Orange */
}