.property-item-tools .houzez-child-flag .item-tool-flag svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    stroke: currentColor;
}

#houzezChildFlagModal .form-label {
    font-weight: 500;
}

#houzezChildFlagModal .houzez-child-flag-alert.d-none {
    display: none !important;
}

/* ------------------------------------------------------------------
 * Icon-only action buttons used in the dashboard reports table.
 * ------------------------------------------------------------------ */
.hcf-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #4b5563;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.hcf-icon-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

.hcf-icon-btn:hover,
.hcf-icon-btn:focus {
    outline: none;
    text-decoration: none;
}

.hcf-icon-btn-primary:hover,
.hcf-icon-btn-primary:focus {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.hcf-icon-btn-danger {
    color: #dc2626;
    border-color: #fca5a5;
}

.hcf-icon-btn-danger:hover,
.hcf-icon-btn-danger:focus {
    background-color: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.hcf-icon-btn .hcf-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: #dc2626;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
