.bs-wrapper[data-tablename="campaign_model_choices"] table.bs-dashboard {
    display: none;
}

.templates-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.template-box {
    width: 33%;
    max-width: 340px;
    border-radius: 5px;
    padding-bottom: 15px;
    cursor: pointer;
}

/*
.template-box:hover>.template-preview {
    box-shadow: 0 0px 10px 2px #bbb;
}
*/
.template-box:hover {
    box-shadow: 0 2px 7px 2px #CCC;
}

.template-box>.template-preview {
    height: 180px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.template-box>.template-preview.icon-preview {
    background-color: var(--theme-background-color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 40px;
}

.template-box>.template-preview.image-preview {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid var(--theme-background-color);
}

.template-box>.template-name,
.template-box>.template-rule {
    padding: 3px 15px;
}

.template-box>.template-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
}

.template-box>.template-rule {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}