.block.block-grid-template {
    display: grid !important;
}
.block.block-grid-template .block-image {
    width: 100% !important;
    height: 200px !important;
}
.block-list-grid {
    gap: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    box-shadow: none;
    align-items: flex-start;
}

html.html-plugin.html-plugin-plugins #new .trumbowyg-box .trumbowyg-editor {
    min-height: 100px !important;
}

html.html-plugin.html-plugin-plugins #new .trumbowyg-box {
    min-height: 40px !important;
}

@media (max-width: 1300px) {
    .block-list-grid {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 700px) {
    .block-list-grid {
        grid-template-columns: 100%;
    }
}

html.html-plugin.html-plugin-plugins #new .button {
    height: 35px;
    line-height: 35px;
}

.block .block-body .fa-star {
    margin: 0 !important;
}

.block.block-form .fa-star, .trumbowyg-box ~ .fa-star {
    cursor: pointer;
}

.block .fa-star.fa-star-selected {
    font-weight: 700;
}

.star {
    color: #ffa456;
}

.block .block-head .star {
    display: inline-block;
}

html.html-plugin .button.button-side .button-text {
    padding: 15px;
    width: 100%;
}

html.html-plugin .button.button-side .button-icon {
    padding: 15px;
    background-color: #00000066;
    transition: background-color 0.3s ease;
    width: 43px;
    min-width: 43px;
}

html.html-plugin .button.button-side {
    width: 100%;
    background-color: #3174d7 !important;
    padding: 12px 0;
    font-weight: 600;
    height: auto;
    line-height: normal;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

html.plugin-plugins-index .page-content-middle .block-list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 30px;
    align-items: flex-start;
    max-width: 100%;
}

a.zip-file {
    font-weight: 700;
}