.signs {

}

.row {
    display: flex;
    width: 100%;
}

/* Mobile devices (typically < 768px) */
@media (max-width: 767px) {
    .row {
        display: inherit; /* or 'block' if you prefer */
    }

    .sign {
        width: 190px;
    }
}

.mb-3{
    margin-bottom: 3rem;
}

.sign {
    min-height: 60px;
    min-width: 60px;
    height: auto;
    width: 130px;
}

.sign-button {

}

.icon-dark {
    display: none;
}

html[data-theme="dark"] .icon-light {
    display: none;
}

html[data-theme="dark"] .icon-dark {
    display: inline;
}

.ad-placeholder {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    /*border: 1px dashed #ccc;*/
    /*background-color: #f9f9f9;*/
    text-align: center;
    font-style: italic;
}