.dnymod-copy {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.dnymod-copy::before,
.dnymod-copy::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 14px;
    border: 2px solid #333;
    border-radius: 2px;
    background: white;
}

.dnymod-copy::before {
    top: 4px;
    left: 8px;
}

.dnymod-copy::after {
    top: 8px;
    left: 4px;
}


.dnymod-copy.copied::before,
.dnymod-copy.copied::after {
    border-color: #28a745;
}