
.shop-page .shop-heading
{
    font-size: 400%;
    font-weight: bold;
    margin: 20px;
}

.shop-page .shop-line
{
    display: flex;
    gap: 15px;
    margin: 5px;
}

.shop-page .shop-line .shop-item
{
    padding: 5px;

    border-color: black;
    border-width: 2px;
    border-style: solid;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.shop-page .shop-line .shop-item.selected
{
    border-color: orange;
}

.shop-page .shop-line .shop-item.die-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-page .shop-line .shop-item.die-item > dicebattler-die,
.shop-page .shop-line .shop-item.die-item > gold-display
{
    display: inline-block;
}

.shop-page .shop-line .shop-item .gold-display
{
    font-size: 100%;
}

.shop-page .shop-line .shop-item .gold-display > img
{
    width: 20px;
    height: 20px;

    position: relative;
    top: 3px;
    left: -3px;
}

.shop-page .gold-display
{
    font-size: 200%;
}

.shop-page .gold-display > img
{
    width: 30px;
    height: 30px;

    position: relative;
    top: 5px;
    left: -5px;
}
