.mzkt-widget {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    background: #e8e8e8;
    border: 1px solid #1a1a1a;
    padding: 16px 18px 20px;
    max-width: 100%;
    height: 814px;
    z-index: 0;
    overflow: hidden;
}

.mzkt-widget *,
.mzkt-widget *::before,
.mzkt-widget *::after {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.mzkt-title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif !important;
    font-size: 24px !important;
    font-weight: bold;
    color: #111;
    line-height: 1.2;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #333;
}

.mzkt-line {
    height: 1px;
    background: #1a1a1a;
    margin-bottom: 14px;
}

.mzkt-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.mzkt-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 8px 10px 8px 10px;
    margin-right: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    border: 1px solid #1a1a1a;
    text-align: center;
}
