/* _content/GoF.Ui.Mobile/Component1.razor.rz.scp.css */
.my-component[b-gcxi0nk0sk] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/GoF.Ui.Mobile/Components/TextPanel.razor.rz.scp.css */
.gof-text-panel-content[b-cidy62maku] {
    counter-reset: footnote-counter;
}

[b-cidy62maku] p,
[b-cidy62maku] figure {
    margin-bottom: 0.8rem;
}

[b-cidy62maku] p {
    text-align: justify;
    line-height: 1.6;
    user-select: none;
}

[b-cidy62maku] figcaption {
    text-align: center;
    font-size: 0.9rem;
}

[b-cidy62maku] img {
    display: block;
    margin: 0 auto;
}

[b-cidy62maku] .quote,
[b-cidy62maku] .bquote {
    margin: 0 1rem;
    font-style: italic;
    text-align: center;
    user-select: text;
}

[b-cidy62maku] .ref {
    margin: 0 1rem 0 0;
    font-size: small;
    font-weight: bold;
    text-align: right;
    user-select: text;
}

[b-cidy62maku] .fn::after {
    counter-increment: footnote-counter;
    content: counter(footnote-counter);
    color: blue;
    font-size: 0.8rem;
    font-weight: bolder;
    vertical-align: top;
    margin-left: 2px;
}
/* _content/GoF.Ui.Mobile/Components/Tile.razor.rz.scp.css */

/*.tile {*/
/*    background-color: yellow;*/
/*    height: 78px;*/
/*    aspect-ratio: 1/1;*/
/*    rotate: -45deg;*/
/*    margin: 21px;*/
/*    border: none;*/
/*    display: grid;*/
/*    align-content: center;*/
/*}*/

/*.tile__image-container {*/
/*    transform: rotate(45deg);*/
/*    height: 100%;*/
/*    aspect-ratio: 1/1;*/
/*}*/

/*.tile__image {*/
/*    width: calc(100% - 20px);*/
/*    aspect-ratio: 1/1;*/
/*    margin: 10px;*/
/*}*/
/* _content/GoF.Ui.Mobile/Components/TileStrip.razor.rz.scp.css */
.tile-strip[b-ycyplq4wub] {
    opacity: 0.6;
    border-radius: 16px;
    display: flex;
    flex-direction: row;

    align-items: center;
    font-family: "Nunito Bold", serif;
    color: white;

    overflow: hidden;
    box-sizing: border-box;
}

.tile-strip--title[b-ycyplq4wub] {
    margin-left: 5px;
}

.indent-level-0[b-ycyplq4wub] {
    margin-left: 0;
    background-color: #7DD3FCFF;
}

.indent-level-0[b-ycyplq4wub]  .tile {
    background-color: #0EA5E9FF;
}

.indent-level-1[b-ycyplq4wub] {
    margin-left: 25px;
    background-color: #0EA5E9FF;
}

.indent-level-1[b-ycyplq4wub]  .tile {
    background-color: #7DD3FCFF;
}

.indent-level-2[b-ycyplq4wub] {
    margin-left: 50px;
    background-color: #0284C7FF;
}

.indent-level-2[b-ycyplq4wub]  .tile {
    background-color: #38BDF8FF;
}

.shown[b-ycyplq4wub] {
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 4px;
    transition: all 0.25s ease;
}

.hidden[b-ycyplq4wub] {
    min-height: 0;
    max-height: 0;
    margin-bottom: 0;
    transition: all 0.25s ease;
}

.grayed-out[b-ycyplq4wub] {
    background-color: rgba(192, 192, 192, 0.7);
}

.locked[b-ycyplq4wub] {
  
}
