/* Extra small devices (phones, 600px and down) */
@media (max-height: 300px) and (orientation: landscape) {
    .center-section {
        width: 60%;
    }

    .top-row {
        display: contents;
    }

    .left-section,
    .right-section {
        padding: 0.25rem;
        font-size: 0.7rem;
        display: flex;
        flex-direction: column;
        width: 20%;
        z-index: 2;
    }

    .right-section {
        order: 3;
    }

    /* UI for small screens */

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

    .avatar-container {
        background-color: #333;
        border-radius: 3px;
        padding: 2px;
        margin: 3px;
    }

    .avatar-thumb {
        width: 100%;
        height: 72px;
        background-size: 72px auto;
        background-position: center top;
        background-repeat: no-repeat;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 4px;
    }

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

    .label {
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.3rem;
        letter-spacing: 0.5px;
    }

    .cUI-bottom-buttons {
        height: unset;
        margin-top: auto;
        display: flex;
    }

    .cUI-bottom-buttons button {
        flex: 1;
        font-size: 0.6rem;
        padding: 0.1rem;
        margin: unset;
    }

    .bottom-buttons {
        display: none;
    }

    .pager {
        display: flex;
        justify-content: space-between;
        gap: 0.25rem;
        width: 90%;
        z-index: 1;
    }

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

}