/* ==========================================================================
   MAESTRO MAMAN - MASCOT STYLES (STATIC & CLEAN DISPLAY)
   Character: Friendly Teacher Conductor with Red Ponytail Hair & White Sweater
   ========================================================================== */

.maestro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 12px;
}

.maestro-avatar-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maestro-image-avatar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
}

.maestro-image-avatar img {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

.maestro-speech-bubble {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 0.88rem;
    color: #0F172A;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.maestro-speech-bubble p {
    margin: 0;
    line-height: 1.45;
}
