
.css-4a1b304e8a {
    background-color: #F4A484;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;

    width: 114px;
    height: 50px;

    background: #F4A484;
    border-radius: 13px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;

}