.clr{clear: both;}
.clr5{clear: both; height: 5px;}

.processing{
    position: absolute;
    z-index: 999;
    bottom:30%;
    left: 40%;
    display: none;
}
.visible{display: block;}
.ktx-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.ktx-modal-overlay.active {
    display: flex;
}
.ktx-modal-box {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.ktx-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 2px solid #007bff;
    background: #f8f9fa;
}
.ktx-modal-header h4 { margin: 0; font-size: 16px; }
.ktx-modal-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    color: #555;
}
.ktx-modal-body { padding: 20px; }
.ktx-modal-footer {
    padding: 14px 20px;
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-radius: 0 0 8px 8px;
}
.iuh-meter__digits, .iuh-meter__digits-row {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.iuh-meter__digit {
    height: 1.5rem;
    width: 1rem;
}
.article-content img{margin: 0px !important;}

