.mud-slider .mud-slider-track-tick-label {
    font-size: .75rem;
    font-family: monospace;
}

.resizable-vertically textarea
{
    resize: vertical !important;
}

.money-amount{
    font-family: monospace;
    text-align : right;
}

.monetizable
{
    /*background-color: #8B0000;*/
}


.faq-item p {
    margin-bottom: 1rem;
}


.mud-input-slot img
{
    width: calc(1.1876em + 10.5px + 10.5px);
    height: calc(1.1876em + 10.5px + 10.5px);
    margin-top: -10.5px;
    margin-bottom: -10.5px;   
}


.explainer-image {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem;
    
    max-width: 100%;
}

.explainer-caption
{
    max-width: 310px;

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
}


.mud-table-toolbar
{
    /*Otherwise it's too small on mobile*/
    height: auto !important;
}

.raw-text
{
    white-space: pre-wrap;
}

.news-links a,
.news-links .mud-link,
.news-links .mud-link:visited {
    font-weight: 600;
    text-underline-offset: 2px;
}



.slider-thumb-hidden input::-moz-range-thumb {
    visibility: hidden;
}

.slider-thumb-hidden input::-webkit-slider-thumb {
    visibility: hidden;
}

.disabled-price {
    text-decoration: line-through;
    color: #aaa;     
    opacity: 0.6;         
    cursor: not-allowed;   
}


#dezgo_standalone_video
{
    max-width:512px;
    margin:auto;
    height: auto !important;
    transition: height 0.5s ease-out;
}
#dezgo_standalone_video iframe
{
    /* override mudblazor */
    /*width: auto !important;
    height: auto !important;*/
}


.thumb-container {
    width: 128px;
    height: 128px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;

    /*
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);*/
}

.thumb-container img {
    max-width: 100%;
    max-height: 100%;
}

.free-mode-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0, 150, 136, 0.16);
    border: 1px solid rgba(0, 150, 136, 0.35);
    color: #8de0d3;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.app-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.app-card__media-wrapper {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.app-card__media {
    display: block;
    width: 100%;
}

.app-card__badge-group {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    pointer-events: none;
}

.app-card__badge-group .new-pill-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 102, 204, 0.2);
    border: 1px solid rgba(0, 102, 204, 0.35);
    color: #9ac7ff;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 0.76rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.app-card__badge-group .free-mode-badge {
    padding: 5px 10px;
    border-radius: 999px;
    background: #0c3b38;
    border: 1px solid #1f6f6a;
    color: #7cd8cc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 0.76rem;
}

.text-bool-true {
    color: lime;
}

.text-bool-false {
    color: red;
}

.filter-gray
{
    filter: grayscale(100%);
}

.debug {
    border: 1px solid red;
}
