/* Seat gear + controls panel (bot level, replace). */
.seat-controls {
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
}
/* Position gear away from the table center for each seat. */
.players .player.player-2 .seat-controls,
.players .player.player-3 .seat-controls { top: -18px; left: 50%; }
.players .player.player-5 .seat-controls,
.players .player.player-6 .seat-controls { top: -18px; left: 50%; transform: rotatez(180deg); }
.players .player.player-1 .seat-controls { top: 50%;  left: -18px; }
.players .player.player-4 .seat-controls { top: 50%;  left: calc(100% + 18px); }

/* Counter-rotate panels so they read upright regardless of seat rotation. */
.players .player.player-1 .seat-controls-panel { transform: rotatez(90deg);  transform-origin: left top; }
.players .player.player-4 .seat-controls-panel { transform: rotatez(-90deg); transform-origin: left top; }
.players .player.player-5 .seat-controls-panel,
.players .player.player-6 .seat-controls-panel { transform: rotatez(180deg); transform-origin: left top; }

.seat-gear {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    opacity: 0.45;
    transition: opacity 0.15s;
    display: block;
    padding: 2px 6px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    user-select: none;
}
.seat-gear:hover { opacity: 1; }
.seat-controls-panel {
    position: absolute;
    top: 16px;
    left: -50px;
    background: rgba(25,25,25,0.97);
    padding: 18px 6px 6px 6px;
    border-radius: 4px;
    min-width: 170px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.6);
    z-index: 101;
}
.seat-controls-panel select,
.seat-controls-panel .replace-seat {
    width: 100%;
    font-size: 11px;
    margin-bottom: 4px;
    color: #000;
}
.seat-controls-panel .replace-seat {
    padding: 3px 4px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0;
}
.preset-row { display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: 4px; }
.preset-btn { font-size: 10px !important; padding: 1px 4px !important; cursor: pointer; }
.knob-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 3px;
    color: #ddd;
    font-size: 10px;
}
.knob-row label { width: 30px; flex-shrink: 0; margin: 0; }
.knob-row input[type=range] { flex: 1; min-width: 0; height: 14px; }
.knob-row span { width: 24px; text-align: right; flex-shrink: 0; }
.knob-row select { flex: 1; font-size: 10px; padding: 0; color: #000; }
.knob-min, .knob-max { width: 10px !important; flex-shrink: 0; font-size: 9px; opacity: 0.6; text-align: center; }
.panel-close { position: absolute; top: 2px; right: 4px; cursor: pointer; font-size: 14px; line-height: 1; color: #aaa; z-index: 1; }
.panel-close:hover { color: #fff; }

/* Bot Guide modal */
.bot-guide-content { background: #2a2a2a; color: #e0e0e0; border: 1px solid #444; }
.bot-guide-content .modal-header { border-bottom: 1px solid #444; }
.bot-guide-content .modal-footer { border-top: 1px solid #444; }
.bot-guide-content .close { color: #fff; opacity: 0.7; text-shadow: none; }
.bot-guide-content .close:hover { opacity: 1; }
.bot-guide-body { font-size: 14px; }
.bot-guide-section {
    color: #6db3f2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
}
.preset-card {
    background: #353535;
    border-left: 3px solid #555;
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 3px;
}
.preset-card.preset-expert { border-left-color: #ffc107; background: #3a3320; }
.preset-name { font-weight: bold; color: #fff; margin-bottom: 3px; }
.preset-badge {
    display: inline-block;
    background: #ffc107;
    color: #222;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 8px;
    margin-left: 6px;
    vertical-align: middle;
}
.preset-desc { color: #bbb; font-size: 13px; line-height: 1.4; }
.knob-doc { margin-bottom: 10px; }
.knob-doc-name { font-weight: bold; color: #6db3f2; font-size: 13px; margin-bottom: 2px; }
.knob-doc-desc { color: #ccc; font-size: 13px; line-height: 1.4; }
.ctrl-doc { color: #ccc; font-size: 13px; padding: 4px 0; line-height: 1.4; }
.ctrl-doc b { color: #fff; }

html,
body {
    background-color: #4b4b4b;
    margin: 0;
    padding: 0;
}

#header {
    height: 30px;
    pointer-events: none;
}

#header a,
#header .badge,
#header button
{
    pointer-events: initial;
}

#header .badge {
    pointer-events: initial;
}

#header-pad {
    padding: 15px;
}

.table-container {
    width: 100vw;
    height: calc(100vh - 200px);
}

#games-list {
    max-height: 500px;
    overflow: auto;
}

.single-container {
    margin-top: 50px;
    max-width: 500px;
}

@font-face {
    font-family: 'RideTheFader-1XKg';
    src: url('/fonts/RideTheFader-1XKg.eot');
    src: url('/fonts/RideTheFader-1XKg.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RidetheFader';
    src: url('/fonts/RidetheFader.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.game-info {
    font-family: 'RidetheFader';
    text-align: center;
    height: 100px;
    width: 180px;
    position: absolute;
    padding: 10px;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
}

.instructions {
    font-family: 'Nunito', sans-serif;
}

.score {
    -webkit-text-stroke: 1px rgba(255,255,255,.2);
    font-size: 40px;
}

.bid, .trump, .bidding-player, .status-text {
    color: rgba(0,0,0,0.35);
    font-weight: bold;
}

.dealer {
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 10;

    width: 20px;
    height: 20px;
    background-image: url('/img/dealer-chip.png');
    background-size: cover;
    border-radius: 100%;
    /*border: 2px white dotted;*/
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    /*background-color: #444;*/
}

.player.player-1 .dealer {
    -webkit-transform: rotatez(90deg);
    transform: rotatez(90deg);
}

.player.player-2 .dealer {
    right: 120px;
}

.player.player-4 .dealer {
    right: 120px;
    -webkit-transform: rotatez(-90deg);
    transform: rotatez(-90deg);
}

.player.player-5 .dealer {
    right: 120px;
    -webkit-transform: rotatez(180deg);
    transform: rotatez(180deg);
}

.player.player-6 .dealer {
    -webkit-transform: rotatez(180deg);
    transform: rotatez(180deg);
}

.playing-card {
    height:120px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    margin-right: 5px;
    border-radius: 5px;
}

.playing-card img {
    height: 100% !important;
    width: auto !important;
}

.playing-card.figures-Spade,
.playing-card.figures-Club {
    color: #515260;
}

.playing-card.figures-Heart,
.playing-card.figures-Diamond {
    color: #EC6E69;
}

.playing-card h1 {
    font-size: 14px;
    text-align: center;
    position: absolute;
    margin: 0;
    font-weight: bold;
}

.playing-card h1:first-child {
    top: 5px;
    left: 5px;
}

.playing-card h1:last-child {
    bottom: 5px;
    right: 5px;
}

.figures {
    width: 20px;
    height: 20px;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/441095/clovers.svg');
    background-size: 40px;
}

.figures.Spade {
    background-position: 0 0;
}

.figures.Diamond {
    background-position: 20px 0;
}

.figures.Club {
    background-position: 20px 20px;
}

.figures.Heart {
    background-position: 0 20px;
}

.card-table {
    width: 800px;
    height: 400px;
    background-color: #4aad4a;
    left: 50%;
    top: calc(55% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 150px;
    position: relative;
    border: 15px solid #a95555;
    box-shadow: 0 0 15px 20px rgba(0,0,0,0.2);
}

.card-table:before {
    content: '';
    border: 7px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 800px;
    height: 400px;
    border-radius: 150px;
    position: absolute;
    top: -15px;
    left: -15px;
}

.card-table:after {
    content: '';
    border: 7px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 770px;
    height: 370px;
    border-radius: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.players {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.players .player {
    position: absolute;
    border-radius: 10px;
}

.players .player .avatar {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    position: relative;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
    z-index: 20;
}

.players .player .avatar:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    border-radius: 100%;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 4px;
}

.players .player .avatar img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    border-radius: 100%;
    margin-top: 4px;
    border: 2px solid #303030;
}

.players .player-1 .avatar img
{
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(90deg);
    transform: translatex(-50%) translatey(-50%) rotatez(90deg);
    margin-top: 0;
    margin-left: 4px;
}

.players .player-4 .avatar img {
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
    transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
    margin-top: 0;
    margin-left: -4px;
}

.players .player-6 .avatar img,
.players .player-5 .avatar img
{
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(-180deg);
    transform: translatex(-50%) translatey(-50%) rotatez(-180deg);
}

.players .player-1 .avatar::after {
    margin-top: 0;
    margin-left: 4px;
}

.players .player-4 .avatar::after {
    margin-top: 0;
    margin-left: -4px;
}

.players .player .name {
    text-align: center;
    width: 100px;
    color: #ffffff;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #272727;
    border: 2px solid #000000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 15px;
    text-overflow: ellipsis;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    top: 80%;
    z-index: 20;
    font-weight: bold;
}

.players .player .name.is-player:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    margin-right: 3px;
    color: yellow;
}

.players .player.player-1 {
    top: 50%;
    left: 0px;
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
    transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
}

.players .player.player-1 .name {
    top: 20%;
    right: 55%;
    -webkit-transform: rotatez(90deg);
    transform: rotatez(90deg);
}

.players .player.player-2 {
    top: 0px;
    left: 30%;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
}

.players .player.player-2 .name {
    top: -35%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.players .player.player-3 {
    top: 0px;
    left: 70%;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
}

.players .player.player-3 .name {
    top: -35%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.players .player.player-4 {
    top: 50%;
    right: 0px;
    -webkit-transform: translatex(50%) translatey(-50%) rotatez(90deg);
    transform: translatex(50%) translatey(-50%) rotatez(90deg);
}

.players .player.player-4 .name {
    top: 20%;
    left: 55%;
    -webkit-transform: rotatez(-90deg);
    transform: rotatez(-90deg);
}

.players .player.player-5 {
    bottom: 0px;
    left: 70%;
    -webkit-transform: translatex(-50%) translatey(50%) rotatez(180deg);
    transform: translatex(-50%) translatey(50%) rotatez(180deg);
}

.players .player.player-5 .name {
    top: -35%;
    -webkit-transform: rotatez(180deg);
    transform: rotatez(180deg);
}

.players .player.player-6 {
    bottom: 0px;
    left: 30%;
    -webkit-transform: translatex(-50%) translatey(50%) rotatez(180deg);
    transform: translatex(-50%) translatey(50%) rotatez(180deg);
}

.players .player.player-6 .name {
    top: -35%;
    -webkit-transform: rotatez(180deg);
    transform: rotatez(180deg);
}

.team-1 .avatar {
    background-color: lightblue;
}

.team-1-score {
    color: lightblue;
}

.team-2 .avatar {
    background-color: lightcoral;
}

.team-2-score {
    color: lightcoral;
}

.blue {
    color: lightblue;
}

.red {
    color: lightcoral;
}

.team-1-bid {
    color: lightblue;
}

.team-2-bid {
    color: #eaa4a4;
}

.player .played-card {
    position: absolute;
    top: 110%;
    left: 11px;
}

.call-suit {
    margin-bottom: -3px;
    display: inline-block;
}

.player.player-1 .played-card .playing-card {
    -webkit-transform: rotatez(90deg);
    transform: rotatez(90deg);
}

.player.player-4 .played-card .playing-card {
    -webkit-transform: rotatez(-90deg);
    transform: rotatez(-90deg);
}

.player.player-5 .played-card .playing-card,
.player.player-6 .played-card .playing-card {
    -webkit-transform: rotatez(180deg);
    transform: rotatez(180deg);
}

.trump .figures {
    display: inline-block;
    vertical-align:middle;
}

#options {
    cursor: pointer;
}

.name.empty {
    font-style: italic;
    cursor: pointer;
    transition: .3s all;
}

.name.switch {
    cursor: pointer;
    transition: .3s all;
}

.name.empty:hover, .name.switch:hover {
    background-color: white;
    color: black;
}

.name.empty::after {
    content: '<empty>';
}

.name.empty:hover::after {
    content: '<Take Seat>';
}

#error-toast {
    opacity: 100%;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

#hand {
    position: fixed;
    bottom: 5px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
    width: 700px;
}

.action-on.team-1 {
    -webkit-animation: glow-blue 1s ease-in-out infinite alternate;
    -moz-animation: glow-blue 1s ease-in-out infinite alternate;
    animation: glow-blue 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow-blue {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #6f8896, 0 0 40px #6f8896, 0 0 50px #6f8896, 0 0 60px #6f8896, 0 0 70px #6f8896;
    }

    to {
        box-shadow: 0 0 20px #fff, 0 0 30px #ADD8E6, 0 0 40px #ADD8E6, 0 0 50px #ADD8E6, 0 0 60px #ADD8E6, 0 0 70px #ADD8E6, 0 0 80px #ADD8E6;
    }
}

.action-on.team-2 {
    -webkit-animation: glow-red 1s ease-in-out infinite alternate;
    -moz-animation: glow-red 1s ease-in-out infinite alternate;
    animation: glow-red 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow-red {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #b95d5d, 0 0 40px #b95d5d, 0 0 50px #b95d5d, 0 0 60px #b95d5d, 0 0 70px #b95d5d;
    }

    to {
        box-shadow: 0 0 20px #fff, 0 0 30px #F08080, 0 0 40px #F08080, 0 0 50px #F08080, 0 0 60px #F08080, 0 0 70px #F08080, 0 0 80px #F08080;
    }
}

.bid-option {
    display: inline-block;
    text-align: center;
    padding-right: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 20px;
    font-size: large;
}

.can-play img {
    cursor: pointer;
    transition: .3s all;
}

.can-play:hover img {
    background-color: #1e7e34;
    box-shadow: 0 0 10px 2px #1e7e34;
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.tricks-taken {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}

.trick-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.team-1-trick {
    background-color: lightblue;
    border: 1px solid #6f8896;
}

.team-2-trick {
    background-color: lightcoral;
    border: 1px solid #b95d5d;
}

.hand-message {
    font-family: 'RidetheFader';
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #2d5b2d;
    background-color: #4aad4a;
    text-align: center;
    margin-bottom: 5px;
}

.user-avatar {
    max-width: 400px;
    max-height: 400px;
    display: block;
}

.avatar-container {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

.avatar-container:after {
    content: "";
    text-align: center;
    padding-top: 6px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-weight: bold;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    border-radius: 100%;
    margin-top: 4px;
    border: 2px solid #303030;
    cursor: pointer;
    transition: all .3s;
    background-color: rgba(0,0,0,0);
}

.avatar-container:hover:after {
    content: "View Profile";
    text-align: center;
    padding-top: 6px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0,.8);
    color: white;
    font-weight: bold;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    border-radius: 100%;
    margin-top: 4px;
    border: 2px solid #303030;
    cursor: pointer;
}

.player-4 .avatar-container:after {
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
    transform: translatex(-50%) translatey(-50%) rotatez(-90deg);
    margin-top: 0;
    margin-left: -4px;
}

.player-1 .avatar-container:after {
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(90deg);
    transform: translatex(-50%) translatey(-50%) rotatez(90deg);
    margin-top: 0;
    margin-left: 4px;
}

.player-5 .avatar-container:after,
.player-6 .avatar-container:after {
    -webkit-transform: translatex(-50%) translatey(-50%) rotatez(-180deg);
    transform: translatex(-50%) translatey(-50%) rotatez(-180deg);
    margin-top: 4px;
}

.profile-info {
    position: absolute;
    width: 300px;
}

.profile-info .close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 100;
}

.main-container {
    margin-top: 50px;
}

.login-card {
    width: 450px;
    height: 300px;
}

.profile-table {
    margin-bottom: 0;
}

.profile-table td {
    padding: .5rem .75rem;
}

.user-level-progress {
    border: 1px solid #b3b7bb;
    position: relative;
}

.user-level {
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    color: black;
}

@media (max-width: 976px) {
    .login-card {
        width: inherit;
        height: inherit;
    }
}

@media (max-width: 885px) {
    .card-table {
        width: 640px;
        height: 320px;
    }

    .card-table:before {
        width: 640px;
        height: 320px;
    }

    .card-table:after {
        width: 616px;
        height: 296px;
    }
}

@media (max-height: 750px) {
    .card-table {
        width: 640px;
        height: 320px;
    }

    .card-table:before {
        width: 640px;
        height: 320px;
    }

    .card-table:after {
        width: 616px;
        height: 296px;
    }

    #hand {
        margin-bottom: -5px;
    }

    .trick-dot {
        height: 10px;
        width: 10px;
    }
}

@media (max-width: 750px) {
    #hand {
        width: 500px;
        margin-left: -250px;
    }

    .hand-card {
        height: 80px;
    }
}

/* ── Phone portrait (width ≤ 480 px) ── */
@media (max-width: 480px) {
    body { overflow-x: hidden; }

    .table-container {
        height: calc(100vh - 155px);
        overflow: visible;
    }

    .card-table {
        width: 800px !important;
        height: 400px !important;
        top: 36% !important;
        transform: translateX(-50%) translateY(-50%) scale(0.43) !important;
    }
    .card-table:before { width: 800px !important; height: 400px !important; top: -15px !important; left: -15px !important; }
    .card-table:after  { width: 770px !important; height: 370px !important; }

    #hand {
        width: 100vw !important;
        left: 0 !important;
        margin-left: 0 !important;
        box-sizing: border-box;
        padding: 0 6px;
        bottom: 2px;
    }

    .cards-in-hand {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
        text-align: left;
    }

    .playing-card { height: 75px !important; }
    .hand-card    { height: 75px !important; }

    .bidding-options {
        white-space: normal !important;
        padding: 4px 6px !important;
    }

    .bid-option {
        padding: 3px 8px !important;
        margin: 2px 2px !important;
        font-size: 13px !important;
    }
}

/* ── Phone landscape (height ≤ 480 px, width > 480 px) ── */
@media (max-height: 480px) and (min-width: 481px) {
    body { overflow: hidden; }

    /* table area: leave 70px at bottom for the hand */
    .table-container {
        height: calc(100vh - 70px) !important;
        overflow: visible;
    }

    .card-table {
        width: 800px !important;
        height: 400px !important;
        top: 50% !important;
        transform: translateX(-50%) translateY(-50%) scale(0.55) !important;
    }
    .card-table:before { width: 800px !important; height: 400px !important; top: -15px !important; left: -15px !important; }
    .card-table:after  { width: 770px !important; height: 370px !important; }

    /* hand is already position:fixed bottom:5px; just stretch it full width */
    #hand {
        width: 100vw !important;
        left: 0 !important;
        margin-left: 0 !important;
        bottom: 0 !important;
        box-sizing: border-box;
        padding: 0 6px;
    }

    .cards-in-hand {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
        text-align: center;
    }

    .playing-card { height: 52px !important; }
    .hand-card    { height: 52px !important; }
    .bidding-options { font-size: 11px !important; padding: 2px 4px !important; margin-bottom: 2px !important; }
    .bidding-options .small { display: none !important; }

    .bidding-options {
        overflow-x: auto;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
        padding: 2px 4px !important;
    }

    .bid-option {
        padding: 3px 10px !important;
        margin: 1px 2px !important;
        font-size: 13px !important;
    }
}
