/* Contextual Dr Honey coaching illustrations for the student interface. */

.hm-dr-honey-guide {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 12px rgba(35, 49, 67, 0.18));
}

.hm-dr-honey-session-frame {
    display: flex;
    min-height: 210px;
    align-items: flex-end;
    justify-content: center;
}

.hm-dr-honey-guide--session {
    max-height: 220px;
}

.hm-dr-honey-guide--goal {
    max-height: 210px;
    margin: 0 auto 0.75rem;
}

.hm-dr-honey-guide--feedback {
    max-width: min(260px, 72vw);
    max-height: 250px;
    margin: 1.25rem auto;
}

.hm-dr-honey-guide--completion {
    max-width: min(180px, 54vw);
    max-height: 145px;
    margin: 0.75rem auto 0;
}

.hm-mode-setup-guide {
    position: absolute;
    top: 112px;
    right: 76px;
    display: flex;
    width: min(240px, 24%);
    min-height: 250px;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.hm-mode-setup-guide .hm-dr-honey-guide {
    max-height: 260px;
}

.hm-dr-honey-info-guide {
    display: flex;
    min-height: 118px;
    margin: -0.25rem 0 0.35rem;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hm-dr-honey-info-guide .hm-dr-honey-guide {
    max-width: 150px;
    max-height: 128px;
    filter: drop-shadow(0 7px 8px rgba(35, 49, 67, 0.16));
}

.hm-dr-honey-info-guide--wide .hm-dr-honey-guide {
    max-width: 230px;
    max-height: 118px;
}

.info-panel-content > .hm-dr-honey-info-guide + h3 {
    margin-top: 0.25rem;
}

.hm-dr-honey-empty-guide {
    max-width: min(300px, 78vw);
    max-height: 190px;
    margin: 0 auto 0.75rem;
}

.hm-my-report-guide {
    max-width: min(300px, 76vw);
    max-height: 155px;
    margin: 0 auto 0.75rem;
}

.hm-parent-report-loading .hm-my-report-guide {
    max-height: 130px;
}

@media (max-width: 768px) {
    .hm-dr-honey-session-frame {
        min-height: 170px;
    }

    .hm-dr-honey-guide--session,
    .hm-dr-honey-guide--goal {
        max-height: 180px;
    }

    .hm-dr-honey-info-guide {
        min-height: 92px;
    }

    .hm-dr-honey-info-guide .hm-dr-honey-guide {
        max-width: 112px;
        max-height: 102px;
    }

    .hm-dr-honey-info-guide--wide .hm-dr-honey-guide {
        max-width: 150px;
        max-height: 92px;
    }

    .hm-dr-honey-empty-guide,
    .hm-my-report-guide {
        max-height: 135px;
    }

    .hm-mode-setup-guide {
        position: static;
        width: 100%;
        min-height: 0;
        margin: 2.75rem auto 0.5rem;
    }

    .hm-mode-setup-guide .hm-dr-honey-guide {
        max-height: 145px;
    }

    .hm-dr-honey-guide--completion {
        max-height: 120px;
    }
}
