@media (max-width: 300px) and (orientation: portrait) {

    .avatar-container {
        display: block;
        align-items: center;
        background-color: #1c1b1a;
        border-radius: 2px;
        padding: 1px;
        margin: unset;
    }

    .avatar-thumb {
        display: none;
    }

    .cUI {
        margin-top: auto;
        background-color: #55331c;
        border-radius: 3px;
        width: 100%;
        padding: 3px;
    }

    .cUI-bottom-buttons {
        display: none;
    }

    .bar {
        width: 100%;
        height: 0.6rem;
        background-color: #1a1a1a;
        border: 1px solid #444;
        border-radius: 4px;
        overflow: hidden;
        margin: 0.1rem 0;
    }

    .bar-inner.hp {
        background: #bb0a1e;
        height: 100%;
    }

    .bar-inner.mana {
        background: #1fbfff;
        height: 100%;
    }

    .pager button {
        font-size: 0.7rem;
    }

    /* new styles */
    .bottom-buttons {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .bottom-buttons button {
        font-size: 0.8rem;
        padding: 0.1rem;
    }

}