.ht-noop-container {
    padding: 12px;
    margin: 8px;
    border: 1px dashed #ccc;
    background-color: #fafafa;
}

.ht-noop-title {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    letter-spacing: 1px;
}

.ht-noop-text {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
}

.ht-noop-box {
    width: 120px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-image: linear-gradient(135deg, #f5f5f5, #eaeaea);
}

.ht-noop-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ht-noop-list li {
    padding: 4px 0;
    border-bottom: 1px dotted #e0e0e0;
}

.ht-noop-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 999px;
    background-color: #e0e0e0;
    color: #666;
    font-size: 11px;
}

.ht-noop-hidden {
    display: none;
}

