/* /Shared/CellarView.razor.rz.scp.css */
.cellar[b-wdx7e9pz1d] {
    overflow-x: auto;
}

    .cellar .bottle-position[b-wdx7e9pz1d] {
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .cellar.small .bottle-position[b-wdx7e9pz1d] {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin-right: 7.5px;
        margin-bottom: 7.5px;
        font-size: 0.75em;
    }

    .cellar .col:last-child .bottle-position[b-wdx7e9pz1d] {
        margin-right: 0;
    }

    .cellar .row[b-wdx7e9pz1d] {
        flex-wrap: nowrap;
    }

    .cellar .bottle-position.occupied[b-wdx7e9pz1d] {
        background-color: #666;
        color: #ccc;
    }

        .cellar .bottle-position.occupied.type-red[b-wdx7e9pz1d] {
            background-color: #8f2843;
        }

        .cellar .bottle-position.occupied.type-white[b-wdx7e9pz1d] {
            background-color: #fcdf93;
            color: #333;
        }

        .cellar .bottle-position.occupied.type-sparkling[b-wdx7e9pz1d] {
            background-color: #eff1c9;
            color: #333;
        }

        .cellar .bottle-position.occupied.type-rose[b-wdx7e9pz1d] {
            background-color: #f9b5a8;
            color: #333;
        }

        .cellar .bottle-position.occupied.type-dessert[b-wdx7e9pz1d] {
            background-color: #56242f;
        }

        .cellar .bottle-position.occupied.type-fortified[b-wdx7e9pz1d] {
            background-color: #c35f2b;
        }

    .cellar.wallrack .row:first-child[b-wdx7e9pz1d] {
        margin-top: 25px;
    }

    .cellar.small.wallrack .row:first-child[b-wdx7e9pz1d] {
        margin-top: 18.75px;
    }

    .cellar.wallrack .row .col .bottle-position[b-wdx7e9pz1d] {
        position: relative;
        width: 120px;
    }

        .cellar.wallrack .row .col .bottle-position[b-wdx7e9pz1d]:before {
            content: "";
            position: absolute;
            width: 40px;
            height: 16px;
            top: 12px;
            background: inherit;
            border-style: solid;
            border-width: 1px;
            border-color: #ccc #ccc #ccc;
        }

    .cellar.wallrack .row .col:nth-child(odd) .bottle-position[b-wdx7e9pz1d] {
        margin-top: -25px;
        margin-right: 20px;
        border-radius: 5px 20% 20% 5px / 5px 35% 35% 5px;
    }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position[b-wdx7e9pz1d]:before {
            right: -40px;
            border-left-color: white;
            border-radius: 0 4px 4px 0;
        }

    .cellar.wallrack .row .col:nth-child(even) .bottle-position[b-wdx7e9pz1d] {
        margin-left: 20px;
        border-radius: 20% 5px 5px 20% / 35% 5px 5px 35%;
    }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position[b-wdx7e9pz1d]:before {
            left: -40px;
            border-right-color: white;
            border-radius: 4px 0 0 4px;
        }

    .cellar.small.wallrack .row .col .bottle-position[b-wdx7e9pz1d] {
        width: 90px;
    }

    .cellar.small.wallrack .row .col .bottle-position[b-wdx7e9pz1d]:before {
        width: 30px;
        height: 12px;
        top: 9px;
    }

    .cellar.small.wallrack .row .col:nth-child(odd) .bottle-position[b-wdx7e9pz1d] {
        margin-top: -18.75px;
        right: 5px;
    }

    .cellar.small.wallrack .row .col:nth-child(odd) .bottle-position[b-wdx7e9pz1d]:before {
        right: -30px;
    }

    .cellar.small.wallrack .row .col:nth-child(even) .bottle-position[b-wdx7e9pz1d] {
        margin-left: 5px;
    }

    .cellar.small.wallrack .row .col:nth-child(even) .bottle-position[b-wdx7e9pz1d]:before {
        left: -30px;
    }

    .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied[b-wdx7e9pz1d]:before {
        border-left-color: #666;
    }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-red[b-wdx7e9pz1d]:before {
            border-left-color: #8f2843;
        }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-white[b-wdx7e9pz1d]:before {
            border-left-color: #fcdf93;
        }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-sparkling[b-wdx7e9pz1d]:before {
            border-left-color: #eff1c9;
        }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-rose[b-wdx7e9pz1d]:before {
            border-left-color: #f9b5a8;
        }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-dessert[b-wdx7e9pz1d]:before {
            border-left-color: #56242f;
        }

        .cellar.wallrack .row .col:nth-child(odd) .bottle-position.occupied.type-fortified[b-wdx7e9pz1d]:before {
            border-left-color: #c35f2b;
        }

    .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied[b-wdx7e9pz1d]:before {
        border-right-color: #666;
    }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-red[b-wdx7e9pz1d]:before {
            border-right-color: #8f2843;
        }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-white[b-wdx7e9pz1d]:before {
            border-right-color: #fcdf93;
        }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-sparkling[b-wdx7e9pz1d]:before {
            border-right-color: #eff1c9;
        }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-rose[b-wdx7e9pz1d]:before {
            border-right-color: #f9b5a8;
        }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-dessert[b-wdx7e9pz1d]:before {
            border-right-color: #56242f;
        }

        .cellar.wallrack .row .col:nth-child(even) .bottle-position.occupied.type-fortified[b-wdx7e9pz1d]:before {
            border-right-color: #c35f2b;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.text-bg-dark[b-4irzc95hv2] {
    color: #fff !important;
    background-color: #8f2843 !important;
}

.text-small[b-4irzc95hv2] {
    font-size: 85%;
}

.app-title[b-4irzc95hv2] {
    font-family: 'Great Vibes';
    font-size: 2em;
}
/* /Shared/WineDetailsBox.razor.rz.scp.css */
.winedetails[b-30xuzyuopr] {
    padding-right: 20%;
}

.winedetails h4[b-30xuzyuopr] {
    max-height: 2.4em;
    overflow: hidden;
}

.winedetails .text-muted[b-30xuzyuopr] {
    max-height: 1.5em;
    overflow: hidden;
}

.winedetails img[b-30xuzyuopr] {
    position: absolute;
    right: 0;
    height: calc(100% - 2rem);
    margin: 1rem;
    width: auto;
}
