/* ===============================
   APP CONTAINER
================================ */

.page-content {
    width: 100%;
}


/* ===============================
   SECTION
================================ */

.section {

    margin-top: 24px;

}


/* ===== BONUS CHIP ===== */

.bonus-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 4px 10px;

    background: #F3F3F3;
    border-radius: 10px;

    height: 32px;
}

.bonus-icon {
    width: 24px;
    height: 24px;
}

.bonus-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.app-header {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
}


.container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.page {
    display: flex;
    flex-direction: column;
    gap: 20px; /* расстояние между блоками */
}
