/* Logo HUT RI — assets/img/LOGO.png */
.app-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.app-logo--sm {
    max-height: 48px;
}

.app-logo--md {
    max-height: 72px;
}

.app-logo--lg {
    max-height: 112px;
    max-width: min(480px, 92vw);
}

.app-brand {
    text-align: center;
}

.app-brand .app-logo {
    margin-left: auto;
    margin-right: auto;
}

.app-brand--row {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.app-brand--row .app-brand-text h1,
.app-brand--row .app-brand-text .brand-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
}

.app-brand--row .app-brand-text p {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: #555;
}

body.is-iframe .app-brand-bar {
    display: none !important;
}
