.ian-bubble {
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 0;
}

.ian-dialogue.highlight-outline {
    border-bottom: none !important;
    border-top: 1px solid rgba(255, 193, 7, 0.3) !important;
    border-left: 1px solid rgba(255, 193, 7, 0.3) !important;
    border-right: 1px solid rgba(255, 193, 7, 0.3) !important;
    box-shadow: inset 0 -4px 0 var(--amber), 0 6px 18px rgba(0, 0, 0, 0.08) !important
}

.ian-dialogue::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 48%;
    width: 0px;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 14px solid var(--amber);
}

.ian-photo {
    padding-top: 0;
    margin-top: 0;
}

.ian-photo img {
    width: 120px;
    height: 120px;
}


@media screen and (min-width: 769px) {
    .ian-photo img {
        width: 150px;
        height: 150px;
    }
    
.ian-photo {
    padding-top: 1rem;
}
}